Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1079 const bool Overaligned = false; in findDeleteForPromise() local
1081 Overaligned, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp3080 bool Overaligned, in FindUsualDeallocationFunction() argument
3092 Overaligned); in FindUsualDeallocationFunction()
3126 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction() local
3133 /*WantAlign*/ Overaligned, &Matches); in FindDeallocationFunction()
3620 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete() local
3624 Overaligned, DeleteName); in ActOnCXXDelete()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6267 bool Overaligned,