/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | util | 12 Integer overflow in binary number 16 Integer overflow in octal number 20 Integer overflow in hexadecimal number 51 use warnings 'overflow' ; 53 no warnings 'overflow' ; 56 Integer overflow in binary number at - line 3. 59 use warnings 'overflow' ; 61 no warnings 'overflow' ; 67 use warnings 'overflow' ; 69 no warnings 'overflow' ; [all …]
|
H A D | 6default | 8 Integer overflow in octal number at - line 3. 19 Integer overflow in octal number at - line 3. 32 Integer overflow in octal number at - line 3. 35 Integer overflow in octal number at - line 8. 43 Integer overflow in hexadecimal number at - line 3. 51 Integer overflow in binary number at - line 3. 80 Integer overflow in hexadecimal number at (eval 1) line 3. 94 Integer overflow in hexadecimal number at (eval 1) line 2.
|
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_checks.inc | 23 UBSAN_CHECK(NullptrWithOffset, "nullptr-with-offset", "pointer-overflow") 25 "pointer-overflow") 27 "pointer-overflow") 28 UBSAN_CHECK(PointerOverflow, "pointer-overflow", "pointer-overflow") 32 UBSAN_CHECK(SignedIntegerOverflow, "signed-integer-overflow", 33 "signed-integer-overflow") 34 UBSAN_CHECK(UnsignedIntegerOverflow, "unsigned-integer-overflow", 35 "unsigned-integer-overflow") 59 UBSAN_CHECK(FloatCastOverflow, "float-cast-overflow", "float-cast-overflow")
|
/openbsd/gnu/llvm/libcxx/src/filesystem/ |
H A D | int128_builtins.cpp | 22 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() argument 26 *overflow = 0; in __muloti4() 30 *overflow = 1; in __muloti4() 35 *overflow = 1; in __muloti4() 46 *overflow = 1; in __muloti4() 49 *overflow = 1; in __muloti4()
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | int_mulo_impl.inc | 17 // Effects: sets *overflow to 1 if a * b overflows 19 static __inline fixint_t __muloXi4(fixint_t a, fixint_t b, int *overflow) { 23 *overflow = 0; 27 *overflow = 1; 32 *overflow = 1; 43 *overflow = 1; 46 *overflow = 1;
|
/openbsd/gnu/gcc/libcpp/ |
H A D | expr.c | 429 overflow |= result.overflow; in cpp_interpret_integer() 434 if (overflow) in cpp_interpret_integer() 462 bool overflow; in append_digit() local 501 overflow = true; in append_digit() 505 result.overflow = overflow; in append_digit() 1176 lhs.overflow = false; in num_bitwise_op() 1217 lhs.overflow = false; in num_inequality_op() 1308 num.overflow = false; in num_lshift() 1475 overflow = true; in num_mul() 1480 overflow = true; in num_mul() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 402 overflow |= result.overflow; 407 if (overflow) 439 bool overflow; local 477 overflow = true; 488 overflow = true; 491 result.overflow = overflow; 1189 lhs.overflow = false; 1328 num.overflow = false; 1519 overflow = true; 1524 overflow = true; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Compare/ |
H A D | Array.pm | 128 my $overflow = 0; 141 $overflow = !@list; 146 last if $overflow; # avoid doing 'for each' checks beyond array bounds 152 exists => !$overflow, 153 $overflow ? () : (got => $val), 169 exists => !$overflow, 170 $overflow ? () : (got => $val),
|
/openbsd/sys/arch/hppa/spmath/ |
H A D | divsfr.c | 28 overflow = TRUE; 56 overflow = TRUE; 67 overflow = TRUE; 70 overflow = FALSE;
|
H A D | divsfm.c | 28 overflow = TRUE; 56 overflow = TRUE; 73 overflow = TRUE; 76 overflow = FALSE;
|
H A D | divsim.c | 28 overflow = TRUE; 65 overflow = TRUE; 69 overflow = FALSE; 75 overflow = TRUE;
|
H A D | divufr.c | 26 overflow = TRUE; 32 overflow = TRUE; 35 overflow = FALSE;
|
H A D | divsir.c | 28 overflow = TRUE; 65 overflow = TRUE; 69 overflow = FALSE;
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | hexfp.t | 175 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/); 181 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/); 193 like(get_warn(), qr/^Hexadecimal float: exponent overflow/); 197 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/); 205 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/); 210 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/); 225 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/); 240 like(get_warn(), qr/^Hexadecimal float: mantissa overflow/);
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | UndefinedBehaviorSanitizer.rst | 18 * Signed integer overflow 20 overflow the destination 94 between floating-point types which would overflow the 160 a left shift operation doesn't overflow. 161 - ``-fsanitize=signed-integer-overflow``: Signed integer overflow, where the 170 - ``-fsanitize=unsigned-integer-overflow``: Unsigned integer overflow, where 203 behavior (e.g. unsigned integer overflow). 204 Enables ``signed-integer-overflow``, ``unsigned-integer-overflow``, 269 contains possible signed integer overflow, you can use 270 ``__attribute__((no_sanitize("signed-integer-overflow")))``. [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | asan_ignore | 12 # integer overflow etc. 15 # errors (i.e. the integer overflow ones). The manual implies that you can 17 # nor =signed-integer-overflow worked. 26 # It has its own overflow detection, so don't warn about it
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x-modes.def | 26 On the C4x, we have a "no-overflow" mode which is used when an ADD, 35 no overflow occurred (when considering signed operands). 50 exclusive ored with the overflow (V) flag. Thus if an overflow 53 an overflow occurs and the MSB of the result is set, N is set to 0. 55 been stored without overflow but does not represent the apparent 69 there is an overflow we use a different CC mode, CC_NOOVmode which 71 if no overflow occurred. 92 C4x sets the N flag since the result without overflow would have
|
/openbsd/gnu/gcc/gcc/config/fr30/ |
H A D | lib1funcs.asm | 51 ;; Does not handle overflow yet... 63 ;; Does not handle overflow yet... 78 ;; Does not handle overflow yet... 90 ;; Does not handle overflow yet...
|
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/ |
H A D | lib1funcs.asm | 51 ;; Does not handle overflow yet... 63 ;; Does not handle overflow yet... 78 ;; Does not handle overflow yet... 90 ;; Does not handle overflow yet...
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | strtoul.c | 29 int overflow = 0; local 86 overflow = 1; 90 if (overflow)
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x-modes.def | 34 On the C4x, we have a "no-overflow" mode which is used when an ADD, 43 no overflow occurred (when considering signed operands). 58 exclusive ored with the overflow (V) flag. Thus if an overflow 61 an overflow occurs and the MSB of the result is set, N is set to 0. 63 been stored without overflow but does not represent the apparent 77 there is an overflow we use a different CC mode, CC_NOOVmode which 79 if no overflow occurred. 100 C4x sets the N flag since the result without overflow would have
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cpu-ns32k.c | 169 int overflow = 0; local 575 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow) 595 bfd_boolean overflow; local 623 overflow = FALSE; 698 overflow = TRUE; 710 overflow = TRUE; 723 overflow = TRUE; 755 return overflow ? bfd_reloc_overflow : bfd_reloc_ok;
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | cpu-ns32k.c | 169 int overflow = 0; local 577 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow) 597 bfd_boolean overflow; local 625 overflow = FALSE; 700 overflow = TRUE; 712 overflow = TRUE; 725 overflow = TRUE; 757 return overflow ? bfd_reloc_overflow : bfd_reloc_ok;
|
/openbsd/sbin/unwind/libunbound/sldns/ |
H A D | parseutil.c | 212 sldns_str2period(const char *nptr, const char **endptr, int* overflow) in sldns_str2period() argument 218 *overflow = 0; in sldns_str2period() 242 *overflow = 1; in sldns_str2period() 251 *overflow = 1; in sldns_str2period() 260 *overflow = 1; in sldns_str2period() 269 *overflow = 1; in sldns_str2period() 278 *overflow = 1; in sldns_str2period() 295 *overflow = 1; in sldns_str2period() 303 *overflow = 1; in sldns_str2period() 312 *overflow = 1; in sldns_str2period()
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | parseutil.c | 212 sldns_str2period(const char *nptr, const char **endptr, int* overflow) in sldns_str2period() argument 218 *overflow = 0; in sldns_str2period() 242 *overflow = 1; in sldns_str2period() 251 *overflow = 1; in sldns_str2period() 260 *overflow = 1; in sldns_str2period() 269 *overflow = 1; in sldns_str2period() 278 *overflow = 1; in sldns_str2period() 295 *overflow = 1; in sldns_str2period() 303 *overflow = 1; in sldns_str2period() 312 *overflow = 1; in sldns_str2period()
|