|
ROSE 0.11.145.354
|
Definition at line 13 of file functionState.h.

Public Member Functions | |
| FunctionState (Function &func) | |
| Function & | getFunc () |
Static Public Member Functions | |
| static std::set< FunctionState * > & | getAllDefinedFuncs () |
| static std::set< FunctionState * > & | getAllFuncs () |
| static FunctionState * | getDefinedFuncState (const Function &func) |
| static FunctionState * | getFuncState (const Function &func) |
| static void | setArgParamMap (SgFunctionCallExp *call, std::map< varID, varID > &argParamMap) |
| static void | setParamArgByRefMap (SgFunctionCallExp *call, std::map< varID, varID > ¶mArgByRefMap) |
Public Attributes | |
| Function | func |
| NodeState | state |
| NodeState | retState |
|
inline |
Definition at line 28 of file functionState.h.
| Function FunctionState::func |
Definition at line 17 of file functionState.h.
| NodeState FunctionState::state |
Definition at line 18 of file functionState.h.
| NodeState FunctionState::retState |
Definition at line 20 of file functionState.h.