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

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp656 const CFGBlock *BSrc = BE->getSrc(); local
657 S = BSrc->getTerminatorCondition();
H A DBugReporter.cpp1488 const CFGBlock *BSrc = BE->getSrc(); local
1491 if (const Stmt *Term = BSrc->getTerminator()) {
1497 BSrc->getTerminatorCondition(),
1780 const CFGBlock *BSrc = BE->getSrc(); local
1783 if (const Stmt *Term = BSrc->getTerminator()) {
1787 const Stmt *TermCond = getTerminatorCondition(BSrc);

Completed in 87 milliseconds