Searched refs:MaxPositiveMagnitude (Results 1 – 1 of 1) sorted by relevance
1289 int64_t MaxPositiveMagnitude = int64_t(std::numeric_limits<int32_t>::max()); in handleIntLiteral() local1290 Overflowed |= (!Negated && MaxPositiveMagnitude < Val.getExtValue()); in handleIntLiteral()