Skip to content

StaticCFG::CFG::CFG

The constructor building the CFG. The valid nodes are SgProject, SgStatement, SgExpression and SgInitializedName.

Synopses

Declared in <SageIII/virtualCFG/staticCFG.h>

Default constructor

CFG();

The constructor building the CFG. The valid nodes are SgProject, SgStatement, SgExpression and SgInitializedName.

CFG(
    SgNode* node,
    bool is_filtered = false);

Created with MrDocs