Home
last modified time | relevance | path

Searched refs:getReachableBlock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h810 CFGBlock *getReachableBlock() const { in getReachableBlock() function
822 return getReachableBlock();
826 return *getReachableBlock();
830 return getReachableBlock();
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1857 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); in isAssertlikeBlock()
1858 const CFGBlock *Else = (B->succ_begin() + 1)->getReachableBlock(); in isAssertlikeBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5082 if (CFGBlock *B = Succ.getReachableBlock()) in addSuccessor()
5913 if (const CFGBlock *SuccBlk = Succ.getReachableBlock()) { in isInevitablySinking()