#include <system.hh>
Public Member Functions | |
function_t () | |
~function_t () | |
Public Attributes | |
symbol_t | uid |
The symbol of the function. | |
bool | global |
True if this is a global function. | |
std::set< symbol_t > | changes |
Variables changed by this function. | |
BlockStatement * | body |
Pointer to the block. |
The symbol's user data points to this structure, i.e. f.uid.getData() is a pointer to f.
|
|
|
|
|
Pointer to the block.
|
|
Variables changed by this function.
|
|
True if this is a global function.
|
|
The symbol of the function.
|