Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype.c4846 static htab_t seen_types; variable
4863 if (seen_types == NULL) in dump_type()
4864 seen_types = htab_create (100, htab_hash_pointer, htab_eq_pointer, NULL); in dump_type()
4866 slot = htab_find_slot (seen_types, t, INSERT); in dump_type()
4952 htab_delete (seen_types); in dump_everything()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype.c4634 static htab_t seen_types; variable
4644 slot = htab_find_slot (seen_types, t, INSERT); in dump_type()
4727 seen_types = htab_create (100, htab_hash_pointer, htab_eq_pointer, NULL); in dump_everything()
4732 htab_delete (seen_types); in dump_everything()