StaticCFG::CFG::CFG
The constructor building the CFG. The valid nodes are SgProject, SgStatement, SgExpression and SgInitializedName.
Synopsis
Declared in <SageIII/virtualCFG/staticCFG.h>
CFG(
SgNode* node,
bool is_filtered = false);
Parameters
Name |
Description |
node |
The object to construct from |
Created with MrDocs