Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp717 ExplodedNodeSet DstPreCall; in handleConstructor() local
728 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in handleConstructor()
733 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in handleConstructor()
854 ExplodedNodeSet DstPreCall; in VisitCXXDestructor() local
855 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor()
860 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXDestructor()
880 ExplodedNodeSet DstPreCall; in VisitCXXNewAllocatorCall() local
886 for (ExplodedNode *I : DstPreCall) { in VisitCXXNewAllocatorCall()
1074 ExplodedNodeSet DstPreCall; in VisitCXXDeleteExpr() local
1080 for (ExplodedNode *I : DstPreCall) { in VisitCXXDeleteExpr()
[all …]