ROSE
0.9.6a
|
#include <filteredCFGImpl.h>
Public Member Functions | |
CfgToDotImpl (std::ostream &o) | |
void | processNodes (NodeT n) |
Private Attributes | |
std::multimap< SgNode *, NodeT > | exploredNodes |
std::set< SgNode * > | nodesPrinted |
std::ostream & | o |
Definition at line 143 of file filteredCFGImpl.h.
|
inline |
Definition at line 150 of file filteredCFGImpl.h.
void VirtualCFG::CfgToDotImpl< NodeT, EdgeT, Debug >::processNodes | ( | NodeT | n) |
Definition at line 188 of file filteredCFGImpl.h.
References StaticCFG::inEdges(), and StaticCFG::outEdges().
Referenced by VirtualCFG::cfgToDot().
|
private |
Definition at line 145 of file filteredCFGImpl.h.
|
private |
Definition at line 146 of file filteredCFGImpl.h.
|
private |
Definition at line 147 of file filteredCFGImpl.h.