reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/GraphTraits.h 120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
include/llvm/ADT/PostOrderIterator.h 100 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/SCCIterator.h 46 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Analysis/LoopInfoImpl.h173 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out); 477 typedef typename BlockTraits::ChildIteratorType SuccIterTy;include/llvm/Analysis/RegionInfo.h
270 using SuccIterTy = typename BlockTraits::ChildIteratorType; 690 using SuccIterTy = typename BlockTraits::ChildIteratorType;include/llvm/Analysis/RegionIterator.h
43 using SuccIterTy = typename BlockTraits::ChildIteratorType; 170 using SuccIterTy = typename BlockTraits::ChildIteratorType;include/llvm/CodeGen/MachineBasicBlock.h
875 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } 876 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }