Searched refs:CXXDeallocatorCall (Results 1 – 4 of 4) sorted by relevance
1124 class CXXDeallocatorCall : public AnyFunctionCall {1128 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function1132 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;1135 new (Dest) CXXDeallocatorCall(*this); in cloneTo()1392 CallEventRef<CXXDeallocatorCall>1396 return create<CXXDeallocatorCall>(E, State, LCtx, ElemRef); in getCXXDeallocatorCall()
101 ProgramStateRef checkCXXDeallocation(const CXXDeallocatorCall *DC,477 CallAndMessageChecker::checkCXXDeallocation(const CXXDeallocatorCall *DC, in checkCXXDeallocation()562 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) in checkPreCall()
2858 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
1131 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()