Home
last modified time | relevance | path

Searched refs:checkBranchCondition (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp56 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in UndefBranchChecker
H A DTraversalChecker.cpp30 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TraversalDumper
H A DTestAfterDivZeroChecker.cpp85 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TestAfterDivZeroChecker
H A DCheckerDocumentation.cpp127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() function in clang::ento::CheckerDocumentation
H A DErrnoChecker.cpp44 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h274 ((const CHECKER *)checker)->checkBranchCondition(Condition, C); in _checkBranchCondition()