Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h243 using const_succ_iterator = SuccIterator<const Instruction, const BasicBlock>; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h229 using const_succ_iterator = const ExplodedNode * const *; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h268 typedef SmallVectorImpl<SDep>::const_iterator const_succ_iterator; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h960 using const_succ_iterator = AdjacentBlocks::const_iterator; variable