Searched refs:hasNewExtendedAlignment (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1829 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() function 1903 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize() 2937 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions() 3286 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)), in FindDeallocationFunctionForDestructor() 3304 WantAligned || hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction() 3802 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete()
|