Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1751 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() function
1825 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
2872 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
3241 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)), in FindDeallocationFunctionForDestructor()
3259 WantAligned || hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction()
3753 bool Overaligned = hasNewExtendedAlignment(*this, Pointee); in ActOnCXXDelete()