Searched refs:allocType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1557 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local 1579 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() 1650 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr() 1661 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr() 1674 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr() 1715 E, allocType); in EmitCXXNewExpr() 1718 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr() 1738 result.getPointer(), allocType, result.getAlignment(), in EmitCXXNewExpr() 1741 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1798 QualType allocType) { in doesUsualArrayDeleteWantSize() argument 1800 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize() 1825 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
|