Home
last modified time | relevance | path

Searched refs:gc_used (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc1525 if (t->gc_used >= level) in set_gc_used_type()
1528 t->gc_used = level; in set_gc_used_type()
1583 t->gc_used = GC_UNUSED; in set_gc_used_type()
3692 if ((s->gc_used == GC_POINTED_TO || s->gc_used == GC_MAYBE_POINTED_TO) in write_types()
3697 if (s->gc_used == GC_MAYBE_POINTED_TO && s->u.s.line.file == NULL) in write_types()
3752 if (s->gc_used == GC_POINTED_TO || s->gc_used == GC_MAYBE_POINTED_TO) in write_types()
3756 if (s->gc_used == GC_MAYBE_POINTED_TO && s->u.s.line.file == NULL) in write_types()
3788 (int) s->gc_used); in write_types()
4035 if (s->gc_used == GC_POINTED_TO || s->gc_used == GC_MAYBE_POINTED_TO) in write_local()
4084 && (s->u.p->gc_used == GC_POINTED_TO \
[all …]
Dgengtype.h276 enum gc_used_enum gc_used; member
Dgengtype-state.cc925 gcc_assert (current->gc_used == GC_UNUSED); in write_state_undefined_type()
1101 write_state_gc_used (current->gc_used); in write_state_common_type_content()
1824 read_state_gc_used (&current->gc_used); in read_state_common_type_content()
DChangeLog-200217767 (struct type): Add gc_used field, lang_struct field.
DChangeLog-201032539 (enum gc_used): Document GC_MAYBE_POINTED_TO.