Home
last modified time | relevance | path

Searched refs:succ_rend (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h88 static ChildIteratorType child_end(NodeRef N) { return N->succ_rend(); } in child_end()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h426 succ_reverse_iterator succ_rend()
428 const_succ_reverse_iterator succ_rend() const
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h567 iterator end() { return iterator(Src->succ_rend()); } in end()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h990 succ_reverse_iterator succ_rend() { return Succs.rend(); } in succ_rend() function
992 const_succ_reverse_iterator succ_rend() const { return Succs.rend(); } in succ_rend() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp702 assert(Src->succ_rbegin() != Src->succ_rend()); in generateDefaultCaseNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2631 MBB->succ_rend()); in emitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36451 MBB->succ_rend()); in EmitSjLjDispatchBlock()