Lines Matching defs:Overflow
155 bool Overflow = false;
161 Overflow = true;
168 Overflow = true;
172 // Check for overflow.
173 if (Overflow && Diags) // Too many digits to fit in
194 // Check for overflow. Reject '\777', but not L'\777'.
1017 /// matches Val's input width. If there is an overflow, set Val to the low bits
1021 // bits per digit in this radix. If we can't possibly overflow a
1023 // integer. This avoids the expensive overflow checking below, and
1025 // hex/octal values which don't overflow).
1034 // for overflow by comparing.
1064 // Multiply by radix, did overflow occur on the multiply?
1068 // Add value, did overflow occur on the value?
1069 // (a + b) ult b <=> overflow
1409 // in this implementation, but warn on overflow.