SimpleDirectedGraphNode::_succs
the set of neighbors connected by outgoing edges
Synopsis
Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>
std::set<SimpleDirectedGraphNode*> _succs;
Created with MrDocs
the set of neighbors connected by outgoing edges
Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>
std::set<SimpleDirectedGraphNode*> _succs;
Created with MrDocs