Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1783 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() function
1857 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
2912 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
3284 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)), in FindDeallocationFunctionForDestructor()
3302 WantAligned || hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction()
3796 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete()