reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1569     allocation = EmitPointerWithAlignment(arg, &BaseInfo);
 1575       allocation = Address(allocation.getPointer(), allocAlign);
 1575       allocation = Address(allocation.getPointer(), allocAlign);
 1582       allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType());
 1639     allocation = Address(RV.getScalarVal(), allocationAlign);
 1665       Builder.CreateIsNull(allocation.getPointer(), "new.isnull");
 1676     EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign,
 1686     allocation = CGM.getCXXABI().InitializeArrayCookie(*this, allocation,
 1686     allocation = CGM.getCXXABI().InitializeArrayCookie(*this, allocation,
 1692   Address result = Builder.CreateElementBitCast(allocation, elementTy);