Skip to content

StaticCFG::CFG::all_nodes_

A map from CFGNode in virtualCFG to node from staticCFG.

Synopsis

Declared in <SageIII/virtualCFG/staticCFG.h>

std::map<VirtualCFG::CFGNode, SgGraphNode*> all_nodes_;

Created with MrDocs