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

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 56 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition,
CheckerDocumentation.cpp 62 /// See checkBranchCondition() callback for performing custom processing of
85 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {}
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 219 ((const CHECKER *)checker)->checkBranchCondition(Condition, C);

Completed in 50 milliseconds