Searched refs:DstPostCall (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp663 ExplodedNodeSet DstPostCall; local
664 getCheckerManager().runCheckersForPostCall(DstPostCall,
667 getCheckerManager().runCheckersForPostStmt(destNodes, DstPostCall, E, *this);
765 ExplodedNodeSet DstPostCall; local
766 StmtNodeBuilder CallBldr(DstPreCall, DstPostCall, *currBldrCtx);
771 // If the call is inlined, DstPostCall will be empty and we bail out now.
776 StmtNodeBuilder ValueBldr(DstPostCall, DstPostValue, *currBldrCtx);
777 for (ExplodedNode *I : DstPostCall) {
H A DExprEngineCallAndReturn.cpp328 ExplodedNodeSet DstPostCall; local
336 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this,
340 getCheckerManager().runCheckersForPostCall(DstPostCall, CEENode,
346 getCheckerManager().runCheckersForPostObjCMessage(Dst, DstPostCall, *Msg,
352 getCheckerManager().runCheckersForPostStmt(Dst, DstPostCall, CE,
355 Dst.insert(DstPostCall);

Completed in 130 milliseconds