reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
41 typedef CountedSet<Graph<3>::NodeType *> StorageT;
unittests/ADT/SCCIteratorTest.cpp 52 const std::vector<GT::NodeType *> &SCC = *I;
unittests/ADT/TestGraph.h104 NodeType Nodes[N]; 130 NodeType *AccessNode(unsigned Idx) const { 167 NodeType *FirstNode; 174 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {} 211 NodeType *operator*() { 224 static ChildIterator child_begin(NodeType *Parent) { 229 static ChildIterator child_end(NodeType *Parent) { 236 typedef typename Graph<N>::NodeType *NodeRef;