ROSE
0.9.6a
|
#include <CallGraphTraverse.h>
Classes | |
class | iterator |
Protected Member Functions | |
void | initCGNodes () |
Protected Member Functions inherited from Function | |
bool | lessThan (const Function &that) const |
Private Attributes | |
std::set< SgGraphNode * > | cgNodes |
SgIncidenceDirectedGraph * | graph |
Additional Inherited Members | |
Static Public Member Functions inherited from Function | |
static SgFunctionDeclaration * | getCanonicalDecl (SgFunctionDeclaration *decl) |
Protected Attributes inherited from Function | |
SgFunctionDeclaration * | decl |
Definition at line 77 of file CallGraphTraverse.h.
CGFunction::CGFunction | ( | std::string | name, |
SgIncidenceDirectedGraph * | graph | ||
) |
CGFunction::CGFunction | ( | SgFunctionDeclaration * | sample, |
SgIncidenceDirectedGraph * | graph | ||
) |
CGFunction::CGFunction | ( | SgGraphNode * | sample, |
SgIncidenceDirectedGraph * | graph | ||
) |
CGFunction::CGFunction | ( | const CGFunction & | that) |
CGFunction::CGFunction | ( | const CGFunction * | that) |
|
protected |
bool CGFunction::operator== | ( | const CGFunction & | that) | const |
bool CGFunction::operator!= | ( | const CGFunction & | that) | const |
bool CGFunction::operator< | ( | const CGFunction & | that) | const |
bool CGFunction::operator> | ( | const CGFunction & | that) | const |
bool CGFunction::operator<= | ( | const CGFunction & | that) | const |
bool CGFunction::operator>= | ( | const CGFunction & | that) | const |
|
inline |
Definition at line 269 of file CallGraphTraverse.h.
References CGFunction::iterator::fw.
|
inline |
Definition at line 274 of file CallGraphTraverse.h.
References CGFunction::iterator::fw.
|
inline |
Definition at line 281 of file CallGraphTraverse.h.
References CGFunction::iterator::bw.
|
inline |
Definition at line 286 of file CallGraphTraverse.h.
References CGFunction::iterator::bw.
|
inline |
Definition at line 292 of file CallGraphTraverse.h.
|
private |
Definition at line 79 of file CallGraphTraverse.h.
Referenced by CGFunction::iterator::advanceToNextValidPoint(), CGFunction::iterator::getTarget(), and CGFunction::iterator::iterator().
|
private |
Definition at line 80 of file CallGraphTraverse.h.
Referenced by CGFunction::iterator::advanceToNextValidPoint(), and CGFunction::iterator::iterator().