Searched refs:DstPostCall (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 679 ExplodedNodeSet DstPostCall; in handleConstructor() local 680 getCheckerManager().runCheckersForPostCall(DstPostCall, in handleConstructor() 683 getCheckerManager().runCheckersForPostStmt(destNodes, DstPostCall, E, *this); in handleConstructor() 781 ExplodedNodeSet DstPostCall; in VisitCXXNewAllocatorCall() local 782 StmtNodeBuilder CallBldr(DstPreCall, DstPostCall, *currBldrCtx); in VisitCXXNewAllocatorCall() 792 StmtNodeBuilder ValueBldr(DstPostCall, DstPostValue, *currBldrCtx); in VisitCXXNewAllocatorCall() 793 for (ExplodedNode *I : DstPostCall) { in VisitCXXNewAllocatorCall()
|
H A D | ExprEngineCallAndReturn.cpp | 329 ExplodedNodeSet DstPostCall; in processCallExit() local 337 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit() 341 getCheckerManager().runCheckersForPostCall(DstPostCall, CEENode, in processCallExit() 347 getCheckerManager().runCheckersForPostObjCMessage(Dst, DstPostCall, *Msg, in processCallExit() 353 getCheckerManager().runCheckersForPostStmt(Dst, DstPostCall, CE, in processCallExit() 356 Dst.insert(DstPostCall); in processCallExit()
|