Home
last modified time | relevance | path

Searched refs:outer_type (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa.c916 if (inner_type == outer_type) in tree_ssa_useless_type_conversion_1()
920 if (TYPE_MODE (inner_type) != TYPE_MODE (outer_type)) in tree_ssa_useless_type_conversion_1()
936 && POINTER_TYPE_P (outer_type) in tree_ssa_useless_type_conversion_1()
938 == TYPE_REF_CAN_ALIAS_ALL (outer_type) in tree_ssa_useless_type_conversion_1()
946 && POINTER_TYPE_P (outer_type) in tree_ssa_useless_type_conversion_1()
947 && TYPE_VOLATILE (TREE_TYPE (outer_type)) in tree_ssa_useless_type_conversion_1()
955 && POINTER_TYPE_P (outer_type) in tree_ssa_useless_type_conversion_1()
957 == TYPE_REF_CAN_ALIAS_ALL (outer_type) in tree_ssa_useless_type_conversion_1()
959 TREE_TYPE (outer_type))) in tree_ssa_useless_type_conversion_1()
970 && INTEGRAL_TYPE_P (outer_type) in tree_ssa_useless_type_conversion_1()
[all …]
H A Dtree-ssa-forwprop.c352 tree outer_type; in forward_propagate_into_cond_1() local
355 outer_type = TREE_TYPE (def_rhs); in forward_propagate_into_cond_1()
358 if ((TREE_CODE (outer_type) == BOOLEAN_TYPE in forward_propagate_into_cond_1()
361 && INTEGRAL_TYPE_P (outer_type))) in forward_propagate_into_cond_1()
363 else if (INTEGRAL_TYPE_P (outer_type) in forward_propagate_into_cond_1()
H A Dtree-vrp.c2070 tree outer_type = TREE_TYPE (expr); in extract_range_from_unary_expr() local
2082 && TYPE_PRECISION (outer_type) > TYPE_PRECISION (inner_type))) in extract_range_from_unary_expr()
2100 new_min = fold_convert (outer_type, orig_min); in extract_range_from_unary_expr()
2101 new_max = fold_convert (outer_type, orig_max); in extract_range_from_unary_expr()
2126 if (TYPE_SIZE (inner_type) != TYPE_SIZE (outer_type) in extract_range_from_unary_expr()
2127 || TYPE_PRECISION (inner_type) != TYPE_PRECISION (outer_type)) in extract_range_from_unary_expr()
H A Dfold-const.c3663 tree outer_type = 0; in decode_field_reference() local
3681 outer_type = TREE_TYPE (exp); in decode_field_reference()
3703 if (outer_type && *pbitsize == TYPE_PRECISION (outer_type)) in decode_field_reference()
3704 *punsignedp = TYPE_UNSIGNED (outer_type); in decode_field_reference()
6646 tree shorter_type, outer_type; in fold_widened_comparison() local
6688 outer_type = TREE_TYPE (arg1_unw); in fold_widened_comparison()
6738 tree inner_type, outer_type; in fold_sign_changed_comparison() local
6744 outer_type = TREE_TYPE (arg0); in fold_sign_changed_comparison()
12515 tree outer_type = TREE_TYPE (t); in tree_expr_nonnegative_warnv_p() local
12517 if (TREE_CODE (outer_type) == REAL_TYPE) in tree_expr_nonnegative_warnv_p()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dada-typeprint.c500 struct type *outer_type, struct ui_file *stream, in print_variant_clauses() argument
508 discr_type = ada_variant_discrim_type (var_type, outer_type); in print_variant_clauses()
527 outer_type, stream, show, level + 4) <= 0) in print_variant_clauses()
541 print_variant_part (struct type *type, int field_num, struct type *outer_type, in print_variant_part() argument
547 print_variant_clauses (type, field_num, outer_type, stream, show, in print_variant_part()
562 print_record_field_types (struct type *type, struct type *outer_type, in print_record_field_types() argument
584 print_variant_part (type, i, outer_type, stream, show, level); in print_record_field_types()
H A Dada-valprint.c787 struct type *outer_type, char *outer_valaddr) in print_variant_part() argument
790 int which = ada_which_variant_applies (var_type, outer_type, outer_valaddr); in print_variant_part()
800 comma_needed, outer_type, outer_valaddr); in print_variant_part()
885 int comma_needed, struct type *outer_type, in print_field_values() argument
912 outer_type, outer_valaddr); in print_field_values()
H A Dada-lang.c5238 ada_variant_discrim_type (struct type *var_type, struct type *outer_type) in ada_variant_discrim_type() argument
5241 struct type *type = ada_lookup_struct_elt_type (outer_type, name, 1, NULL); in ada_variant_discrim_type()
5644 ada_which_variant_applies (struct type *var_type, struct type *outer_type, in ada_which_variant_applies() argument
5656 ada_lookup_struct_elt_type (outer_type, discrim_name, 1, &disp); in ada_which_variant_applies()
/freebsd-12.1/sys/dev/al_eth/
H A Dal_eth.c712 uint8_t outer_type = AL_ETH_FSM_ENTRY_OUTER(i); in al_eth_fsm_table_init() local
713 switch (outer_type) { in al_eth_fsm_table_init()