FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
function_as_ASTNODE_ptr | astNewVAR (byval_as_FBSYMBOL_ptr sym, byval_as_longint ofs, byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype) |
function_as_IRVREG_ptr | astLoadVAR (byval_as_ASTNODE_ptr n) |
function_as_IRVREG_ptr astLoadVAR | ( | byval_as_ASTNODE_ptr | n) |
Definition at line 50 of file ast-node-var.bas.
function_as_ASTNODE_ptr astNewVAR | ( | byval_as_FBSYMBOL_ptr | sym, |
byval_as_longint | ofs, | ||
byval_as_integer | dtype, | ||
byval_as_FBSYMBOL_ptr | subtype | ||
) |