Lines Matching defs:ArrayBound
9951 llvm::APSInt ArrayBound;
9952 if (!EvaluateInteger(Stripped, ArrayBound, Info))
9959 if (ArrayBound.isSigned() && ArrayBound.isNegative()) {
9964 << ArrayBound << (*ArraySize)->getSourceRange();
9972 Info.Ctx, AllocType, ArrayBound),
9973 ArrayBound.getZExtValue(), /*Diag=*/!IsNothrow)) {
9994 std::max(CAT->getSizeBitWidth(), ArrayBound.getBitWidth());
9996 llvm::APInt AllocBound = ArrayBound.zext(Bits);
10014 AllocType = Info.Ctx.getConstantArrayType(AllocType, ArrayBound, nullptr,