Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp57 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
62 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.cpp86 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
208 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() function in TestAfterDivZeroChecker
H A DCheckerDocumentation.cpp133 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() function in clang::ento::CheckerDocumentation
H A DErrnoChecker.cpp45 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h272 ((const CHECKER *)checker)->checkBranchCondition(Condition, C); in _checkBranchCondition()