CGFunction::CGFunction
Constructors
Synopses
Declared in <src/midend/programAnalysis/genericDataflow/cfgUtils/CallGraphTraverse.h>
Copy constructor
CGFunction(CGFunction const& that);
Construct from CGFunction
CGFunction(CGFunction const* that);
CGFunction(
std::string name,
SgIncidenceDirectedGraph* graph);
CGFunction(
SgFunctionDeclaration* sample,
SgIncidenceDirectedGraph* graph);
CGFunction(
SgGraphNode* sample,
SgIncidenceDirectedGraph* graph);
Created with MrDocs