Searched refs:isSizedDeallocation (Results 1 – 2 of 2) sorted by relevance
2003 return Best && isSizedDeallocation(Best.IDP.PassSize); in doesUsualArrayDeleteWantSize()3279 bool IsSizedDelete = isSizedDeallocation(Info.IDP.PassSize); in FindAllocationFunctions()3287 !isSizedDeallocation(NonSizedDelete.IDP.PassSize) && in FindAllocationFunctions()4094 UsualArrayDeleteWantsSize = isSizedDeallocation(UDFI.IDP.PassSize); in ActOnCXXDelete()
2263 inline bool isSizedDeallocation(SizedDeallocationMode Mode) { in isSizedDeallocation() function2320 if (isSizedDeallocation(PassSize)) in getNumImplicitArgs()