StaticCFG::CFG::setStart
Set the start node for graph building. The valid nodes are SgProject, SgStatement, SgExpression and SgInitializedName.
Synopsis
Declared in <SageIII/virtualCFG/staticCFG.h>
void
setStart(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs