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

Go to the source code of this file.

Functions

private function_as_ASTNODE_ptr hConstUop (byval_as_integer op, byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype, byval_as_ASTNODE_ptr l)
 
function_as_ASTNODE_ptr astNewUOP (byval_as_integer op, byval_as_ASTNODE_ptr o)
 
function_as_IRVREG_ptr astLoadUOP (byval_as_ASTNODE_ptr n)
 

Function Documentation

function_as_IRVREG_ptr astLoadUOP ( byval_as_ASTNODE_ptr  n)

Definition at line 286 of file ast-node-uop.bas.

Here is the call graph for this function:

function_as_ASTNODE_ptr astNewUOP ( byval_as_integer  op,
byval_as_ASTNODE_ptr  o 
)

Definition at line 76 of file ast-node-uop.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hConstUop ( byval_as_integer  op,
byval_as_integer  dtype,
byval_as_FBSYMBOL_ptr  subtype,
byval_as_ASTNODE_ptr  l 
)

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

Here is the call graph for this function:

Here is the caller graph for this function: