Home
last modified time | relevance | path

Searched defs:Overaligned (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/utilities/utility/
H A Dsmall_buffer.pass.cpp31 struct alignas(16) Overaligned { struct
40 static_assert(!BufferT::__fits_in_buffer<Overaligned>); in main() argument
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1054 const bool Overaligned = S.getLangOpts().CoroAlignedAllocation; findDeleteForPromise() local
H A DSemaExprCXX.cpp3256 FindUsualDeallocationFunction(SourceLocation StartLoc,bool CanProvideSize,bool Overaligned,DeclarationName Name) FindUsualDeallocationFunction() argument
3303 bool Overaligned = FindDeallocationFunction() local
3802 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); ActOnCXXDelete() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp983 struct alignas(64) Overaligned {}; global() struct