Searched refs:isPreVisit (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 153 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, in CheckStmtContext() 155 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext() 177 void CheckerManager::runCheckersForStmt(bool isPreVisit, in runCheckersForStmt() argument 183 CheckStmtContext C(isPreVisit, getCachedStmtCheckersFor(S, isPreVisit), in runCheckersForStmt() 186 isPreVisit ? "CheckerManager::runCheckersForStmt (Pre)" in runCheckersForStmt() 276 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, in CheckCallContext() 279 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext() 298 void CheckerManager::runCheckersForCallEvent(bool isPreVisit, in runCheckersForCallEvent() argument 304 CheckCallContext C(isPreVisit, in runCheckersForCallEvent() 305 isPreVisit ? PreCallCheckers in runCheckersForCallEvent() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 272 void runCheckersForStmt(bool isPreVisit, 326 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst, 659 bool isPreVisit);
|