Searched refs:overflowable (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const.c | 973 int overflowable) in int_const_binop_2() argument 1112 t = force_fit_type (type, res, overflowable, in int_const_binop_2() 1113 (((sign == SIGNED || overflowable == -1) in int_const_binop_2() 1126 int overflowable) in int_const_binop_1() argument 1129 return int_const_binop_2 (code, arg1, arg2, overflowable); in int_const_binop_1() 1179 return force_fit_type (type, res, overflowable, in int_const_binop_1() 1180 (((sign == SIGNED || overflowable == -1) in int_const_binop_1()
|
H A D | tree.c | 1388 int overflowable, bool overflowed) in force_fit_type() argument 1396 || overflowable < 0 in force_fit_type() 1397 || (overflowable > 0 && sign == SIGNED)) in force_fit_type()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.c | 1104 force_fit_type_double (tree type, double_int cst, int overflowable, in force_fit_type_double() argument 1118 || overflowable < 0 in force_fit_type_double() 1119 || (overflowable > 0 && sign_extended_type)) in force_fit_type_double()
|
/dflybsd-src/share/dict/ |
H A D | web2 | 134867 overflowable
|