Skip to content

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);

Created with MrDocs