Home
last modified time | relevance | path

Searched refs:runCheckersForPreCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp533 getCheckerManager().runCheckersForPreCall(DstPreCall, PreInitialized, in VisitCXXConstructExpr()
623 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor()
650 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXNewAllocatorCall()
H A DExprEngineObjC.cpp238 getCheckerManager().runCheckersForPreCall(dstGenericPrevisit, dstPrevisit, in VisitObjCMessage()
H A DExprEngineCallAndReturn.cpp562 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, in evalCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h252 void runCheckersForPreCall(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, in runCheckersForPreCall() function