Home
last modified time | relevance | path

Searched refs:type_hash (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386-builtin-types.awk25 if (!(string in type_hash))
62 type_hash[$2] = 1
74 type_hash[$2] = 1
87 type_hash[$2] = 1
94 type_hash[$2] = 1
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386-builtin-types.awk25 if (!(string in type_hash))
62 type_hash[$2] = 1
74 type_hash[$2] = 1
87 type_hash[$2] = 1
94 type_hash[$2] = 1
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgodump.c551 htab_t type_hash; member
1179 slot = htab_find_slot (container->type_hash, type, INSERT); in go_output_typedef()
1216 slot = htab_find_slot (container->type_hash, type, INSERT); in go_output_typedef()
1269 && (!htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), in go_output_var()
1281 is_valid = htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), in go_output_var()
1288 && htab_find_slot (container->type_hash, in go_output_var()
1362 slot = htab_find_slot (data->type_hash, type, NO_INSERT); in find_dummy_types()
1380 container.type_hash = htab_create (100, htab_hash_string, in go_finish()
1417 htab_delete (container.type_hash); in go_finish()
H A Dtree.c167 struct GTY((for_user)) type_hash { struct
175 struct type_cache_hasher : ggc_cache_ptr_hash<type_hash> argument
177 static hashval_t hash (type_hash *t) { return t->hash; } in hash()
178 static bool equal (type_hash *a, type_hash *b);
181 keep_cache_entry (type_hash *&t) in keep_cache_entry()
6476 type_cache_hasher::equal (type_hash *a, type_hash *b) in equal()
6606 type_hash in; in type_hash_canon()
6607 type_hash **loc; in type_hash_canon()
6623 tree t1 = ((type_hash *) *loc)->type; in type_hash_canon()
6655 struct type_hash *h; in type_hash_canon()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgodump.c537 htab_t type_hash; member
1013 slot = htab_find_slot (container->type_hash, type, INSERT); in go_output_typedef()
1049 slot = htab_find_slot (container->type_hash, type, INSERT); in go_output_typedef()
1092 && htab_find_slot (container->type_hash, in go_output_var()
1169 slot = htab_find_slot (data->type_hash, type, NO_INSERT); in find_dummy_types()
1189 container.type_hash = htab_create (100, htab_hash_string, in go_finish()
1228 htab_delete (container.type_hash); in go_finish()
H A Dtree.c164 struct GTY(()) type_hash { struct
179 static GTY ((if_marked ("type_hash_marked_p"), param_is (struct type_hash))) argument
6110 const struct type_hash *const a = (const struct type_hash *) va, in type_hash_eq()
6111 *const b = (const struct type_hash *) vb; in type_hash_eq()
6222 return ((const struct type_hash *) item)->hash; in type_hash_hash()
6231 struct type_hash *h, in; in type_hash_lookup()
6240 h = (struct type_hash *) htab_find_with_hash (type_hash_table, &in, in type_hash_lookup()
6253 struct type_hash *h; in type_hash_add()
6307 const_tree const type = ((const struct type_hash *) p)->type; in type_hash_marked_p()