Searched refs:checkBranchCondition (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefBranchChecker.cpp | 55 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const; 60 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in UndefBranchChecker
|
D | TraversalChecker.cpp | 31 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const; 37 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TraversalDumper
|
D | TestAfterDivZeroChecker.cpp | 87 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const; 215 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TestAfterDivZeroChecker
|
D | CheckerDocumentation.cpp | 126 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() function in clang::ento::CheckerDocumentation
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefBranchChecker.cpp | 56 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const; 61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in UndefBranchChecker
|
D | TraversalChecker.cpp | 30 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const; 36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TraversalDumper
|
D | TestAfterDivZeroChecker.cpp | 85 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const; 212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TestAfterDivZeroChecker
|
D | CheckerDocumentation.cpp | 127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() function in clang::ento::CheckerDocumentation
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 274 ((const CHECKER *)checker)->checkBranchCondition(Condition, C); in _checkBranchCondition()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 274 ((const CHECKER *)checker)->checkBranchCondition(Condition, C); in _checkBranchCondition()
|