Home
last modified time | relevance | path

Searched refs:TYPE_UNION (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDgengtype.h33 TYPE_UNION, enumerator
107 ((x)->kind == TYPE_UNION || \
109 && (x)->u.s.lang_struct->kind == TYPE_UNION))
111 ((x)->kind == TYPE_UNION \
HDgengtype.c209 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT; in new_structure()
238 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT; in find_structure()
486 if (t->kind != TYPE_UNION) in adjust_field_rtx_def()
911 case TYPE_UNION: in set_gc_used_type()
1457 case TYPE_UNION: in output_mangled_typename()
1670 (nested_ptr_d->type->kind == TYPE_UNION in walk_type()
1768 case TYPE_UNION: in walk_type()
1774 const int union_p = t->kind == TYPE_UNION; in walk_type()
1985 case TYPE_UNION: in write_types_process_field()
2085 s->kind == TYPE_UNION ? "union" : "struct", s->u.s.tag, in write_func_for_structure()
[all …]