Searched refs:CXXDeallocatorCall (Results 1 – 5 of 5) sorted by relevance
46 const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call); in checkPreCall()73 TEST(CXXDeallocatorCall, SimpleDestructor) { in TEST() argument
1069 class CXXDeallocatorCall : public AnyFunctionCall {1073 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function1076 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;1079 new (Dest) CXXDeallocatorCall(*this); in cloneTo()1334 CallEventRef<CXXDeallocatorCall>1337 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()
2865 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
1071 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()