Searched refs:DstPostCall (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 593 ExplodedNodeSet DstPostCall; in VisitCXXConstructExpr() local 594 getCheckerManager().runCheckersForPostCall(DstPostCall, in VisitCXXConstructExpr() 597 getCheckerManager().runCheckersForPostStmt(destNodes, DstPostCall, CE, *this); in VisitCXXConstructExpr() 632 ExplodedNodeSet DstPostCall; in VisitCXXDestructor() local 653 ExplodedNodeSet DstPostCall; in VisitCXXNewAllocatorCall() local 654 StmtNodeBuilder CallBldr(DstPreCall, DstPostCall, *currBldrCtx); in VisitCXXNewAllocatorCall() 664 StmtNodeBuilder ValueBldr(DstPostCall, DstPostValue, *currBldrCtx); in VisitCXXNewAllocatorCall() 665 for (auto I : DstPostCall) { in VisitCXXNewAllocatorCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 326 ExplodedNodeSet DstPostCall; in processCallExit() local 337 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()
|