Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp614 ExplodedNodeSet DstPreCall; in handleConstructor() local
623 StmtNodeBuilder Bldr(DstPreCall, DstEvaluated, *currBldrCtx); in handleConstructor()
625 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in handleConstructor()
630 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in handleConstructor()
751 ExplodedNodeSet DstPreCall; in VisitCXXDestructor() local
752 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor()
757 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXDestructor()
777 ExplodedNodeSet DstPreCall; in VisitCXXNewAllocatorCall() local
778 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXNewAllocatorCall()
783 for (ExplodedNode *I : DstPreCall) { in VisitCXXNewAllocatorCall()
[all …]