Home
last modified time | relevance | path

Searched refs:TYPE_NFIELDS (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-typeprint.c156 if (TYPE_NFIELDS (type) < 2) in print_range()
174 (LONGEST) TYPE_FIELD_BITPOS (type, TYPE_NFIELDS (type) - 1); in print_range()
306 int len = TYPE_NFIELDS (type); in print_enum_type()
406 n_indices = TYPE_NFIELDS (range_desc_type); in print_array_type()
538 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in print_variant_clauses()
585 len = TYPE_NFIELDS (type); in print_record_field_types()
675 else if (TYPE_NFIELDS (type) == 0) in print_unchecked_union_type()
683 for (i = 0; i < TYPE_NFIELDS (type); i += 1) in print_unchecked_union_type()
706 int i, len = TYPE_NFIELDS (type); in print_func_type()
H A Dc-typeprint.c157 int nargs = TYPE_NFIELDS (mtype); in cp_type_print_method_args()
357 for (i = 1; i < TYPE_NFIELDS (type); i++) in c_type_print_args()
360 if (i != TYPE_NFIELDS (type)) in c_type_print_args()
580 int i, len = TYPE_NFIELDS (type); in c_type_print_varspec_suffix()
770 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in c_type_print_base()
793 len = TYPE_NFIELDS (type); in c_type_print_base()
822 len = TYPE_NFIELDS (type); in c_type_print_base()
853 len = TYPE_NFIELDS (type); in c_type_print_base()
1114 len = TYPE_NFIELDS (type); in c_type_print_base()
H A Dgdbtypes.c644 TYPE_NFIELDS (result_type) = 2; in create_range_type()
754 TYPE_NFIELDS (result_type) = 1; in create_array_type()
1016 TYPE_NFIELDS (type) = nargs; in smash_to_method_type()
1732 TYPE_NFIELDS (t) = TYPE_NFIELDS (t) + 1; in append_composite_type_field()
1747 if (TYPE_NFIELDS (t) > 1) in append_composite_type_field()
2777 if (TYPE_NFIELDS (type) > 0) in print_cplus_stuff()
2782 TYPE_NFIELDS (type)); in print_cplus_stuff()
2786 TYPE_NFIELDS (type)); in print_cplus_stuff()
2792 TYPE_NFIELDS (type)); in print_cplus_stuff()
2796 TYPE_NFIELDS (type)); in print_cplus_stuff()
[all …]
H A Dp-typeprint.c305 int i, len = TYPE_NFIELDS (type); in pascal_print_func_args()
540 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in pascal_type_print_base()
557 len = TYPE_NFIELDS (type); in pascal_type_print_base()
741 len = TYPE_NFIELDS (type); in pascal_type_print_base()
H A Djv-typeprint.c153 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in java_type_print_base()
164 len = TYPE_NFIELDS (type); in java_type_print_base()
H A Dalphafbsd-tdep.c47 for (i = 0; i < TYPE_NFIELDS (type); i++) in alphafbsd_use_struct_convention()
H A Dada-lang.c1374 return TYPE_NFIELDS (type) / 2; in desc_arity()
6006 TYPE_NFIELDS (type) = 0; in empty_record()
6050 nfields = TYPE_NFIELDS (type); in ada_template_to_fixed_record_type_1()
6063 TYPE_NFIELDS (rtype) = nfields; in ada_template_to_fixed_record_type_1()
6146 TYPE_NFIELDS (rtype) -= 1; in ada_template_to_fixed_record_type_1()
6216 nfields = TYPE_NFIELDS (type0); in template_to_static_fixed_type()
6233 TYPE_NFIELDS (type) = nfields; in template_to_static_fixed_type()
6264 int nfields = TYPE_NFIELDS (type); in to_record_with_fixed_variant_part()
6278 TYPE_NFIELDS (rtype) = nfields; in to_record_with_fixed_variant_part()
6301 TYPE_NFIELDS (rtype) -= 1; in to_record_with_fixed_variant_part()
[all …]
H A Dinfcall.c487 if (nargs < TYPE_NFIELDS (ftype)) in call_function_by_hand()
501 else if (i < TYPE_NFIELDS (ftype)) in call_function_by_hand()
506 if (i < TYPE_NFIELDS (ftype)) in call_function_by_hand()
H A Dcoffread.c1391 int field_size = TYPE_NFIELDS (real_target) * sizeof (struct field); in patch_type()
1394 TYPE_NFIELDS (target) = TYPE_NFIELDS (real_target); in patch_type()
1839 TYPE_NFIELDS (type) = 0; in decode_base_type()
1862 TYPE_NFIELDS (type) = 0; in decode_base_type()
1886 TYPE_NFIELDS (type) = 0; in decode_base_type()
2005 TYPE_NFIELDS (type) = nfields; in coff_read_struct_type()
2087 TYPE_NFIELDS (type) = nsyms; in coff_read_enum_type()
H A Dp-lang.c56 if (TYPE_NFIELDS (type) == 2 in is_pascal_string_type()
74 if (TYPE_NFIELDS (type) == 3 in is_pascal_string_type()
H A Dmips-tdep.c2327 && TYPE_NFIELDS (arg_type) == 1 in fp_register_arg_p()
2344 if (TYPE_NFIELDS (type) < 1) in mips_type_needs_double_align()
2352 n = TYPE_NFIELDS (type); in mips_type_needs_double_align()
2914 && TYPE_NFIELDS (type) <= 2 in mips_n32n64_return_value()
2915 && TYPE_NFIELDS (type) >= 1 in mips_n32n64_return_value()
2916 && ((TYPE_NFIELDS (type) == 1 in mips_n32n64_return_value()
2919 || (TYPE_NFIELDS (type) == 2 in mips_n32n64_return_value()
3361 && TYPE_NFIELDS (type) <= 2 in mips_o32_return_value()
3362 && TYPE_NFIELDS (type) >= 1 in mips_o32_return_value()
3363 && ((TYPE_NFIELDS (type) == 1 in mips_o32_return_value()
[all …]
H A Dsparc64-tdep.c618 for (i = 0; i < TYPE_NFIELDS (type); i++) in sparc64_16_byte_align_p()
675 for (i = 0; i < TYPE_NFIELDS (type); i++) in sparc64_store_floating_fields()
693 if (TYPE_NFIELDS (type) == 1) in sparc64_store_floating_fields()
744 for (i = 0; i < TYPE_NFIELDS (type); i++) in sparc64_extract_floating_fields()
H A Dp-valprint.c343 len = TYPE_NFIELDS (type); in pascal_val_print()
748 len = TYPE_NFIELDS (type); in pascal_object_print_value_fields()
1059 unsigned len = TYPE_NFIELDS (domain); in pascal_object_print_class_member()
H A Dv850-tdep.c302 && TYPE_NFIELDS (type) == 1) in v850_use_struct_convention()
323 for (i = 1; i < TYPE_NFIELDS (type); ++i) in v850_use_struct_convention()
342 for (i = 0; i < TYPE_NFIELDS (type); ++i) in v850_use_struct_convention()
H A Dhpread.c3145 TYPE_NFIELDS (type) = nsyms; in hpread_read_enum_type()
3305 TYPE_NFIELDS (type) = nsyms; in hpread_read_function_type()
3483 TYPE_NFIELDS (type) = nsyms; in hpread_read_doc_function_type()
4273 TYPE_NFIELDS (type) = nfields; in hpread_read_struct_type()
4491 TYPE_NFIELDS (type) = 0; in hpread_read_templ_arg_type()
4512 TYPE_NFIELDS (type) = 0; in hpread_read_set_type()
4569 TYPE_NFIELDS (type) = 1; in hpread_read_array_type()
4592 TYPE_NFIELDS (type) = 2; in hpread_read_subrange_type()
4901 nargs = TYPE_NFIELDS (functype); in hpread_type_lookup()
4906 TYPE_NFIELDS (functype), in hpread_type_lookup()
[all …]
H A Dvalops.c1222 for (i = TYPE_NFIELDS (type) - 1; i >= nbases; i--) in search_struct_field()
1275 || (TYPE_NFIELDS (field_type) > 0 in search_struct_field()
1495 TYPE_NFIELDS (TYPE_FN_FIELD_TYPE (f, j)), in search_struct_method()
2164 nparms = TYPE_NFIELDS (TYPE_FN_FIELD_TYPE (fns_ptr, ix)); in find_oload_champ()
2169 nparms=TYPE_NFIELDS(SYMBOL_TYPE(oload_syms[ix])); in find_oload_champ()
2292 for (i = TYPE_NFIELDS (type) - 1; i >= TYPE_N_BASECLASSES (type); i--) in check_field_in()
2403 for (i = TYPE_NFIELDS (t) - 1; i >= TYPE_N_BASECLASSES (t); i--) in value_struct_elt_for_reference()
H A Deval.c223 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); in evaluate_struct_tuple()
235 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); in evaluate_struct_tuple()
244 for (; variantno < TYPE_NFIELDS (field_type); in evaluate_struct_tuple()
252 subfieldno < TYPE_NFIELDS (substruct_type); in evaluate_struct_tuple()
276 if (subfieldno >= TYPE_NFIELDS (substruct_type)) in evaluate_struct_tuple()
286 if (fieldno >= TYPE_NFIELDS (struct_type)) in evaluate_struct_tuple()
1089 for (; tem <= nargs && tem <= TYPE_NFIELDS (type); tem++) in evaluate_subexp_standard()
H A Dada-valprint.c376 len = TYPE_NFIELDS (type); in ada_print_scalar()
749 len = TYPE_NFIELDS (type); in ada_val_print_1()
999 len = TYPE_NFIELDS (type); in print_field_values()
H A Dtypeprint.c260 len = TYPE_NFIELDS (type); in print_type_scalar()
H A Dcp-valprint.c243 len = TYPE_NFIELDS (type); in cp_print_value_fields()
686 unsigned len = TYPE_NFIELDS (domain); in cp_print_class_member()
H A Dgnu-v2-abi.c358 int i, len = TYPE_NFIELDS (type); in gnuv2_baseclass_offset()
H A Dbuildsym.c262 if (TYPE_NFIELDS (ftype) <= 0) in finish_block()
302 TYPE_NFIELDS (ftype) = nparams; in finish_block()
H A Dgnu-v3-abi.c166 TYPE_NFIELDS (t) = field - field_list; in build_gdb_vtable_type()
H A Dmn10300-tdep.c232 for (i = 0; i < TYPE_NFIELDS (type); i++) in mn10300_type_align()
268 if (TYPE_NFIELDS (type) == 1) in mn10300_use_struct_convention()
H A Dgdbtypes.h810 #define TYPE_NFIELDS(thistype) TYPE_MAIN_TYPE(thistype)->nfields macro
954 (TYPE_NFIELDS (thistype) == 0) && \

12