Home | History | Annotate | Download | only in src

Lines Matching refs:overflow

1215       offset + source_length < offset)  // overflow
1284 // No overflow.
1342 byte_offset + sizeof(T) < byte_offset) { // overflow
1386 byte_offset + sizeof(T) < byte_offset) { // overflow
3985 // Detect integer overflow.
6218 ASSERT(to - from < 10); // Overflow is not possible.
7419 bool overflow = false;
7440 overflow = true;
7448 if (!overflow && separator_length > 0) {
7456 overflow = true;
7462 overflow = true;
7465 if (overflow) {
7665 // might overflow, e.g when comparing 9 with 1_000_000_000, 9 would
9526 // First check if this is a real stack overflow.
9541 // First check if this is a real stack overflow.
12256 // Or it could be due to stack overflow.