From a5f03d96eee482cd84861fc8cefff9eb451c0cad Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 29 Mar 2009 09:47:11 +0000 Subject: Cleaned up configure script. Distribution of CIL as an expanded source tree with changes applied (instead of original .tar.gz + patches to be applied at config time). git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1020 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- cil/doc/api/index_methods.html | 228 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 cil/doc/api/index_methods.html (limited to 'cil/doc/api/index_methods.html') diff --git a/cil/doc/api/index_methods.html b/cil/doc/api/index_methods.html new file mode 100644 index 00000000..1558de3e --- /dev/null +++ b/cil/doc/api/index_methods.html @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + +CIL API Documentation (version 1.3.5) : Index of class methods + + +

Index of class methods

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

D
dBlock [Cil.cilPrinter]
+Dump a control-flow block to a file with a given indentation. +
+
dGlobal [Cil.cilPrinter]
+Dump a global to a file with a given indentation. +
+
dInit [Cil.cilPrinter]
+Dump a global to a file with a given indentation. +
+
dStmt [Cil.cilPrinter]
+Dump a control-flow statement to a file with a given indentation. +
+

P
pAttr [Cil.cilPrinter]
+Attribute. +
+
pAttrParam [Cil.cilPrinter]
+Attribute parameter +
+
pAttrs [Cil.cilPrinter]
+Attribute lists +
+
pBlock [Cil.cilPrinter]
pExp [Cil.cilPrinter]
+Print expressions +
+
pFieldDecl [Cil.cilPrinter]
+A field declaration +
+
pGlobal [Cil.cilPrinter]
+Global (vars, types, etc.). +
+
pInit [Cil.cilPrinter]
+Print initializers. +
+
pInstr [Cil.cilPrinter]
+Invoked on each instruction occurrence. +
+
pLabel [Cil.cilPrinter]
+Print a label. +
+
pLineDirective [Cil.cilPrinter]
+Print a line-number. +
+
pLval [Cil.cilPrinter]
+Invoked on each lvalue occurrence +
+
pOffset [Cil.cilPrinter]
+Invoked on each offset occurrence. +
+
pStmt [Cil.cilPrinter]
+Control-flow statement. +
+
pStmtKind [Cil.cilPrinter]
+Print a statement kind. +
+
pType [Cil.cilPrinter]
pVDecl [Cil.cilPrinter]
+Invoked for each variable declaration. +
+
pVar [Cil.cilPrinter]
+Invoked on each variable use. +
+

Q
queueInstr [Cil.cilVisitor]
+Add here instructions while visiting to queue them to preceede the + current statement or instruction being processed. +
+

U
unqueueInstr [Cil.cilVisitor]
+Gets the queue of instructions and resets the queue. +
+

V
vattr [Cil.cilVisitor]
+Attribute. +
+
vattrparam [Cil.cilVisitor]
+Attribute parameters. +
+
vblock [Cil.cilVisitor]
+Block. +
+
vexpr [Cil.cilVisitor]
+Invoked on each expression occurrence. +
+
vfunc [Cil.cilVisitor]
+Function definition. +
+
vglob [Cil.cilVisitor]
+Global (vars, types, + etc.) +
+
vinit [Cil.cilVisitor]
+Initializers for globals +
+
vinitoffs [Cil.cilVisitor]
+Invoked on each offset appearing in the list of a + CompoundInit initializer. +
+
vinst [Cil.cilVisitor]
+Invoked on each instruction occurrence. +
+
vlval [Cil.cilVisitor]
+Invoked on each lvalue occurrence +
+
voffs [Cil.cilVisitor]
+Invoked on each offset occurrence that is *not* as part + of an initializer list specification, i.e. +
+
vstmt [Cil.cilVisitor]
+Control-flow statement. +
+
vtype [Cil.cilVisitor]
+Use of some type. +
+
vvdec [Cil.cilVisitor]
+Invoked for each variable declaration. +
+
vvrbl [Cil.cilVisitor]
+Invoked on each variable use. +
+

+ + \ No newline at end of file -- cgit