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.h371 void runCheckersForBranchCondition(const Stmt *condition,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp554 void CheckerManager::runCheckersForBranchCondition(const Stmt *Condition, in runCheckersForBranchCondition() function in CheckerManager
H A DExprEngine.cpp2837 getCheckerManager().runCheckersForBranchCondition(Condition, CheckersOutSet, in processBranch()