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

Go to the source code of this file.

Functions

function_as_integer hCheckTypes (byval_as_integer ldtype, byval_as_FBSYMBOL_ptr lsubtype, byval_as_integer rdtype, byval_as_FBSYMBOL_ptr rsubtype, byref_as_integer dtype, byref_as_FBSYMBOL_ptr subtype)
 
function_as_ASTNODE_ptr astNewIIF (byval_as_ASTNODE_ptr condexpr, byval_as_ASTNODE_ptr truexpr, byval_as_integer truecookie, byval_as_ASTNODE_ptr falsexpr, byval_as_integer falsecookie)
 
function_as_IRVREG_ptr astLoadIIF (byval_as_ASTNODE_ptr n)
 

Function Documentation

function_as_IRVREG_ptr astLoadIIF ( byval_as_ASTNODE_ptr  n)

Definition at line 379 of file ast-node-iif.bas.

Here is the call graph for this function:

function_as_ASTNODE_ptr astNewIIF ( byval_as_ASTNODE_ptr  condexpr,
byval_as_ASTNODE_ptr  truexpr,
byval_as_integer  truecookie,
byval_as_ASTNODE_ptr  falsexpr,
byval_as_integer  falsecookie 
)

Definition at line 159 of file ast-node-iif.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer hCheckTypes ( byval_as_integer  ldtype,
byval_as_FBSYMBOL_ptr  lsubtype,
byval_as_integer  rdtype,
byval_as_FBSYMBOL_ptr  rsubtype,
byref_as_integer  dtype,
byref_as_FBSYMBOL_ptr  subtype 
)

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

Here is the call graph for this function:

Here is the caller graph for this function: