Searched refs:checkBranchCondition (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp54 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const;
59 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, function in class:UndefBranchChecker
H A DTraversalChecker.cpp30 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, function in class:TraversalDumper
H A DCheckerDocumentation.cpp68 /// See checkBranchCondition() callback for performing custom processing of
127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} function in class:clang::ento::CheckerDocumentation
H A DTestAfterDivZeroChecker.cpp85 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;
212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, function in class:TestAfterDivZeroChecker
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h274 ((const CHECKER *)checker)->checkBranchCondition(Condition, C);

Completed in 121 milliseconds