HomeSort by: relevance | last modified time | path
    Searched defs:checkBranchCondition (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 30 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
36 void TraversalDumper::checkBranchCondition(const Stmt *Condition,
UndefBranchChecker.cpp 56 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition,
CheckerDocumentation.cpp 68 /// See checkBranchCondition() callback for performing custom processing of
127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {}
TestAfterDivZeroChecker.cpp 85 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition,

Completed in 18 milliseconds