Skip to content

StaticCFG::CFG::toCFGNode

Turn a graph node into a CFGNode which is defined in VirtualCFG namespace.

Synopsis

Declared in <SageIII/virtualCFG/staticCFG.h>

VirtualCFG::CFGNode
toCFGNode(SgGraphNode* node);

Return Value

A node in the control flow graph. Each CFG node corresponds to an AST node, but there can be several CFG nodes for a given AST node.

Created with MrDocs