Searched refs:DstPreCall (Results 1 – 1 of 1) sorted by relevance
614 ExplodedNodeSet DstPreCall; in handleConstructor() local623 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() local752 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor()757 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXDestructor()777 ExplodedNodeSet DstPreCall; in VisitCXXNewAllocatorCall() local778 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXNewAllocatorCall()783 for (ExplodedNode *I : DstPreCall) { in VisitCXXNewAllocatorCall()[all …]