Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1570 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() function
1644 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
2575 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
2889 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)), in FindDeallocationFunctionForDestructor()
2905 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction()
3398 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete()