|
| CGFunction (std::string name, SgIncidenceDirectedGraph *graph) |
|
| CGFunction (SgFunctionDeclaration *sample, SgIncidenceDirectedGraph *graph) |
|
| CGFunction (SgGraphNode *sample, SgIncidenceDirectedGraph *graph) |
|
| CGFunction (const CGFunction &that) |
|
| CGFunction (const CGFunction *that) |
|
bool | operator== (const CGFunction &that) const |
|
bool | operator!= (const CGFunction &that) const |
|
bool | operator< (const CGFunction &that) const |
|
bool | operator> (const CGFunction &that) const |
|
bool | operator<= (const CGFunction &that) const |
|
bool | operator>= (const CGFunction &that) const |
|
iterator | callees () const |
|
iterator | successors () const |
|
iterator | callers () const |
|
iterator | predecessors () const |
|
iterator | end () const |
|
| Function (std::string name) |
|
| Function (SgFunctionDeclaration *sample) |
|
| Function (SgFunctionDefinition *sample) |
|
| Function (SgFunctionCallExp *funcCall) |
|
void | init (SgFunctionDeclaration *sample) |
|
Function & | operator= (const Function &)=default |
|
| Function (const Function &) |
|
| Function (const Function *) |
|
bool | eq (const Function &that) const |
|
bool | operator== (const Function &that) const |
|
bool | operator!= (const Function &that) const |
|
bool | operator< (const Function &that) const |
|
bool | operator> (const Function &that) const |
|
bool | operator<= (const Function &that) const |
|
bool | operator>= (const Function &that) const |
|
SgName | get_name () const |
|
SgFunctionDefinition * | get_definition () const |
|
SgFunctionDeclaration * | get_declaration () const |
|
Sg_File_Info * | get_file_info () const |
|
SgInitializedNamePtrList | get_params () const |
|
std::string | str (std::string indent="") const |
|