| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa.c | 914 tree_ssa_useless_type_conversion_1 (tree outer_type, tree inner_type) in tree_ssa_useless_type_conversion_1() argument 916 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() 926 if (lang_hooks.types_compatible_p (inner_type, 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() 939 && TREE_CODE (TREE_TYPE (outer_type)) == VOID_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() [all …]
|
| H A D | tree-ssa-forwprop.c | 352 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 D | tree-vrp.c | 2070 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 D | fold-const.c | 3657 tree outer_type = 0; in decode_field_reference() local 3675 outer_type = TREE_TYPE (exp); in decode_field_reference() 3697 if (outer_type && *pbitsize == TYPE_PRECISION (outer_type)) in decode_field_reference() 3698 *punsignedp = TYPE_UNSIGNED (outer_type); in decode_field_reference() 6632 tree shorter_type, outer_type; in fold_widened_comparison() local 6672 outer_type = TREE_TYPE (arg1_unw); in fold_widened_comparison() 6673 min = lower_bound_in_type (outer_type, shorter_type); in fold_widened_comparison() 6674 max = upper_bound_in_type (outer_type, shorter_type); in fold_widened_comparison() 6722 tree inner_type, outer_type; in fold_sign_changed_comparison() local 6728 outer_type = TREE_TYPE (arg0); in fold_sign_changed_comparison() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ada-typeprint.c | 517 struct type *outer_type, struct ui_file *stream, in print_variant_clauses() argument 525 discr_type = ada_variant_discrim_type (var_type, outer_type); in print_variant_clauses() 544 outer_type, stream, show, level + 4) <= 0) in print_variant_clauses() 558 print_variant_part (struct type *type, int field_num, struct type *outer_type, in print_variant_part() argument 564 print_variant_clauses (type, field_num, outer_type, stream, show, in print_variant_part() 579 print_record_field_types (struct type *type, struct type *outer_type, in print_record_field_types() argument 601 print_variant_part (type, i, outer_type, stream, show, level); in print_record_field_types()
|
| H A D | ada-valprint.c | 884 struct type *outer_type, char *outer_valaddr) in print_variant_part() argument 887 int which = ada_which_variant_applies (var_type, outer_type, outer_valaddr); in print_variant_part() 897 comma_needed, outer_type, outer_valaddr); in print_variant_part() 994 int comma_needed, struct type *outer_type, in print_field_values() argument 1021 outer_type, outer_valaddr); in print_field_values()
|
| H A D | ada-lang.c | 5133 ada_variant_discrim_type (struct type *var_type, struct type *outer_type) in ada_variant_discrim_type() argument 5137 ada_lookup_struct_elt_type (outer_type, name, 1, 1, NULL); in ada_variant_discrim_type() 5682 ada_which_variant_applies (struct type *var_type, struct type *outer_type, in ada_which_variant_applies() argument 5694 ada_lookup_struct_elt_type (outer_type, discrim_name, 1, 1, &disp); in ada_which_variant_applies()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 7802 tree outer_type = TREE_TYPE (DECL_CONTEXT (TYPE_NAME (class))); local 7803 decl = lookup_field_wrapper (outer_type, name);
|
| H A D | parse.y | 4237 tree outer_type = TREE_TYPE (DECL_CONTEXT (TYPE_NAME (class))); local 4238 decl = lookup_field_wrapper (outer_type, name);
|