Home
last modified time | relevance | path

Searched refs:PassSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2302 SizedDeallocationMode PassSize) in ImplicitDeallocationParameters()
2304 PassAlignment(PassAlignment), PassSize(PassSize) { in ImplicitDeallocationParameters()
2310 SizedDeallocationMode PassSize) in ImplicitDeallocationParameters()
2312 PassAlignment(PassAlignment), PassSize(PassSize) {} in ImplicitDeallocationParameters()
2320 if (isSizedDeallocation(PassSize)) in getNumImplicitArgs()
2328 SizedDeallocationMode PassSize; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1806 IDP.PassSize = SizedDeallocationMode::Yes;
1846 if (IDP.PassSize != OtherIDP.PassSize) in Compare()
1847 return IDP.PassSize == TargetIDP.PassSize ? 1 : -1; in Compare()
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()
3614 IDP.PassSize = SizedDeallocationMode::Yes; in FindDeallocationFunctionForDestructor()
4094 UsualArrayDeleteWantsSize = isSizedDeallocation(UDFI.IDP.PassSize); in ActOnCXXDelete()
H A DSemaCoroutine.cpp1151 IDP.PassSize = SizedDeallocationMode::Yes; in findDeleteForPromise()