Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AllocType

769                                     QualType AllocType, llvm::Value *NewPtr) {
771 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
772 if (!CGF.hasAggregateLLVMType(AllocType))
773 CGF.EmitScalarInit(Init, 0, CGF.MakeAddrLValue(NewPtr, AllocType,
776 else if (AllocType->isAnyComplexType())
778 AllocType.isVolatileQualified());
781 = AggValueSlot::forAddr(NewPtr, Alignment, AllocType.getQualifiers(),
1119 QualType allocType = getContext().getBaseElementType(E->getAllocatedType());
1197 (!allocType.isPODType(getContext()) || E->hasInitializer());
1239 E, allocType);
1243 = ConvertTypeForMem(allocType)->getPointerTo(AS);
1246 EmitNewInitializer(*this, E, allocType, result, numElements,