HomeSort by relevance Sort by last modified time
    Searched refs:ChildItTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
SCCIterator.h 40 typedef typename GT::ChildIteratorType ChildItTy;
61 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
181 for (ChildItTy CI = GT::child_begin(N), CE=GT::child_end(N); CI != CE; ++CI)
DepthFirstIterator.h 72 typedef typename GT::ChildIteratorType ChildItTy;
78 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack;
103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
105 ChildItTy &It = Top.second;
PostOrderIterator.h 58 typedef typename GT::ChildIteratorType ChildItTy;
62 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;

Completed in 45 milliseconds