Searched refs:union_type (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile.c29 union union_type;
44 const union union_type *ptrfield;
54 union union_type { union
62 union union_type union_object;
H A Dcompile-cplus.c32 union union_type;
47 const union union_type *ptrfield;
57 union union_type { union
65 union union_type union_object;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile.c29 union union_type;
44 const union union_type *ptrfield;
54 union union_type { union
62 union union_type union_object;
H A Dcompile-cplus.c32 union union_type;
47 const union union_type *ptrfield;
57 union union_type { union
65 union union_type union_object;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c280 build_field (segment_info *h, tree union_type, record_layout_info rli) argument
298 DECL_FIELD_CONTEXT (field) = union_type;
345 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) argument
353 decl = gfc_create_var (union_type, "equiv");
361 VAR_DECL, get_identifier (name), union_type);
386 build_common_decl (gfc_common_head *com, tree union_type, bool is_init) argument
397 tree size = TYPE_SIZE_UNIT (union_type);
412 DECL_SIZE (decl) = TYPE_SIZE (union_type);
414 SET_DECL_MODE (decl, TYPE_MODE (union_type));
415 TREE_TYPE (decl) = union_type;
499 get_init_field(segment_info *head, tree union_type, tree *field_init, record_layout_info rli) argument
609 tree union_type; local
[all...]
H A Dtrans-types.c3488 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain;
3523 union_type = make_node (UNION_TYPE);
3524 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("v"),
3527 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("triplet"),
3530 gfc_finish_type (union_type);
3538 union_type, &chain);
3555 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type,
3606 union_type = make_node (UNION_TYPE);
3607 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("s"),
3610 tmp = gfc_add_field_to_struct_1 (union_type, get_identifie
3474 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain; local
3541 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local
[all...]
H A Dexpr.c4951 get_union_initializer (gfc_symbol *union_type, gfc_component **map_p) argument
4956 if (!union_type || union_type->attr.flavor != FL_UNION)
4959 for (map = union_type->components; map; map = map->next)
H A Dtrans-expr.c8710 tree union_type = TREE_TYPE (un->backend_decl); local
8711 tree val = build_constructor (union_type, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc280 build_field (segment_info *h, tree union_type, record_layout_info rli) argument
298 DECL_FIELD_CONTEXT (field) = union_type;
352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) argument
360 decl = gfc_create_var (union_type, "equiv");
368 VAR_DECL, get_identifier (name), union_type);
393 build_common_decl (gfc_common_head *com, tree union_type, bool is_init) argument
404 tree size = TYPE_SIZE_UNIT (union_type);
419 DECL_SIZE (decl) = TYPE_SIZE (union_type);
421 SET_DECL_MODE (decl, TYPE_MODE (union_type));
422 TREE_TYPE (decl) = union_type;
527 get_init_field(segment_info *head, tree union_type, tree *field_init, record_layout_info rli) argument
637 tree union_type; local
[all...]
H A Dtrans-types.cc3596 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain;
3631 union_type = make_node (UNION_TYPE);
3632 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("v"),
3635 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("triplet"),
3638 gfc_finish_type (union_type);
3646 union_type, &chain);
3663 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type,
3714 union_type = make_node (UNION_TYPE);
3715 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("s"),
3718 tmp = gfc_add_field_to_struct_1 (union_type, get_identifie
3582 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain; local
3649 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local
[all...]
H A Dexpr.cc4982 get_union_initializer (gfc_symbol *union_type, gfc_component **map_p) argument
4987 if (!union_type || union_type->attr.flavor != FL_UNION)
4990 for (map = union_type->components; map; map = map->next)
H A Dtrans-expr.cc9246 tree union_type = TREE_TYPE (un->backend_decl); local
9247 tree val = build_constructor (union_type, NULL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c1009 type_p union_type;
1019 union_type =
1025 return create_field_all (next, union_type, name,
1005 type_p union_type; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc1024 type_p union_type;
1034 union_type =
1040 return create_field_all (next, union_type, name,
1020 type_p union_type; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3873 || tag_type == union_type);
14775 case union_type:
15008 case union_type:
15158 tag_kind = union_type;
H A Dparser.c30960 return union_type;
31178 if (seen_as_union != (class_key == union_type))
31181 class_key == union_type ? "union"
31196 && class_key != union_type)
31306 class_key == union_type ? "union"
[all...]
H A Dcp-tree.h5211 union_type, /* "union" types. */
5203 union_type, /* "union" types. */ enumerator in enum:tag_types
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4069 || tag_type == union_type);
15579 case union_type:
15823 case union_type:
H A Dparser.cc33242 return union_type;
[all...]
H A Dcp-tree.h5444 union_type, /* "union" types. */
5435 union_type, /* "union" types. */ enumerator in enum:tag_types

Completed in 1214 milliseconds