Home
last modified time | relevance | path

Searched refs:isPreVisit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp159 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, in CheckStmtContext()
161 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()
182 void CheckerManager::runCheckersForStmt(bool isPreVisit, in runCheckersForStmt() argument
188 CheckStmtContext C(isPreVisit, getCachedStmtCheckersFor(S, isPreVisit), in runCheckersForStmt()
275 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, in CheckCallContext()
278 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
296 void CheckerManager::runCheckersForCallEvent(bool isPreVisit, in runCheckersForCallEvent() argument
302 CheckCallContext C(isPreVisit, in runCheckersForCallEvent()
303 isPreVisit ? PreCallCheckers in runCheckersForCallEvent()
906 CheckerManager::getCachedStmtCheckersFor(const Stmt *S, bool isPreVisit) { in getCachedStmtCheckersFor() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h270 void runCheckersForStmt(bool isPreVisit,
324 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
651 bool isPreVisit);