Home
last modified time | relevance | path

Searched refs:force_fit_type (Results 1 – 18 of 18) sorted by relevance

/trueos/contrib/gcc/
HDconvert.c51 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()
HDfold-const.c209 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 …]
HDstor-layout.c2003 new_max = force_fit_type (new_max, 0, 0, 0); in set_sizetype()
HDtree.c1762 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()
HDFSFChangeLog2048 * fold-const.c (force_fit_type, fold_convert, fold): Likewise.
2516 * fold-const.c (fold_convert): Call force_fit_type even if input
HDtree.h4321 extern tree force_fit_type (tree, int, bool, bool);
HDc-common.c2222 primop1 = force_fit_type (tmp, 0, TREE_OVERFLOW (primop1), in shorten_compare()
HDbuiltins.c10446 ret = force_fit_type (ret, -1, false, false); in fold_builtin_object_size()
HDFSFChangeLog.107477 * fold-const.c (const_binop): Don't pass OVERFLOW to force_fit_type
9963 * fold-const.c (force_fit_type): Always propagate OVERFLOW.
HDChangeLog-200414475 * 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
HDChangeLog-20003767 (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.
HDFSFChangeLog.118135 (size_int): Call force_fit_type.
HDChangeLog-200535724 * 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
HDChangeLog-20027515 * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
HDChangeLog-200312957 * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
/trueos/contrib/gcc/cp/
HDcvt.c256 expr = force_fit_type (expr, 0, false, false); in cp_convert_to_pointer()
HDChangeLog-20022369 * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
HDChangeLog-20042994 * cvt.c (cp_convert_to_pointer): Adjust force_fit_type call.