Home
last modified time | relevance | path

Searched defs:const_succ_iterator (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DCFG.h243 using const_succ_iterator = SuccIterator<const Instruction, const BasicBlock>; variable
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h229 using const_succ_iterator = const ExplodedNode * const *; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h268 typedef SmallVectorImpl<SDep>::const_iterator const_succ_iterator; typedef
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h206 using const_succ_iterator = EdgeListType::const_iterator; global() variable
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h960 using const_succ_iterator = AdjacentBlocks::const_iterator; variable