Searched defs:checkBranchCondition (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | TraversalChecker.cpp | 35 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TraversalDumper |
H A D | UndefBranchChecker.cpp | 61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in UndefBranchChecker |
H A D | CheckerDocumentation.cpp | 117 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() function in clang::ento::CheckerDocumentation |
H A D | TestAfterDivZeroChecker.cpp | 215 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TestAfterDivZeroChecker |