/dflybsd-src/contrib/grep/lib/ |
H A D | intprops.h | 408 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 448 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 453 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 463 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 480 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument 493 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument 506 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
|
H A D | xstrtol.c | 131 strtol_error overflow; in __xstrtol() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | double-int.c | 367 int overflow = 0; in div_and_round_double() local 819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign() 831 double_int *higher, bool *overflow) const in wide_mul_with_sign() 867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign() 903 double_int::sub_with_overflow (double_int b, bool *overflow) const in sub_with_overflow() 924 double_int::neg_with_overflow (bool *overflow) const in neg_with_overflow() 938 double_int *mod, bool *overflow) const in divmod_with_overflow()
|
H A D | profile-count.c | 213 bool overflow; in slow_safe_scale_64bit() local
|
H A D | tree-ssa-phiopt.c | 1227 bool overflow; in minmax_replacement() local 1236 bool overflow; in minmax_replacement() local 1255 bool overflow; in minmax_replacement() local 1264 bool overflow; in minmax_replacement() local
|
H A D | wide-int.cc | 1131 signop sgn, bool *overflow) in add_large() 1272 bool *overflow, bool high) in mul_internal() 1521 signop sgn, bool *overflow) in sub_large() 1724 bool overflow = false; in divmod_internal() local 2424 bool overflow; in test_overflow() local
|
H A D | tree-scalar-evolution.c | 3191 bool overflow = false; in iv_can_overflow_p() local 3208 bool overflow = false; in iv_can_overflow_p() local 3217 bool overflow = false, overflow2 = false; in iv_can_overflow_p() local 3321 bool folded_casts, overflow; in simple_iv_with_niters() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 399 enum overflow_type overflow = OT_NONE; in c_lex_with_flags() local 702 enum overflow_type *overflow) in interpret_integer() 796 const char *suffix, enum overflow_type *overflow) in interpret_float()
|
/dflybsd-src/contrib/mpc/src/ |
H A D | sqr.c | 93 int overflow; in mpfr_fsss() local
|
H A D | mul.c | 253 int overflow; in mpfr_fmma() local
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | expr.c | 657 bool overflow = false; in cpp_interpret_integer() local 749 bool overflow; in append_digit() local 1812 bool overflow, negate = false; in num_mul() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | sstream.tcc | 82 overflow(int_type __c) in overflow() function in std::basic_stringbuf
|
H A D | fstream.tcc | 424 overflow(int_type __c) in overflow() function in std::basic_filebuf
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | sstream.tcc | 80 overflow(int_type __c) in overflow() function in std::basic_stringbuf
|
H A D | fstream.tcc | 507 overflow(int_type __c) in overflow() function in std::basic_filebuf
|
/dflybsd-src/stand/lib/ |
H A D | netif.h | 40 int overflow; member
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | expr.c | 863 bool overflow = false; in cpp_interpret_integer() local 957 bool overflow; in append_digit() local 2056 bool overflow, negate = false; in num_mul() local
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | pow.c | 556 int negative, overflow; in mpfr_pow() local
|
H A D | zeta.c | 397 int overflow = 0; in mpfr_zeta() local
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | powerpc.cc | 1555 overflowed(Address value, Overflow_check overflow) in overflowed() 1578 rela(unsigned char* view, Address value, Overflow_check overflow) in rela() 1592 Overflow_check overflow) in rela() 1607 rela_ua(unsigned char* view, Address value, Overflow_check overflow) in rela_ua() 1619 Overflow_check overflow) in rela_ua() 1644 addr32(unsigned char* view, Address value, Overflow_check overflow) in addr32() 1649 addr32_u(unsigned char* view, Address value, Overflow_check overflow) in addr32_u() 1654 addr24(unsigned char* view, Address value, Overflow_check overflow) in addr24() 1665 addr16(unsigned char* view, Address value, Overflow_check overflow) in addr16() 1670 addr16_u(unsigned char* view, Address value, Overflow_check overflow) in addr16_u() [all …]
|
/dflybsd-src/contrib/less/ |
H A D | option.c | 654 static int num_error(constant char *printopt, lbool *errp, lbool overflow) in num_error()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | strstream.cc | 140 strstreambuf::overflow(int_type c) in overflow() function in std::strstreambuf
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | strstream.cc | 139 strstreambuf::overflow(int_type c) in overflow() function in std::strstreambuf
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | double-int.c | 345 int overflow = 0; in div_and_round_double() local 719 bool unsigned_p, int *overflow) in double_int_mul_with_sign()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 802 int overflow = real_from_string (&realvoidmode, copy); in interpret_float() local
|