Skip to content

VirtualCFG::getCFGTargetOfFortranLabelSymbol

Synopsis

Declared in <SageIII/virtualCFG/virtualCFG.h>

CFGNode
getCFGTargetOfFortranLabelSymbol(SgLabelSymbol* sym);

Description

Get the CFG node for a Fortran label from its symbol

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