reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Analysis/DDG.h
  355   using ChildIteratorType =
include/llvm/Analysis/LoopInfo.h
 1166   typedef LoopInfo::iterator ChildIteratorType;
include/llvm/Analysis/RegionIterator.h
  313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
  314 RegionNodeGraphTraits(const RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h
  872   using ChildIteratorType = MachineBasicBlock::succ_iterator;
  881   using ChildIteratorType = MachineBasicBlock::const_succ_iterator;
include/llvm/CodeGen/MachineDominators.h
  261   using ChildIteratorType = ChildIterator;
include/llvm/CodeGen/MachineLoopInfo.h
  180   using ChildIteratorType = MachineLoopInfo::iterator;
include/llvm/CodeGen/MachineRegionInfo.h
  129 RegionNodeGraphTraits(MachineRegionNode, MachineBasicBlock, MachineRegion);
  130 RegionNodeGraphTraits(const MachineRegionNode, MachineBasicBlock,
include/llvm/IR/CFG.h
  300   using ChildIteratorType = succ_iterator;
  309   using ChildIteratorType = succ_const_iterator;
  324   using ChildIteratorType = pred_iterator;
  333   using ChildIteratorType = const_pred_iterator;
include/llvm/IR/Dominators.h
  193   using ChildIteratorType = ChildIterator;
lib/Transforms/Vectorize/VPlan.h
 1341   using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator;
 1356   using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator;
tools/clang/include/clang/AST/StmtGraphTraits.h
   25   using ChildIteratorType = clang::Stmt::child_iterator;
   51   using ChildIteratorType = clang::Stmt::const_child_iterator;
tools/clang/include/clang/Analysis/Analyses/Dominators.h
  354   using ChildIteratorType = ::clang::DomTreeNode::iterator;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  513     using ChildIteratorType = clang::ento::ExplodedNode::succ_iterator;
unittests/ADT/TestGraph.h
  237   typedef typename Graph<N>::ChildIterator ChildIteratorType;