Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1676 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() function
1750 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
2794 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
3110 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)), in FindDeallocationFunctionForDestructor()
3126 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction()
3620 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete()