Lines Matching defs:NewPtr
974 QualType AllocType, Address NewPtr,
980 CGF.MakeAddrLValue(NewPtr, AllocType), false);
983 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType),
988 = AggValueSlot::forAddr(NewPtr, AllocType.getQualifiers(),
1324 Address NewPtr, llvm::Value *NumElements,
1328 CGF.EmitNewArrayInitializer(E, ElementType, ElementTy, NewPtr, NumElements,
1331 StoreAnyExprIntoOneUnit(CGF, Init, E->getAllocatedType(), NewPtr,
1519 Address NewPtr,
1539 NewPtr.emitRawPointer(CGF), AllocSize, E->passAlignment(), AllocAlign);
1550 DominatingValue<RValue>::save(CGF, RValue::get(NewPtr, CGF));