| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | fold-const.c | 185 force_fit_type (t, overflow) in force_fit_type() function 1194 : (force_fit_type (t, (!uns || is_sizetype) && overflow) 1259 = (force_fit_type (t, 0) 1416 = force_fit_type (new_const, 0); 1550 = ((force_fit_type (t, 1598 = TREE_OVERFLOW (arg1) | force_fit_type (t, overflow); 1624 = TREE_OVERFLOW (arg1) | force_fit_type (t, 0); 2520 force_fit_type (mask, 0); 2671 force_fit_type (mask, 0); 2699 force_fit_type (tmask, 0); [all …]
|
| D | tree.c | 1183 force_fit_type (t, 0); 4130 return !force_fit_type (c, 0);
|
| D | tree.h | 2902 extern int force_fit_type PARAMS ((tree, int));
|
| D | FSFChangeLog | 2048 * fold-const.c (force_fit_type, fold_convert, fold): Likewise. 2516 * fold-const.c (fold_convert): Call force_fit_type even if input
|
| D | FSFChangeLog.10 | 7477 * fold-const.c (const_binop): Don't pass OVERFLOW to force_fit_type 9963 * fold-const.c (force_fit_type): Always propagate OVERFLOW.
|
| D | ChangeLog.4 | 3761 (int_fits_type_p): For variable bounds, call force_fit_type. 5715 * fold-const.c (force_fit_type): Unsigned values can overflow
|
| D | FSFChangeLog.11 | 8135 (size_int): Call force_fit_type.
|
| D | ChangeLog.3 | 11704 (force_fit_type, add_double, neg_double, mul_double): Likewise.
|
| D | ChangeLog | 13517 * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | fold-const.c | 209 force_fit_type (tree t, int overflowable, in force_fit_type() function 1687 t = force_fit_type (t, 1, in int_const_binop() 1961 t = force_fit_type (t, in fold_convert_const_int_from_int() 2061 t = force_fit_type (t, -1, overflow | TREE_OVERFLOW (arg1), in fold_convert_const_int_from_real() 3549 mask = force_fit_type (mask, 0, false, false); in optimize_bit_field_compare() 3705 mask = force_fit_type (mask, 0, false, false); in decode_field_reference() 3731 tmask = force_fit_type (tmask, 0, false, false); in all_ones_mask_p() 6308 prod = force_fit_type (prod, -1, overflow, false); in fold_div_compare() 6323 hi = force_fit_type (hi, -1, overflow | TREE_OVERFLOW (prod), in fold_div_compare() 6760 arg1 = force_fit_type (tmp, 0, in fold_sign_changed_comparison() [all …]
|
| D | convert.c | 51 t = force_fit_type (t, 0, TREE_OVERFLOW (expr), in convert_to_pointer()
|
| D | stor-layout.c | 2001 new_max = force_fit_type (new_max, 0, 0, 0); in set_sizetype()
|
| D | tree.c | 1754 t = force_fit_type (t, 0, false, false); in size_in_bytes() 5722 tmp = force_fit_type (tmp, -1, false, false); in int_fits_type_p()
|
| D | tree.h | 4233 extern tree force_fit_type (tree, int, bool, bool);
|
| D | c-common.c | 2142 primop1 = force_fit_type (tmp, 0, TREE_OVERFLOW (primop1), in shorten_compare()
|
| D | builtins.c | 10377 ret = force_fit_type (ret, -1, false, false); in fold_builtin_object_size()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cvt.c | 256 force_fit_type (expr, 0);
|
| D | ChangeLog | 3772 * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cvt.c | 256 expr = force_fit_type (expr, 0, false, false); in cp_convert_to_pointer()
|
| D | ChangeLog-2002 | 2369 * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
|
| D | ChangeLog-2004 | 2994 * cvt.c (cp_convert_to_pointer): Adjust force_fit_type call.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | jcf-parse.c | 290 force_fit_type (value, 0);
|
| D | lex.c | 1251 force_fit_type (value, 0);
|