Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1057 const bool Overaligned = S.getLangOpts().CoroAlignedAllocation; in findDeleteForPromise() local
1065 /*WantAligned*/ Overaligned)) in findDeleteForPromise()
1082 Overaligned, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp3211 bool Overaligned, in FindUsualDeallocationFunction() argument
3223 Overaligned); in FindUsualDeallocationFunction()
3258 bool Overaligned = in FindDeallocationFunction() local
3266 /*WantAlign*/ Overaligned, &Matches); in FindDeallocationFunction()
3753 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
3757 Overaligned, DeleteName); in ActOnCXXDelete()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6776 bool Overaligned,