Searched refs:CXXDeallocatorCall (Results 1 – 4 of 4) sorted by relevance
1082 class CXXDeallocatorCall : public AnyFunctionCall {1086 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function1089 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;1092 new (Dest) CXXDeallocatorCall(*this); in cloneTo()1347 CallEventRef<CXXDeallocatorCall>1350 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()
2856 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
1126 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()