Searched refs:type_hash (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-builtin-types.awk | 25 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/ |
| D | godump.cc | 546 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()
|
| D | tree.cc | 171 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 …]
|
| D | ChangeLog-2000 | 24880 (struct type_hash): Remove next field. 26989 * tree.c (struct type_hash): hashcode is unsigned.
|
| D | ChangeLog-1999 | 9005 (type_hash): Move declaration earlier in file.
|
| D | ChangeLog-2001 | 10657 (type_hash_add): Allocate struct type_hash from GC memory.
|
| D | ChangeLog-2002 | 18178 * tree.c (struct type_hash): Use gengtype.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2008 | 7726 * 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.
|
| D | ChangeLog-2006 | 747 type_hash for read in CUs. Test psymtab for NULL.
|
| D | ChangeLog-2010 | 2487 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash. 2490 appropriate type_hash table. All callers updated.
|
| D | ChangeLog-2004 | 2975 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
|