Home
last modified time | relevance | path

Searched refs:lang_struct (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.h291 type_p lang_struct; member
334 && (x)->u.s.lang_struct->kind == TYPE_UNION))
H A Dgengtype-state.c953 write_state_type (current->u.s.lang_struct); in write_state_struct_type()
982 write_state_type (current->u.s.lang_struct); in write_state_union_type()
1001 for (hty = current->u.s.lang_struct; hty != NULL; hty = hty->next) in write_state_lang_struct_type()
1008 gcc_assert (hty->u.s.lang_struct == current); in write_state_lang_struct_type()
1015 for (hty = current->u.s.lang_struct; hty != NULL; hty = hty->next) in write_state_lang_struct_type()
1563 read_state_type (&(type->u.s.lang_struct)); in read_state_struct_type()
1639 read_state_type (&(type->u.s.lang_struct)); in read_state_union_type()
1735 type_p *prevty = &type->u.s.lang_struct; in read_state_lang_struct_type()
H A Dgengtype.c759 for (si = ls->u.s.lang_struct; si != NULL; si = si->next) in new_structure()
770 ls->u.s.lang_struct = si; in new_structure()
775 si->u.s.lang_struct = ls; in new_structure()
785 s->next = ls->u.s.lang_struct; in new_structure()
786 ls->u.s.lang_struct = s; in new_structure()
787 s->u.s.lang_struct = ls; in new_structure()
800 if (s->u.s.lang_struct && (s->u.s.lang_struct->u.s.bitmap & bitmap)) in new_structure()
813 if (s->u.s.lang_struct) in new_structure()
814 s->u.s.lang_struct->u.s.bitmap |= bitmap; in new_structure()
1576 for (t = t->u.s.lang_struct; t; t = t->next) in set_gc_used_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h299 type_p lang_struct; member
345 && (x)->u.s.lang_struct->kind == TYPE_UNION))
H A Dgengtype-state.cc969 write_state_type (current->u.s.lang_struct); in write_state_struct_type()
998 write_state_type (current->u.s.lang_struct); in write_state_union_type()
1017 for (hty = current->u.s.lang_struct; hty != NULL; hty = hty->next) in write_state_lang_struct_type()
1024 gcc_assert (hty->u.s.lang_struct == current); in write_state_lang_struct_type()
1031 for (hty = current->u.s.lang_struct; hty != NULL; hty = hty->next) in write_state_lang_struct_type()
1590 read_state_type (&(type->u.s.lang_struct)); in read_state_struct_type()
1666 read_state_type (&(type->u.s.lang_struct)); in read_state_union_type()
1762 type_p *prevty = &type->u.s.lang_struct; in read_state_lang_struct_type()
H A Dgengtype.cc774 for (si = ls->u.s.lang_struct; si != NULL; si = si->next) in new_structure()
785 ls->u.s.lang_struct = si; in new_structure()
790 si->u.s.lang_struct = ls; in new_structure()
800 s->next = ls->u.s.lang_struct; in new_structure()
801 ls->u.s.lang_struct = s; in new_structure()
802 s->u.s.lang_struct = ls; in new_structure()
815 if (s->u.s.lang_struct && (s->u.s.lang_struct->u.s.bitmap & bitmap)) in new_structure()
828 if (s->u.s.lang_struct) in new_structure()
829 s->u.s.lang_struct->u.s.bitmap |= bitmap; in new_structure()
1596 for (t = t->u.s.lang_struct; t; t = t->next) in set_gc_used_type()
[all …]
H A DChangeLog-200217767 (struct type): Add gc_used field, lang_struct field.