Searched refs:runCheckersForPreCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 533 getCheckerManager().runCheckersForPreCall(DstPreCall, PreInitialized, in VisitCXXConstructExpr() 623 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor() 650 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXNewAllocatorCall()
|
| H A D | ExprEngineObjC.cpp | 238 getCheckerManager().runCheckersForPreCall(dstGenericPrevisit, dstPrevisit, in VisitObjCMessage()
|
| H A D | ExprEngineCallAndReturn.cpp | 562 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, in evalCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 252 void runCheckersForPreCall(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, in runCheckersForPreCall() function
|