Home
last modified time | relevance | path

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

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