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

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1558   CharUnits allocAlign = getContext().getTypeAlignInChars(allocType);
 1634           Target.getNewAlign(), getContext().getTypeSize(allocType)));
 1647                    (!allocType.isPODType(getContext()) || E->hasInitializer() ||
 1688                                                        E, allocType);
 1691   llvm::Type *elementTy = ConvertTypeForMem(allocType);
 1712                 result.getPointer(), allocType, result.getAlignment(),
 1715   EmitNewInitializer(*this, E, allocType, elementTy, result, numElements,