Home
last modified time | relevance | path

Searched refs:Overaligned (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1127 const bool Overaligned = S.getLangOpts().CoroAlignedAllocation; in findDeleteForPromise() local
1134 alignedAllocationModeFromBool(Overaligned), SizedDeallocationMode::Yes}; in findDeleteForPromise()
H A DSemaExprCXX.cpp4124 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
4129 alignedAllocationModeFromBool(Overaligned), in ActOnCXXDelete()