Searched defs:BSrc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp667 const CFGBlock *BSrc = BE->getSrc(); local
668 S = BSrc->getTerminatorCondition();
H A DBugReporter.cpp1524 const CFGBlock *BSrc = BE->getSrc(); local
1527 if (const Stmt *Term = BSrc->getTerminator()) {
1533 BSrc->getTerminatorCondition(),
1820 const CFGBlock *BSrc = BE->getSrc(); local
1823 if (const Stmt *Term = BSrc->getTerminator()) {
1827 const Stmt *TermCond = getTerminatorCondition(BSrc);

Completed in 73 milliseconds