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.cpp1894 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() function
2000 alignedAllocationModeFromBool(hasNewExtendedAlignment(S, allocType)), in doesUsualArrayDeleteWantSize()
3215 hasNewExtendedAlignment(*this, AllocElemType)), in FindAllocationFunctions()
3613 hasNewExtendedAlignment(*this, DeallocType)); in FindDeallocationFunctionForDestructor()
3633 hasNewExtendedAlignment(*this, Context.getRecordType(RD))) in FindDeallocationFunction()
4124 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete()