Skip to content

VirtualCFG::cfgBeginningOfConstruct

The first CFG node for a construct (before the construct starts to execute)

Synopsis

Declared in <SageIII/virtualCFG/virtualCFG.h>

CFGNode
cfgBeginningOfConstruct(SgNode* c);

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.

Parameters

Name

Description

c

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs