Lines Matching defs:Overflow
142 bool Overflow = false;
148 Overflow = true;
155 Overflow = true;
159 // Check for overflow.
160 if (Overflow && Diags) // Too many digits to fit in
181 // Check for overflow. Reject '\777', but not L'\777'.
911 /// matches Val's input width. If there is an overflow, set Val to the low bits
915 // bits per digit in this radix. If we can't possibly overflow a
917 // integer. This avoids the expensive overflow checking below, and
919 // hex/octal values which don't overflow).
928 // for overflow by comparing.
958 // Multiply by radix, did overflow occur on the multiply?
962 // Add value, did overflow occur on the value?
963 // (a + b) ult b <=> overflow
1180 // in this implementation, but warn on overflow.