|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Typedefs | |
| typedef function_as_IRVREG_ptr | AST_LOADCALLBACK (byval_as_ASTNODE_ptr n) |
Functions | |
| sub | astInit () |
| sub | astEnd () |
| function_as_ASTNODE_ptr | astCloneTree (byval_as_ASTNODE_ptr n) |
| function_as_ASTNODE_ptr | astRemSideFx (byref_as_ASTNODE_ptr n) |
| sub | astDelTree (byval_as_ASTNODE_ptr n) |
| function_as_ASTNODE_ptr | astNewNode (byval_as_integer class_, byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype) |
| sub | astDelNode (byval_as_ASTNODE_ptr n) |
| function_as_integer | astGetInverseLogOp (byval_as_integer op) |
| function_as_IRVREG_ptr | astLoad (byval_as_ASTNODE_ptr n) |
Variables | |
| ASTCTX | ast |
| AST_LOADCALLBACK | ast_loadcallbacks [toAST_CLASSES+1] => |
| AST_OPINFO | ast_opTB [toAST_OPCODES+1] => |
| uinteger | ast_bitmaskTB [to...+1] = |
| typedef function_as_IRVREG_ptr AST_LOADCALLBACK(byval_as_ASTNODE_ptr n) |
| function_as_ASTNODE_ptr astCloneTree | ( | byval_as_ASTNODE_ptr | n) |
| sub astDelNode | ( | byval_as_ASTNODE_ptr | n) |
| sub astDelTree | ( | byval_as_ASTNODE_ptr | n) |
| sub astEnd | ( | ) |
| function_as_integer astGetInverseLogOp | ( | byval_as_integer | op) |
| sub astInit | ( | ) |
| function_as_IRVREG_ptr astLoad | ( | byval_as_ASTNODE_ptr | n) |
| function_as_ASTNODE_ptr astNewNode | ( | byval_as_integer | class_, |
| byval_as_integer | dtype, | ||
| byval_as_FBSYMBOL_ptr | subtype | ||
| ) |
| function_as_ASTNODE_ptr astRemSideFx | ( | byref_as_ASTNODE_ptr | n) |
| AST_LOADCALLBACK ast_loadcallbacks[toAST_CLASSES+1] => |
| AST_OPINFO ast_opTB[toAST_OPCODES+1] => |