Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp924 const bool Overaligned = false; in findDeleteForPromise() local
926 Overaligned, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp2859 bool Overaligned, in FindUsualDeallocationFunction() argument
2871 Overaligned); in FindUsualDeallocationFunction()
2905 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction() local
2912 /*WantAlign*/ Overaligned, &Matches); in FindDeallocationFunction()
3398 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
3402 Overaligned, DeleteName); in ActOnCXXDelete()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5252 bool Overaligned,