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

Go to the source code of this file.

Functions

function_as_ASTNODE_ptr astNewBOUNDCHK (byval_as_ASTNODE_ptr l, byval_as_ASTNODE_ptr lb, byval_as_ASTNODE_ptr ub, byval_as_integer linenum, byval_as_zstring_ptr filename)
 
function_as_IRVREG_ptr astLoadBOUNDCHK (byval_as_ASTNODE_ptr n)
 
function_as_ASTNODE_ptr astBuildBOUNDCHK (byval_as_ASTNODE_ptr expr, byval_as_ASTNODE_ptr lb, byval_as_ASTNODE_ptr ub)
 
function_as_ASTNODE_ptr astNewPTRCHK (byval_as_ASTNODE_ptr l, byval_as_integer linenum, byval_as_zstring_ptr filename)
 
function_as_IRVREG_ptr astLoadPTRCHK (byval_as_ASTNODE_ptr n)
 
function_as_ASTNODE_ptr astBuildPTRCHK (byval_as_ASTNODE_ptr expr)
 

Function Documentation

function_as_ASTNODE_ptr astBuildBOUNDCHK ( byval_as_ASTNODE_ptr  expr,
byval_as_ASTNODE_ptr  lb,
byval_as_ASTNODE_ptr  ub 
)

Definition at line 119 of file ast-node-check.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr astBuildPTRCHK ( byval_as_ASTNODE_ptr  expr)

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

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_IRVREG_ptr astLoadBOUNDCHK ( byval_as_ASTNODE_ptr  n)

Definition at line 74 of file ast-node-check.bas.

Here is the call graph for this function:

function_as_IRVREG_ptr astLoadPTRCHK ( byval_as_ASTNODE_ptr  n)

Definition at line 164 of file ast-node-check.bas.

Here is the call graph for this function:

function_as_ASTNODE_ptr astNewBOUNDCHK ( byval_as_ASTNODE_ptr  l,
byval_as_ASTNODE_ptr  lb,
byval_as_ASTNODE_ptr  ub,
byval_as_integer  linenum,
byval_as_zstring_ptr  filename 
)

Definition at line 18 of file ast-node-check.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr astNewPTRCHK ( byval_as_ASTNODE_ptr  l,
byval_as_integer  linenum,
byval_as_zstring_ptr  filename 
)

Definition at line 132 of file ast-node-check.bas.

Here is the call graph for this function:

Here is the caller graph for this function: