HomeSort by relevance Sort by last modified time
    Searched refs:getTerminatorCondition (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 229 const Stmt *cond = pred->getTerminatorCondition();
  /external/clang/lib/Analysis/
ReachableCode.cpp 263 const Stmt *Cond = B->getTerminatorCondition(/* stripParens */ false);
613 PredBlock->getTerminatorCondition(/* strip parens */ false);
ThreadSafetyCommon.cpp 733 til::SExpr *C = translate(B->getTerminatorCondition(true), CallCtx.get());
ThreadSafety.cpp     [all...]
CFG.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 627 Stmt *getTerminatorCondition(bool StripParens = true);
629 const Stmt *getTerminatorCondition(bool StripParens = true) const {
630 return const_cast<CFGBlock*>(this)->getTerminatorCondition(StripParens);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
PathDiagnostic.cpp 668 S = BSrc->getTerminatorCondition();
    [all...]

Completed in 121 milliseconds