Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1043 const bool Overaligned = false; in findDeleteForPromise() local
1045 Overaligned, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp3097 bool Overaligned, in FindUsualDeallocationFunction() argument
3109 Overaligned); in FindUsualDeallocationFunction()
3143 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction() local
3150 /*WantAlign*/ Overaligned, &Matches); in FindDeallocationFunction()
3637 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
3641 Overaligned, DeleteName); in ActOnCXXDelete()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6334 bool Overaligned,