Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
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
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgodump.cc546 htab_t type_hash; member in godump_container
1166 slot = htab_find_slot (container->type_hash, type, INSERT); in go_output_typedef()
1205 slot = htab_find_slot (container->type_hash, type, INSERT); in go_output_typedef()
1258 && (!htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), in go_output_var()
1270 is_valid = htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), in go_output_var()
1277 && htab_find_slot (container->type_hash, in go_output_var()
1351 slot = htab_find_slot (data->type_hash, type, NO_INSERT); in find_dummy_types()
1369 container.type_hash = htab_create (100, htab_hash_string, in go_finish()
1406 htab_delete (container.type_hash); in go_finish()
Dtree.cc171 struct GTY((for_user)) type_hash { struct
179 struct type_cache_hasher : ggc_cache_ptr_hash<type_hash> argument
181 static hashval_t hash (type_hash *t) { return t->hash; } in hash()
182 static bool equal (type_hash *a, type_hash *b);
185 keep_cache_entry (type_hash *&t) in keep_cache_entry()
6038 type_cache_hasher::equal (type_hash *a, type_hash *b) in equal()
6169 type_hash in; in type_hash_canon()
6170 type_hash **loc; in type_hash_canon()
6186 tree t1 = ((type_hash *) *loc)->type; in type_hash_canon()
6218 struct type_hash *h; in type_hash_canon()
[all …]
DChangeLog-200024880 (struct type_hash): Remove next field.
26989 * tree.c (struct type_hash): hashcode is unsigned.
DChangeLog-19999005 (type_hash): Move declaration earlier in file.
DChangeLog-200110657 (type_hash_add): Allocate struct type_hash from GC memory.
DChangeLog-200218178 * tree.c (struct type_hash): Use gengtype.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20087726 * dwarf2read.c (struct dwarf2_cu): Add type_hash.
7737 (load_comp_unit, load_full_comp_unit): Set type_hash.
7751 (get_die_type): Take a CU argument. Check for no type_hash.
DChangeLog-2006747 type_hash for read in CUs. Test psymtab for NULL.
DChangeLog-20102487 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2490 appropriate type_hash table. All callers updated.
DChangeLog-20042975 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.