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

References

tools/clang/lib/AST/ExprConstant.cpp
 5996   APInt::udivrem(ByteSize, ElemSizeAP, Size, Remainder);
 6010     Info.FFDiag(E, diag::note_constexpr_new_too_large) << APSInt(Size, true);
 6014   QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr,
 6017   *Val = APValue(APValue::UninitArray(), 0, Size.getZExtValue());