Skip to content

StaticCFG::CFG::buildCFG

Synopsis

Declared in <SageIII/virtualCFG/staticCFG.h>

template<
    class NodeT,
    class EdgeT>
void
buildCFG(
    NodeT n,
    std::map<NodeT, SgGraphNode*>& all_nodes,
    std::set<NodeT>& explored);

Created with MrDocs