Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h244 using const_succ_iterator = SuccIterator<const Instruction, const BasicBlock>; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h230 using const_succ_iterator = const ExplodedNode * const *; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h262 typedef SmallVectorImpl<SDep>::const_iterator const_succ_iterator; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h931 using const_succ_iterator = AdjacentBlocks::const_iterator; variable