HomeSort by relevance Sort by last modified time
    Searched defs:checkBranchCondition (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 31 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
37 void TraversalDumper::checkBranchCondition(const Stmt *Condition,
UndefBranchChecker.cpp 55 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
60 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition,
CheckerDocumentation.cpp 67 /// See checkBranchCondition() callback for performing custom processing of
126 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {}
TestAfterDivZeroChecker.cpp 87 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
215 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition,

Completed in 197 milliseconds