Searched refs:DstPreCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 532 ExplodedNodeSet DstPreCall; in VisitCXXConstructExpr() local 537 StmtNodeBuilder Bldr(DstPreCall, DstEvaluated, *currBldrCtx); in VisitCXXConstructExpr() 543 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXConstructExpr() 548 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXConstructExpr() 622 ExplodedNodeSet DstPreCall; in VisitCXXDestructor() local 623 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor() 627 StmtNodeBuilder Bldr(DstPreCall, DstInvalidated, *currBldrCtx); in VisitCXXDestructor() 628 for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end(); in VisitCXXDestructor() 649 ExplodedNodeSet DstPreCall; in VisitCXXNewAllocatorCall() local 650 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXNewAllocatorCall() [all …]
|