Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1077 const bool Overaligned = false; in findDeleteForPromise() local
DSemaExprCXX.cpp3011 bool Overaligned, in FindUsualDeallocationFunction()
3057 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction() local
3551 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx2a.cpp983 struct alignas(64) Overaligned {}; struct