ROSE
0.9.6a
|
#include <functionState.h>
Public Member Functions | |
CollectFunctions (SgIncidenceDirectedGraph *graph) | |
void | visit (const CGFunction *func) |
virtual | ~CollectFunctions () |
![]() | |
TraverseCallGraphUnordered (SgIncidenceDirectedGraph *graph) | |
void | traverse () |
virtual | ~TraverseCallGraphUnordered () |
![]() | |
TraverseCallGraph (SgIncidenceDirectedGraph *graph) | |
const CGFunction * | getFunc (SgFunctionDeclaration *decl) |
const CGFunction * | getFunc (const Function &func) |
Additional Inherited Members | |
![]() | |
SgIncidenceDirectedGraph * | graph |
std::set< CGFunction > | functions |
std::map< const CGFunction *, int > | numCallers |
std::set< const CGFunction * > | noPred |
Definition at line 55 of file functionState.h.
|
inline |
Definition at line 58 of file functionState.h.
|
inlinevirtual |
Definition at line 64 of file functionState.h.
|
virtual |
Implements TraverseCallGraphUnordered.