| /freebsd-12.1/contrib/gcc/ |
| H A D | convert.c | 143 if (TYPE_PRECISION (TREE_TYPE (exp)) > TYPE_PRECISION (float_type_node) in strip_float_extensions() 147 > TYPE_PRECISION (double_type_node) in strip_float_extensions() 165 if (TYPE_PRECISION (subt) > TYPE_PRECISION (expt)) in strip_float_extensions() 234 if (TYPE_PRECISION (TREE_TYPE (arg0)) > TYPE_PRECISION (type)) in convert_to_real() 240 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype) in convert_to_real() 288 if (TYPE_PRECISION (type) >= TYPE_PRECISION (TREE_TYPE (arg))) in convert_to_real() 305 && TYPE_PRECISION (type) < TYPE_PRECISION (TREE_TYPE (expr))) in convert_to_real() 347 if (TYPE_PRECISION (TREE_TYPE (arg0)) > TYPE_PRECISION (newtype)) in convert_to_real() 349 if (TYPE_PRECISION (TREE_TYPE (arg1)) > TYPE_PRECISION (newtype)) in convert_to_real() 351 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)) in convert_to_real() [all …]
|
| H A D | c-typeck.c | 243 && (TYPE_PRECISION (type) == TYPE_PRECISION (integer_type_node))) in c_type_promotes_to() 700 if (TYPE_PRECISION (t1) > TYPE_PRECISION (t2)) in c_common_type() 702 else if (TYPE_PRECISION (t2) > TYPE_PRECISION (t1)) in c_common_type() 1671 && TYPE_PRECISION (type) == TYPE_PRECISION (integer_type_node)) in perform_integral_promotions() 2673 else if (TYPE_PRECISION (TREE_TYPE (val)) < TYPE_PRECISION (type) in convert_arguments() 2692 && (TYPE_PRECISION (type) < TYPE_PRECISION (integer_type_node))) in convert_arguments() 3731 && TYPE_PRECISION (type) != TYPE_PRECISION (otype)) in build_c_cast() 3747 && TYPE_PRECISION (type) != TYPE_PRECISION (otype) in build_c_cast() 3778 && TYPE_PRECISION (type) > TYPE_PRECISION (otype) in build_c_cast() 4629 && (TYPE_PRECISION (type) < TYPE_PRECISION (integer_type_node))) in c_convert_parm_for_inlining() [all …]
|
| H A D | c-common.c | 1133 TYPE_PRECISION (t1) == TYPE_PRECISION (t2)) in vector_types_convertible_p() 1177 && TYPE_PRECISION (type) == TYPE_PRECISION (TREE_TYPE (expr)))) in convert_and_check() 1928 && (c_dialect_cxx () || TYPE_PRECISION (type) == TYPE_PRECISION (node))) in c_common_signed_or_unsigned_type() 2197 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr)) in shorten_compare() 2363 && TYPE_PRECISION (TREE_TYPE (primop0)) < TYPE_PRECISION (*restype_ptr) in shorten_compare() 2364 && TYPE_PRECISION (TREE_TYPE (primop1)) < TYPE_PRECISION (*restype_ptr)) in shorten_compare() 2495 || (TYPE_PRECISION (TREE_TYPE (intop)) in pointer_int_sum() 2513 if (TYPE_PRECISION (TREE_TYPE (intop)) != TYPE_PRECISION (sizetype) in pointer_int_sum() 3637 || TYPE_PRECISION (t) < TYPE_PRECISION (integer_type_node)); in c_promoting_integer_type_p() 3643 return TYPE_PRECISION (t) < TYPE_PRECISION (integer_type_node); in c_promoting_integer_type_p() [all …]
|
| H A D | dbxout.c | 1860 && TYPE_PRECISION (type) != TYPE_PRECISION (integer_type_node)) in dbxout_type() 1863 stabstr_D (TYPE_PRECISION (type)); in dbxout_type() 1876 && TYPE_PRECISION (type) != TYPE_PRECISION (integer_type_node)) in dbxout_type() 1879 stabstr_D (TYPE_PRECISION (type)); in dbxout_type() 1953 stabstr_D (TYPE_PRECISION (TREE_TYPE (type))); in dbxout_type() 1958 stabstr_D (TYPE_PRECISION (TREE_TYPE (type))); in dbxout_type() 1960 stabstr_D (TYPE_PRECISION (TREE_TYPE (type))); in dbxout_type() 2150 && TYPE_PRECISION (type) != TYPE_PRECISION (integer_type_node)) in dbxout_type() 2153 stabstr_D (TYPE_PRECISION (type)); in dbxout_type() 2256 && (TYPE_PRECISION (type) > TYPE_PRECISION (integer_type_node) in print_int_cst_bounds_in_octal_p() [all …]
|
| H A D | dojump.c | 199 if ((TYPE_PRECISION (TREE_TYPE (exp)) in do_jump() 200 < TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp, 0))))) in do_jump() 225 && TYPE_PRECISION (TREE_TYPE (exp0)) in do_jump() 226 <= TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp0, 0)))) in do_jump() 273 && TYPE_PRECISION (TREE_TYPE (exp)) <= HOST_BITS_PER_WIDE_INT in do_jump() 277 && TYPE_PRECISION (type) < TYPE_PRECISION (TREE_TYPE (exp)) in do_jump() 336 && TYPE_PRECISION (type) < TYPE_PRECISION (TREE_TYPE (exp)) in do_jump()
|
| H A D | tree-vect-patterns.c | 104 || (TYPE_PRECISION (type) < (TYPE_PRECISION (*half_type) * 2))) in widened_name_p() 286 if (TYPE_PRECISION (prod_type) != TYPE_PRECISION (half_type0) * 2) in vect_recog_dot_prod_pattern()
|
| H A D | fold-const.c | 4114 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type)) in make_range() 4153 if (TYPE_PRECISION (exp_type) == TYPE_PRECISION (arg0_type)) in make_range() 6757 if (TYPE_PRECISION (inner_type) != TYPE_PRECISION (outer_type)) in fold_sign_changed_comparison() 7756 && TYPE_PRECISION (type) == TYPE_PRECISION (TREE_TYPE (op0))) in fold_unary() 7760 && TYPE_PRECISION (type) <= TYPE_PRECISION (TREE_TYPE (tem))) in fold_unary() 8082 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (TREE_TYPE (arg0))) in fold_comparison() 11382 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype)) in fold_binary() 11385 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (TREE_TYPE (arg0))) in fold_binary() 12461 return TYPE_PRECISION (inner1) + TYPE_PRECISION (inner2) in tree_expr_nonnegative_warnv_p() 12536 return TYPE_PRECISION (inner_type) < TYPE_PRECISION (outer_type) in tree_expr_nonnegative_warnv_p() [all …]
|
| H A D | tree-chrec.c | 1153 must_check_src_overflow = TYPE_PRECISION (ct) < TYPE_PRECISION (type); in convert_affine_scev() 1177 && TYPE_PRECISION (ct) == TYPE_PRECISION (type)) in convert_affine_scev() 1202 if (TYPE_PRECISION (type) > TYPE_PRECISION (ct) && TYPE_UNSIGNED (ct)) in convert_affine_scev() 1330 if (TYPE_PRECISION (type) > TYPE_PRECISION (inner_type)) in chrec_convert_aggressive()
|
| H A D | tree.c | 734 bits = TYPE_PRECISION (type); in build_int_cst_type() 924 if (bits == TYPE_PRECISION (type) in build_low_bits_mask() 5136 TYPE_PRECISION (itype) = TYPE_PRECISION (sizetype); in build_index_type() 5160 TYPE_PRECISION (itype) = precision; in build_nonstandard_integer_type() 5189 TYPE_PRECISION (itype) = TYPE_PRECISION (type); in build_range_type() 5604 = (TYPE_PRECISION (TREE_TYPE (op)) in get_narrower() 5733 if (TYPE_PRECISION (type) > TYPE_PRECISION (TREE_TYPE (c))) in int_fits_type_p() 5747 && TYPE_PRECISION (type) == TYPE_PRECISION (TREE_TYPE (type))) in int_fits_type_p() 6534 TYPE_PRECISION (boolean_type_node) = 1; in build_common_tree_nodes() 7391 if (num > TYPE_PRECISION (type)) in num_ending_zeros() [all …]
|
| H A D | stor-layout.c | 1575 if (TYPE_PRECISION (type) == 0) in layout_type() 1576 TYPE_PRECISION (type) = 1; /* default to one byte/boolean. */ in layout_type() 1601 = mode_for_size (2 * TYPE_PRECISION (TREE_TYPE (type)), in layout_type() 1700 TYPE_PRECISION (type) = nbits; in layout_type() 1881 TYPE_PRECISION (type) = precision; in make_signed_type() 1894 TYPE_PRECISION (type) = precision; in make_unsigned_type() 1916 TYPE_PRECISION (t) = precision; in initialize_sizetypes() 1934 int oprecision = TYPE_PRECISION (type); in set_sizetype() 1965 TYPE_PRECISION (t) = precision; in set_sizetype() 2071 int precision = TYPE_PRECISION (type); in fixup_signed_type() [all …]
|
| H A D | c-cppbuiltin.c | 72 builtin_define_with_int_value (name, TYPE_PRECISION (type)); in builtin_define_type_precision() 494 if (TYPE_PRECISION (long_integer_type_node) == 64 in c_cpp_builtins() 496 && TYPE_PRECISION (integer_type_node) == 32) in c_cpp_builtins() 745 switch (TYPE_PRECISION (type)) in builtin_define_type_max()
|
| H A D | tree-vect-generic.c | 61 if (TYPE_PRECISION (type) < HOST_BITS_PER_WIDE_INT) in build_replicated_const() 62 low &= ((HOST_WIDE_INT)1 << TYPE_PRECISION (type)) - 1, high = 0; in build_replicated_const() 63 else if (TYPE_PRECISION (type) == HOST_BITS_PER_WIDE_INT) in build_replicated_const() 65 else if (TYPE_PRECISION (type) == 2 * HOST_BITS_PER_WIDE_INT) in build_replicated_const()
|
| H A D | tree-ssa-forwprop.c | 462 if (TYPE_PRECISION (def_rhs_inner_type) in find_equivalent_equality_comparison() 463 > TYPE_PRECISION (TREE_TYPE (def_rhs))) in find_equivalent_equality_comparison() 942 need_precision = TYPE_PRECISION (ti); in simplify_switch_expr() 950 if (TYPE_PRECISION (to) < need_precision) in simplify_switch_expr()
|
| H A D | tree-ssa-loop-ivopts.c | 2631 unsigned prec = TYPE_PRECISION (type); in aff_combination_const() 2646 unsigned prec = TYPE_PRECISION (type); in aff_combination_elt() 2773 unsigned prec = TYPE_PRECISION (type); in aff_combination_convert() 3005 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type() 3015 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type() 3050 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype)) in get_computation_aff() 3081 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype)) in get_computation_aff() 3868 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype)) in get_computation_cost_at() 3887 if (TYPE_PRECISION (utype) != TYPE_PRECISION (ctype)) in get_computation_cost_at() 4105 (TYPE_PRECISION (type) in iv_period() [all …]
|
| H A D | c-omp.c | 167 || TYPE_PRECISION (TREE_TYPE (exp)) < TYPE_PRECISION (TREE_TYPE (decl))) in check_omp_for_incr_expr()
|
| H A D | c-opts.c | 1172 cpp_opts->precision = TYPE_PRECISION (intmax_type_node); in c_common_init() 1173 cpp_opts->char_precision = TYPE_PRECISION (char_type_node); in c_common_init() 1174 cpp_opts->int_precision = TYPE_PRECISION (integer_type_node); in c_common_init() 1175 cpp_opts->wchar_precision = TYPE_PRECISION (wchar_type_node); in c_common_init()
|
| H A D | c-decl.c | 3418 && TYPE_PRECISION (type) < TYPE_PRECISION (integer_type_node)) in start_decl() 4324 max_width = TYPE_PRECISION (*type); in check_bitfield_type_and_width() 5852 TYPE_PRECISION (ref) = TYPE_PRECISION (unsigned_type_node); in parser_xref_tag() 6190 if (width != TYPE_PRECISION (type)) in finish_struct() 6429 if (TYPE_PRECISION (enumtype)) in finish_enum() 6435 TYPE_PRECISION (enumtype) = TYPE_PRECISION (tem); in finish_enum() 6494 TYPE_PRECISION (tem) = TYPE_PRECISION (enumtype); in finish_enum() 6565 (TYPE_PRECISION (type) in build_enumerator() 6566 >= TYPE_PRECISION (integer_type_node) in build_enumerator() 6850 && (TYPE_PRECISION (restype) in start_function() [all …]
|
| H A D | varasm.c | 2560 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2))) in compare_constant() 2568 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2))) in compare_constant() 3804 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type))) in initializer_constant_valid_p() 3819 && (TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type))) in initializer_constant_valid_p() 3829 && TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type)) in initializer_constant_valid_p() 3833 else if (TYPE_PRECISION (dest_type) <= TYPE_PRECISION (src_type)) in initializer_constant_valid_p() 3847 || TYPE_PRECISION (endtype) >= POINTER_SIZE) in initializer_constant_valid_p() 3863 || TYPE_PRECISION (endtype) >= POINTER_SIZE) in initializer_constant_valid_p()
|
| H A D | tree-ssa-loop-niter.c | 94 if (TYPE_PRECISION (type) <= HOST_BITS_PER_WIDE_INT) in inverse() 177 (TYPE_PRECISION (niter_type) in number_of_iterations_ne() 1613 cst = double_int_sext (cst, TYPE_PRECISION (type)); in derive_constant_upper_bound() 1956 if (TYPE_PRECISION (nit_type) > TYPE_PRECISION (bound_type)) in n_of_executions_at_most()
|
| H A D | c-lex.c | 815 value = build_string (TYPE_PRECISION (wchar_type_node) in lex_string() 816 / TYPE_PRECISION (char_type_node), in lex_string()
|
| H A D | double-int.c | 298 cst = double_int_ext (cst, TYPE_PRECISION (type), TYPE_UNSIGNED (type)); in double_int_to_tree()
|
| H A D | tree-ssa.c | 972 && TYPE_PRECISION (inner_type) == TYPE_PRECISION (outer_type) in tree_ssa_useless_type_conversion_1()
|
| H A D | tree-dump.c | 443 dump_int (di, "prec", TYPE_PRECISION (t)); in dequeue_and_dump() 453 dump_int (di, "prec", TYPE_PRECISION (t)); in dequeue_and_dump()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 314 if (TYPE_PRECISION (t1) > TYPE_PRECISION (t2)) in type_after_usual_arithmetic_conversions() 316 else if (TYPE_PRECISION (t2) > TYPE_PRECISION (t1)) in type_after_usual_arithmetic_conversions() 3651 < TYPE_PRECISION (result_type)) in build_binary_op() 3661 < TYPE_PRECISION (result_type)) in build_binary_op() 3688 if (TYPE_PRECISION (TREE_TYPE (arg0)) < TYPE_PRECISION (result_type) in build_binary_op() 3839 < TYPE_PRECISION (result_type)) in build_binary_op() 3841 < TYPE_PRECISION (result_type))) in build_binary_op() 5337 if (TYPE_PRECISION (type) < TYPE_PRECISION (intype)) in build_reinterpret_cast_1() 5350 if (TYPE_PRECISION (type) < TYPE_PRECISION (intype)) in build_reinterpret_cast_1() 5427 && TYPE_PRECISION (type) > TYPE_PRECISION (intype) in build_reinterpret_cast_1() [all …]
|
| H A D | cvt.c | 271 if (TYPE_PRECISION (intype) == POINTER_SIZE) in cp_convert_to_pointer() 1238 int precision = MAX (TYPE_PRECISION (type), in type_promotes_to() 1239 TYPE_PRECISION (integer_type_node)); in type_promotes_to() 1251 && TYPE_PRECISION (type) == TYPE_PRECISION (integer_type_node)) in type_promotes_to()
|