Searched defs:checkBranchCondition (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp30 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
35 void TraversalDumper::checkBranchCondition(const Stmt *Condition, function in class:TraversalDumper
H A DUndefBranchChecker.cpp56 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, function in class:UndefBranchChecker
H A DCheckerDocumentation.cpp67 /// See checkBranchCondition() callback for performing custom processing of
117 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} function in class:clang::ento::CheckerDocumentation
H A DTestAfterDivZeroChecker.cpp87 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
214 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, function in class:TestAfterDivZeroChecker

Completed in 1835 milliseconds