| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | varobj.c | 1745 case TYPE_CODE_STRUCT: in type_changeable() 1780 case TYPE_CODE_STRUCT: in c_number_of_children() 1797 case TYPE_CODE_STRUCT: in c_number_of_children() 1843 case TYPE_CODE_STRUCT: in c_name_of_child() 1852 case TYPE_CODE_STRUCT: in c_name_of_child() 1961 case TYPE_CODE_STRUCT: in c_value_of_child() 2006 case TYPE_CODE_STRUCT: in c_type_of_child() 2014 case TYPE_CODE_STRUCT: in c_type_of_child() 2042 case TYPE_CODE_STRUCT: in c_variable_editable() 2065 case TYPE_CODE_STRUCT: in c_value_of_variable() [all …]
|
| H A D | jv-lang.c | 187 TYPE_CODE (type) = TYPE_CODE_STRUCT; in java_lookup_class() 304 TYPE_CODE (type) = TYPE_CODE_STRUCT; in type_from_class() 479 if (TYPE_CODE (ftype) == TYPE_CODE_STRUCT) in java_link_class_type() 603 if (TYPE_CODE (ttype) != TYPE_CODE_STRUCT) in is_object_type() 876 if (TYPE_CODE (type) == TYPE_CODE_STRUCT in evaluate_subexp_java() 891 if (TYPE_CODE (el_type) == TYPE_CODE_STRUCT) in evaluate_subexp_java() 930 if (TYPE_CODE (VALUE_TYPE (arg1)) == TYPE_CODE_STRUCT) in evaluate_subexp_java()
|
| H A D | valarith.c | 299 return (TYPE_CODE (type1) == TYPE_CODE_STRUCT in binop_user_defined_p() 300 || TYPE_CODE (type2) == TYPE_CODE_STRUCT in binop_user_defined_p() 302 && TYPE_CODE (TYPE_TARGET_TYPE (type1)) == TYPE_CODE_STRUCT) in binop_user_defined_p() 304 && TYPE_CODE (TYPE_TARGET_TYPE (type2)) == TYPE_CODE_STRUCT)); in binop_user_defined_p() 322 if (TYPE_CODE (type1) == TYPE_CODE_STRUCT) in unop_user_defined_p() 357 if (TYPE_CODE (check_typedef (VALUE_TYPE (arg1))) != TYPE_CODE_STRUCT) in value_x_binop() 517 if (TYPE_CODE (check_typedef (VALUE_TYPE (arg1))) != TYPE_CODE_STRUCT) in value_x_unop()
|
| H A D | f-typeprint.c | 127 case TYPE_CODE_STRUCT: in f_type_print_varspec_prefix() 239 case TYPE_CODE_STRUCT: in f_type_print_varspec_suffix()
|
| H A D | jv-valprint.c | 79 if (TYPE_CODE (type) == TYPE_CODE_STRUCT && name != NULL in java_value_print() 409 if (TYPE_CODE (t) == TYPE_CODE_STRUCT) in java_print_value_fields() 520 case TYPE_CODE_STRUCT: in java_val_print()
|
| H A D | ada-lang.c | 988 if (TYPE_CODE (type) == TYPE_CODE_STRUCT) in desc_index_type() 1047 && TYPE_CODE (type) == TYPE_CODE_STRUCT in ada_is_bogus_array_descriptor() 1447 case TYPE_CODE_STRUCT: in ada_value_primitive_packed_val() 2380 case TYPE_CODE_STRUCT: in ada_type_match() 5923 TYPE_CODE (type) = TYPE_CODE_STRUCT; in empty_record() 5958 TYPE_CODE (rtype) = TYPE_CODE_STRUCT; in template_to_fixed_record_type() 6123 TYPE_CODE (rtype) = TYPE_CODE_STRUCT; in to_record_with_fixed_variant_part() 6323 case TYPE_CODE_STRUCT: in ada_to_fixed_type() 6356 case TYPE_CODE_STRUCT: in to_static_fixed_type() 7040 case TYPE_CODE_STRUCT: in ada_evaluate_subexp() [all …]
|
| H A D | valops.c | 279 if (code1 == TYPE_CODE_STRUCT in value_cast() 280 && code2 == TYPE_CODE_STRUCT in value_cast() 372 if (TYPE_CODE (t1) == TYPE_CODE_STRUCT in value_cast() 373 && TYPE_CODE (t2) == TYPE_CODE_STRUCT in value_cast() 1321 || TYPE_CODE (field_type) == TYPE_CODE_STRUCT) in search_struct_field() 1343 if (TYPE_CODE (field_type) == TYPE_CODE_STRUCT in search_struct_field() 1689 if (TYPE_CODE (t) != TYPE_CODE_STRUCT in value_struct_elt() 1888 if (TYPE_CODE (t) != TYPE_CODE_STRUCT in value_find_oload_method_list() 2419 if (TYPE_CODE (t) != TYPE_CODE_STRUCT in check_field() 2439 case TYPE_CODE_STRUCT: in value_aggregate_elt() [all …]
|
| H A D | alphafbsd-tdep.c | 41 if (code != TYPE_CODE_STRUCT && code != TYPE_CODE_UNION) in alphafbsd_use_struct_convention()
|
| H A D | p-typeprint.c | 277 case TYPE_CODE_STRUCT: in pascal_type_print_varspec_prefix() 398 case TYPE_CODE_STRUCT: in pascal_type_print_varspec_suffix() 503 case TYPE_CODE_STRUCT: in pascal_type_print_base()
|
| H A D | cp-valprint.c | 198 if (TYPE_CODE (type) == TYPE_CODE_STRUCT /* if not using thunks */ in cp_is_vtbl_member() 206 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT) /* if not using thunks */ in cp_is_vtbl_member() 642 if (TYPE_CODE (type) == TYPE_CODE_STRUCT) in cp_print_static_field()
|
| H A D | gdbtypes.c | 836 simd_type = init_composite_type (name, TYPE_CODE_STRUCT); in init_simd_type() 1121 if (TYPE_CODE (SYMBOL_TYPE (sym)) != TYPE_CODE_STRUCT) in lookup_struct() 1200 if (TYPE_CODE (SYMBOL_TYPE (sym)) != TYPE_CODE_STRUCT) in lookup_template_type() 1231 if (TYPE_CODE (type) != TYPE_CODE_STRUCT && in lookup_struct_elt_type() 1718 if (code == TYPE_CODE_STRUCT || code == TYPE_CODE_UNION in init_type() 1732 gdb_assert (code == TYPE_CODE_STRUCT in init_composite_type() 1757 else if (TYPE_CODE (t) == TYPE_CODE_STRUCT) in append_composite_type_field() 2604 case TYPE_CODE_STRUCT: in rank_one_type() 2608 case TYPE_CODE_STRUCT: in rank_one_type() 2904 case TYPE_CODE_STRUCT: in recursive_dump_type() [all …]
|
| H A D | std-regs.c | 49 builtin_type_frame_reg = init_composite_type ("frame", TYPE_CODE_STRUCT); in build_builtin_type_frame_reg()
|
| H A D | mips-tdep.c | 2543 && (typecode == TYPE_CODE_STRUCT in fp_register_arg_p() 2560 else if (typecode == TYPE_CODE_STRUCT) in mips_type_needs_double_align() 2917 else if ((typecode == TYPE_CODE_STRUCT in mips_eabi_push_dummy_call() 3239 && (typecode == TYPE_CODE_STRUCT || in mips_n32n64_push_dummy_call() 3283 if (TYPE_CODE (type) == TYPE_CODE_STRUCT in mips_n32n64_return_value() 3301 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT in mips_n32n64_return_value() 3333 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT in mips_n32n64_return_value() 3647 && (typecode == TYPE_CODE_STRUCT || in mips_o32_push_dummy_call() 3697 if (TYPE_CODE (type) == TYPE_CODE_STRUCT in mips_o32_return_value() 3746 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT in mips_o32_return_value() [all …]
|
| H A D | p-valprint.c | 308 case TYPE_CODE_STRUCT: in pascal_val_print() 707 if (TYPE_CODE (type) == TYPE_CODE_STRUCT /* if not using thunks */ in pascal_object_is_vtbl_member() 1011 if (TYPE_CODE (type) == TYPE_CODE_STRUCT) in pascal_object_print_static_field()
|
| H A D | language.c | 911 return (TYPE_CODE (type) == TYPE_CODE_STRUCT) || 915 return (TYPE_CODE(type) == TYPE_CODE_STRUCT) || 920 return (TYPE_CODE (type) == TYPE_CODE_STRUCT) ||
|
| H A D | amd64-tdep.c | 281 if (TYPE_CODE (type) == TYPE_CODE_STRUCT && TYPE_N_BASECLASSES (type) > 0) in amd64_non_pod_p() 326 gdb_assert (TYPE_CODE (type) == TYPE_CODE_STRUCT in amd64_classify_aggregate() 398 else if (code == TYPE_CODE_ARRAY || code == TYPE_CODE_STRUCT in amd64_classify()
|
| H A D | c-typeprint.c | 272 case TYPE_CODE_STRUCT: in c_type_print_varspec_prefix() 613 case TYPE_CODE_STRUCT: in c_type_print_varspec_suffix() 709 case TYPE_CODE_STRUCT: in c_type_print_base()
|
| H A D | gdbtypes.h | 86 TYPE_CODE_STRUCT, /* C struct or Pascal record */ enumerator 148 #define TYPE_CODE_CLASS TYPE_CODE_STRUCT 928 #define TYPE_IS_OPAQUE(thistype) (((TYPE_CODE (thistype) == TYPE_CODE_STRUCT) || \
|
| H A D | ppcnbsd-tdep.c | 216 if ((TYPE_CODE (valtype) == TYPE_CODE_STRUCT in ppcnbsd_return_value()
|
| H A D | infcall.c | 140 case TYPE_CODE_STRUCT: in value_arg_coerce() 682 if ((TYPE_CODE (arg_type) == TYPE_CODE_STRUCT in call_function_by_hand()
|
| H A D | typeprint.c | 297 case TYPE_CODE_STRUCT: in print_type_scalar()
|
| H A D | jv-typeprint.c | 121 case TYPE_CODE_STRUCT: in java_type_print_base()
|
| H A D | gnu-v2-abi.c | 163 if (TYPE_CODE (entry_type) == TYPE_CODE_STRUCT) in gnuv2_virtual_fn_field()
|
| H A D | ada-valprint.c | 348 case TYPE_CODE_STRUCT: in ada_print_scalar() 680 case TYPE_CODE_STRUCT: in ada_val_print_1()
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-cmd-stack.c | 309 && TYPE_CODE (type) != TYPE_CODE_STRUCT in list_args_or_locals()
|