ROSE
0.11.96.11
|
Definition at line 58 of file functionState.h.
Public Member Functions | |
CollectFunctions (SgIncidenceDirectedGraph *graph) | |
void | visit (const CGFunction *func) |
Public Member Functions inherited from TraverseCallGraphUnordered | |
TraverseCallGraphUnordered (SgIncidenceDirectedGraph *graph) | |
void | traverse () |
Public Member Functions inherited from TraverseCallGraph | |
TraverseCallGraph (SgIncidenceDirectedGraph *graph) | |
const CGFunction * | getFunc (SgFunctionDeclaration *decl) |
const CGFunction * | getFunc (const Function &func) |
Additional Inherited Members | |
Protected Attributes inherited from TraverseCallGraph | |
SgIncidenceDirectedGraph * | graph |
std::set< CGFunction > | functions |
std::map< const CGFunction *, int > | numCallers |
std::set< const CGFunction * > | noPred |