Skip to content

StaticCFG::CFG::toGraphNode

Turn a CFG node into a GraphNode which is defined in VirtualCFG namespace. Returns NULL if CFGNode is not present

Synopsis

Declared in <SageIII/virtualCFG/staticCFG.h>

SgGraphNode*
toGraphNode(VirtualCFG::CFGNode& n);

Parameters

Name

Description

n

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