#include "fb.bi"
#include "fbint.bi"
#include "ir.bi"
#include "ast.bi"
#include "rtl.bi"
Go to the source code of this file.
function_as_IRVREG_ptr astLoadIIF |
( |
byval_as_ASTNODE_ptr |
n) | |
|
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_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 |
|
) |
| |