Searched refs:DstPostCall (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 832 ExplodedNodeSet DstPostCall; in handleConstructor() local 833 getCheckerManager().runCheckersForPostCall(DstPostCall, in handleConstructor() 836 getCheckerManager().runCheckersForPostStmt(destNodes, DstPostCall, E, *this); in handleConstructor() 934 ExplodedNodeSet DstPostCall; in VisitCXXNewAllocatorCall() local 935 StmtNodeBuilder CallBldr(DstPreCall, DstPostCall, *currBldrCtx); in VisitCXXNewAllocatorCall() 945 StmtNodeBuilder ValueBldr(DstPostCall, DstPostValue, *currBldrCtx); in VisitCXXNewAllocatorCall() 946 for (ExplodedNode *I : DstPostCall) { in VisitCXXNewAllocatorCall() 1131 ExplodedNodeSet DstPostCall; in VisitCXXDeleteExpr() local 1134 StmtNodeBuilder Bldr(DstPreCall, DstPostCall, *currBldrCtx); in VisitCXXDeleteExpr() 1139 DstPostCall = DstPreCall; in VisitCXXDeleteExpr() [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 400 ExplodedNodeSet DstPostCall; in processCallExit() local 408 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit() 412 getCheckerManager().runCheckersForPostCall(DstPostCall, CEENode, in processCallExit() 418 getCheckerManager().runCheckersForPostObjCMessage(Dst, DstPostCall, *Msg, in processCallExit() 424 getCheckerManager().runCheckersForPostStmt(Dst, DstPostCall, CE, in processCallExit() 427 Dst.insert(DstPostCall); in processCallExit()
|