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

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 Documentation

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 
)

Definition at line 8 of file ast-node-var.bas.

Here is the call graph for this function: