Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp983 struct alignas(64) Overaligned {}; struct
986 delete new Overaligned; in ok()
1015 …delete new (std::align_val_t{64}) Overaligned; // expected-note {{placement new expression is not … in bad()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1062 const bool Overaligned = false; in findDeleteForPromise() local
1064 Overaligned, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp3143 bool Overaligned, in FindUsualDeallocationFunction() argument
3155 Overaligned); in FindUsualDeallocationFunction()
3189 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction() local
3196 /*WantAlign*/ Overaligned, &Matches); in FindDeallocationFunction()
3683 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
3687 Overaligned, DeleteName); in ActOnCXXDelete()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6624 bool Overaligned,