FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
sub | hCreateDataDesc () |
sub | astDataStmtInit () |
function_as_ASTNODE_ptr | astDataStmtBegin () |
function_as_ASTNODE_ptr | astDataStmtStore (byval_as_ASTNODE_ptr tree, byval_as_ASTNODE_ptr expr) |
sub | astDataStmtEnd (byval_as_ASTNODE_ptr tree) |
function_as_FBSYMBOL_ptr | astDataStmtAdd (byval_as_FBSYMBOL_ptr label, byval_as_integer elements) |
function_as_FBSYMBOL_ptr astDataStmtAdd | ( | byval_as_FBSYMBOL_ptr | label, |
byval_as_integer | elements | ||
) |
Definition at line 208 of file ast-node-data.bas.
function_as_ASTNODE_ptr astDataStmtBegin | ( | ) |
Definition at line 23 of file ast-node-data.bas.
sub astDataStmtEnd | ( | byval_as_ASTNODE_ptr | tree) |
Definition at line 97 of file ast-node-data.bas.
sub astDataStmtInit | ( | ) |
Definition at line 12 of file ast-node-data.bas.
function_as_ASTNODE_ptr astDataStmtStore | ( | byval_as_ASTNODE_ptr | tree, |
byval_as_ASTNODE_ptr | expr | ||
) |
Definition at line 35 of file ast-node-data.bas.
private sub hCreateDataDesc | ( | ) |
Definition at line 267 of file ast-node-data.bas.