Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp614 ExplodedNodeSet DstPreCall; in handleConstructor() local
615 getCheckerManager().runCheckersForPreCall(DstPreCall, PreInitialized, in handleConstructor()
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()
756 StmtNodeBuilder Bldr(DstPreCall, DstInvalidated, *currBldrCtx); in VisitCXXDestructor()
757 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXDestructor()
777 ExplodedNodeSet DstPreCall; in VisitCXXNewAllocatorCall() local
[all …]