Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1145 const bool Overaligned = S.getLangOpts().CoroAlignedAllocation; in findDeleteForPromise() local
1153 /*WantAligned*/ Overaligned)) in findDeleteForPromise()
1170 Overaligned, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp3254 bool Overaligned, in FindUsualDeallocationFunction() argument
3266 Overaligned); in FindUsualDeallocationFunction()
3301 bool Overaligned = in FindDeallocationFunction() local
3309 /*WantAlign*/ Overaligned, &Matches); in FindDeallocationFunction()
3796 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
3800 Overaligned, DeleteName); in ActOnCXXDelete()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6928 bool Overaligned,