Skip to content

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