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

Go to the source code of this file.

Functions

private function_as_ASTNODE_ptr hCtorList (byval_as_FBSYMBOL_ptr sym)
 
private function_as_ASTNODE_ptr hDefaultInit (byval_as_FBSYMBOL_ptr sym)
 
function_as_ASTNODE_ptr astNewDECL (byval_as_FBSYMBOL_ptr sym, byval_as_integer do_defaultinit)
 
function_as_IRVREG_ptr astLoadDECL (byval_as_ASTNODE_ptr n)
 

Function Documentation

function_as_IRVREG_ptr astLoadDECL ( byval_as_ASTNODE_ptr  n)

Definition at line 104 of file ast-node-decl.bas.

Here is the call graph for this function:

function_as_ASTNODE_ptr astNewDECL ( byval_as_FBSYMBOL_ptr  sym,
byval_as_integer  do_defaultinit 
)

Definition at line 86 of file ast-node-decl.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hCtorList ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 13 of file ast-node-decl.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hDefaultInit ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 45 of file ast-node-decl.bas.

Here is the call graph for this function:

Here is the caller graph for this function: