Searched refs:overflow (Results 1 – 7 of 7) sorted by relevance
94 operations that overflow to the left or go switch to negative126 depends on $(cc-option,-fsanitize=signed-integer-overflow)128 This option enables -fsanitize=signed-integer-overflow which checks131 kernel's use of -fno-strict-overflow which converts all would-be
165 avoid cluttering the log with stack overflow warnings.
539 stack overflow.
4592 goto overflow; in mas_next_node()4598 goto overflow; in mas_next_node()4649 overflow: in mas_next_node()
3078 overflow. When overflow-checks are enabled, a Rust panic will occur3079 on overflow.
36 Select to add multiplication overflow protection to the VDSO
369 int overflow = 0; /* number of elements with bit length too large */ in gen_bitlen() local381 if (bits > max_length) bits = max_length, overflow++; in gen_bitlen()394 if (overflow == 0) return; in gen_bitlen()409 overflow -= 2; in gen_bitlen()410 } while (overflow > 0); in gen_bitlen()