Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DCFG.h243 using const_succ_iterator = SuccIterator<const Instruction, const BasicBlock>; variable
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h228 using const_succ_iterator = const ExplodedNode * const *; variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h262 typedef SmallVectorImpl<SDep>::const_iterator const_succ_iterator; typedef
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h213 using const_succ_iterator = EdgeListType::const_iterator; variable
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h932 using const_succ_iterator = AdjacentBlocks::const_iterator; variable