Home
last modified time | relevance | path

Searched refs:TYPE_CODE_UNION (Results 1 – 25 of 60) sorted by relevance

123

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dvarobj.c1802 case TYPE_CODE_UNION: in type_changeable()
1837 case TYPE_CODE_UNION: in c_number_of_children()
1854 case TYPE_CODE_UNION: in c_number_of_children()
1900 case TYPE_CODE_UNION: in c_name_of_child()
1909 case TYPE_CODE_UNION: in c_name_of_child()
2018 case TYPE_CODE_UNION: in c_value_of_child()
2027 case TYPE_CODE_UNION: in c_value_of_child()
2063 case TYPE_CODE_UNION: in c_type_of_child()
2071 case TYPE_CODE_UNION: in c_type_of_child()
2099 case TYPE_CODE_UNION: in c_variable_editable()
[all …]
Df-typeprint.c128 case TYPE_CODE_UNION: in f_type_print_varspec_prefix()
240 case TYPE_CODE_UNION: in f_type_print_varspec_suffix()
Darch-utils.c77 || TYPE_CODE (valtype) == TYPE_CODE_UNION in legacy_return_value()
88 && TYPE_CODE (valtype) != TYPE_CODE_UNION); in legacy_return_value()
326 || TYPE_CODE (type) == TYPE_CODE_UNION in default_stabs_argument_has_addr()
Dalphafbsd-tdep.c41 if (code != TYPE_CODE_STRUCT && code != TYPE_CODE_UNION) in alphafbsd_use_struct_convention()
Dgdbtypes.c879 t = init_composite_type ("__gdb_builtin_type_vec64", TYPE_CODE_UNION); in build_builtin_type_vec64()
908 t = init_composite_type ("__gdb_builtin_type_vec64i", TYPE_CODE_UNION); in build_builtin_type_vec64i()
937 t = init_composite_type ("__gdb_builtin_type_vec128", TYPE_CODE_UNION); in build_builtin_type_vec128()
955 t = init_composite_type ("__gdb_builtin_type_vec128i", TYPE_CODE_UNION); in build_builtin_type_vec128i()
1134 if (TYPE_CODE (t) == TYPE_CODE_UNION) in lookup_union()
1221 TYPE_CODE (type) != TYPE_CODE_UNION) in lookup_struct_elt_type()
1705 if (code == TYPE_CODE_STRUCT || code == TYPE_CODE_UNION in init_type()
1720 || code == TYPE_CODE_UNION); in init_composite_type()
1739 if (TYPE_CODE (t) == TYPE_CODE_UNION) in append_composite_type_field()
2604 case TYPE_CODE_UNION: in rank_one_type()
[all …]
Dp-typeprint.c278 case TYPE_CODE_UNION: in pascal_type_print_varspec_prefix()
399 case TYPE_CODE_UNION: in pascal_type_print_varspec_suffix()
519 case TYPE_CODE_UNION: in pascal_type_print_base()
Dm68k-tdep.c317 gdb_assert (code == TYPE_CODE_STRUCT || code == TYPE_CODE_UNION); in m68k_reg_struct_return_p()
338 if ((code == TYPE_CODE_STRUCT || code == TYPE_CODE_UNION) in m68k_return_value()
361 if ((code == TYPE_CODE_STRUCT || code == TYPE_CODE_UNION) in m68k_svr4_return_value()
428 || TYPE_CODE (value_type) == TYPE_CODE_UNION in m68k_push_dummy_call()
Dv850-tdep.c271 && TYPE_CODE (t) != TYPE_CODE_UNION in v850_type_is_scalar()
301 || TYPE_CODE (type) == TYPE_CODE_UNION) in v850_use_struct_convention()
340 if (TYPE_CODE (type) == TYPE_CODE_UNION) in v850_use_struct_convention()
Dc-typeprint.c270 case TYPE_CODE_UNION: in c_type_print_varspec_prefix()
611 case TYPE_CODE_UNION: in c_type_print_varspec_suffix()
739 case TYPE_CODE_UNION: in c_type_print_base()
Dinfcall.c142 case TYPE_CODE_UNION: in value_arg_coerce()
561 || TYPE_CODE (arg_type) == TYPE_CODE_UNION in call_function_by_hand()
Dmips-tdep.c2326 || typecode == TYPE_CODE_UNION) in fp_register_arg_p()
2348 else if (typecode == TYPE_CODE_UNION) in mips_type_needs_double_align()
2447 && (typecode == TYPE_CODE_STRUCT || typecode == TYPE_CODE_UNION)) in mips_eabi_push_dummy_call()
2563 || typecode == TYPE_CODE_UNION) in mips_eabi_push_dummy_call()
2852 typecode == TYPE_CODE_UNION)) in mips_n32n64_push_dummy_call()
2896 || TYPE_CODE (type) == TYPE_CODE_UNION in mips_n32n64_return_value()
2946 || TYPE_CODE (type) == TYPE_CODE_UNION) in mips_n32n64_return_value()
3262 typecode == TYPE_CODE_UNION)) in mips_o32_push_dummy_call()
3312 || TYPE_CODE (type) == TYPE_CODE_UNION in mips_o32_return_value()
3396 || TYPE_CODE (type) == TYPE_CODE_UNION) in mips_o32_return_value()
[all …]
Dvalops.c1247 || (TYPE_CODE (type) == TYPE_CODE_UNION in search_struct_field()
1251 if (TYPE_CODE (field_type) == TYPE_CODE_UNION in search_struct_field()
1621 && TYPE_CODE (t) != TYPE_CODE_UNION) in value_struct_elt()
1820 && TYPE_CODE (t) != TYPE_CODE_UNION) in value_find_oload_method_list()
2351 && TYPE_CODE (t) != TYPE_CODE_UNION) in check_field()
2371 case TYPE_CODE_UNION: in value_aggregate_elt()
2400 && TYPE_CODE (t) != TYPE_CODE_UNION) in value_struct_elt_for_reference()
Dtypeprint.c298 case TYPE_CODE_UNION: in print_type_scalar()
Dada-typeprint.c530 if (var_type == NULL || TYPE_CODE (var_type) != TYPE_CODE_UNION) in print_variant_clauses()
856 case TYPE_CODE_UNION: in ada_print_type()
Dppcnbsd-tdep.c253 || TYPE_CODE (valtype) == TYPE_CODE_UNION) in ppcnbsd_return_value()
Dsparc64-tdep.c114 case TYPE_CODE_UNION: in sparc64_structure_or_union_p()
1018 if (TYPE_CODE (type) != TYPE_CODE_UNION) in sparc64_extract_return_value()
1064 if (TYPE_CODE (type) != TYPE_CODE_UNION) in sparc64_store_return_value()
Dax-gdb.c739 case TYPE_CODE_UNION: in gen_usual_unary()
900 case TYPE_CODE_UNION: in gen_cast()
1372 && TYPE_CODE (type) != TYPE_CODE_UNION) in gen_struct_ref()
Dc-exp.y596 && TYPE_CODE (type) != TYPE_CODE_UNION
611 && TYPE_CODE (type) != TYPE_CODE_UNION
949 && TYPE_CODE (type) != TYPE_CODE_UNION
Dmn10300-tdep.c231 case TYPE_CODE_UNION: in mn10300_type_align()
265 case TYPE_CODE_UNION: in mn10300_use_struct_convention()
Dlanguage.c787 (TYPE_CODE (type) == TYPE_CODE_UNION) ||
791 (TYPE_CODE(type) == TYPE_CODE_UNION) ||
Damd64-tdep.c327 || TYPE_CODE (type) == TYPE_CODE_UNION); in amd64_classify_aggregate()
402 || code == TYPE_CODE_UNION) in amd64_classify()
Dvax-tdep.c213 || TYPE_CODE (type) == TYPE_CODE_UNION in vax_return_value()
Dada-valprint.c414 case TYPE_CODE_UNION: in ada_print_scalar()
781 case TYPE_CODE_UNION: in ada_val_print_1()
Dgdbtypes.h107 TYPE_CODE_UNION, /* C union or Pascal variant part */ enumerator
953 (TYPE_CODE (thistype) == TYPE_CODE_UNION)) && \
/openbsd/src/gnu/usr.bin/binutils/gdb/mi/
Dmi-cmd-stack.c305 && TYPE_CODE (type) != TYPE_CODE_UNION) in list_args_or_locals()

123