|
FreeBASIC
0.91.0
|

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_as_IRVREG_ptr astLoadUOP | ( | byval_as_ASTNODE_ptr | n) |
| function_as_ASTNODE_ptr astNewUOP | ( | byval_as_integer | op, |
| byval_as_ASTNODE_ptr | o | ||
| ) |
Definition at line 76 of file ast-node-uop.bas.


| 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.

