Home
last modified time | relevance | path

Searched refs:runCheckersForBranchCondition (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h363 void runCheckersForBranchCondition(const Stmt *condition,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp492 void CheckerManager::runCheckersForBranchCondition(const Stmt *Condition, in runCheckersForBranchCondition() function in CheckerManager
H A DExprEngine.cpp2783 getCheckerManager().runCheckersForBranchCondition(Condition, CheckersOutSet, in processBranch()