Searched refs:force_fit_type (Results 1 – 18 of 18) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | convert.c | 51 t = force_fit_type (t, 0, TREE_OVERFLOW (expr), in convert_to_pointer() 96 t = force_fit_type (t, 0, TREE_OVERFLOW (expr), in convert_to_block_pointer()
|
| HD | 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() 3555 mask = force_fit_type (mask, 0, false, false); in optimize_bit_field_compare() 3711 mask = force_fit_type (mask, 0, false, false); in decode_field_reference() 3737 tmask = force_fit_type (tmask, 0, false, false); in all_ones_mask_p() 6322 prod = force_fit_type (prod, -1, overflow, false); in fold_div_compare() 6337 hi = force_fit_type (hi, -1, overflow | TREE_OVERFLOW (prod), in fold_div_compare() 6776 arg1 = force_fit_type (tmp, 0, in fold_sign_changed_comparison() [all …]
|
| HD | stor-layout.c | 2003 new_max = force_fit_type (new_max, 0, 0, 0); in set_sizetype()
|
| HD | tree.c | 1762 t = force_fit_type (t, 0, false, false); in size_in_bytes() 5753 tmp = force_fit_type (tmp, -1, false, false); in int_fits_type_p()
|
| HD | 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
|
| HD | tree.h | 4321 extern tree force_fit_type (tree, int, bool, bool);
|
| HD | c-common.c | 2222 primop1 = force_fit_type (tmp, 0, TREE_OVERFLOW (primop1), in shorten_compare()
|
| HD | builtins.c | 10446 ret = force_fit_type (ret, -1, false, false); in fold_builtin_object_size()
|
| HD | 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.
|
| HD | ChangeLog-2004 | 14475 * fold-const.c (force_fit_type, div_and_round_double, 16950 fold-const.c (force_fit_type, int_const_binop, fold_convert_const, 18093 * fold-const.c (force_fit_type): Copy value when setting 19059 * fold-const.c (force_fit_type, int_const_binop, fold_convert_const, 19189 * c-common.c (shorten_compare): Use force_fit_type directly. 20370 * tree.h (force_fit_type): Return a tree, take three flags. 20371 * fold-const.c (force_fit_type): Set TREE_OVERFLOW and
|
| HD | ChangeLog-2000 | 3767 (int_fits_type_p): For variable bounds, call force_fit_type. 5721 * fold-const.c (force_fit_type): Unsigned values can overflow 26970 (force_fit_type, add_double, neg_double, mul_double): Likewise.
|
| HD | FSFChangeLog.11 | 8135 (size_int): Call force_fit_type.
|
| HD | ChangeLog-2005 | 35724 * fold-const.c (force_fit_type): Cope with types larger than 2 HWI. 35899 * tree.c (int_fits_type_p): Compare the result of force_fit_type
|
| HD | ChangeLog-2002 | 7515 * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
|
| HD | ChangeLog-2003 | 12957 * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
|
| /trueos/contrib/gcc/cp/ |
| HD | cvt.c | 256 expr = force_fit_type (expr, 0, false, false); in cp_convert_to_pointer()
|
| HD | ChangeLog-2002 | 2369 * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
|
| HD | ChangeLog-2004 | 2994 * cvt.c (cp_convert_to_pointer): Adjust force_fit_type call.
|