FreeBASIC  0.91.0
ast-node-data.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "ir.bi"
#include "ast.bi"
Include dependency graph for ast-node-data.bas:

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 Documentation

function_as_FBSYMBOL_ptr astDataStmtAdd ( byval_as_FBSYMBOL_ptr  label,
byval_as_integer  elements 
)

Definition at line 208 of file ast-node-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr astDataStmtBegin ( )

Definition at line 23 of file ast-node-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub astDataStmtEnd ( byval_as_ASTNODE_ptr  tree)

Definition at line 97 of file ast-node-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub astDataStmtInit ( )

Definition at line 12 of file ast-node-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

private sub hCreateDataDesc ( )

Definition at line 267 of file ast-node-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function: