Searched refs:CXXDeallocatorCall (Results 1 – 4 of 4) sorted by relevance
1070 class CXXDeallocatorCall : public AnyFunctionCall {1074 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function1077 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;1080 new (Dest) CXXDeallocatorCall(*this); in cloneTo()1428 CallEventRef<CXXDeallocatorCall>1431 return create<CXXDeallocatorCall>(E, State, LCtx); in getCXXDeallocatorCall()
101 ProgramStateRef checkCXXDeallocation(const CXXDeallocatorCall *DC,478 CallAndMessageChecker::checkCXXDeallocation(const CXXDeallocatorCall *DC, in checkCXXDeallocation()563 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) in checkPreCall()
2649 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
946 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()