Searched refs:type_hash (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtree.c100 struct type_hash GTY(()) function
116 static GTY ((if_marked ("type_hash_marked_p"), param_is (struct type_hash)))
2914 const struct type_hash *a = va, *b = vb;
2945 return ((const struct type_hash *) item)->hash;
2956 struct type_hash *h, in;
2979 struct type_hash *h;
2982 h = (struct type_hash *) ggc_alloc (sizeof (struct type_hash));
2986 *(struct type_hash **) loc = h;
3041 tree type = ((struct type_hash *)
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree.c113 struct type_hash GTY(()) function
129 static GTY ((if_marked ("type_hash_marked_p"), param_is (struct type_hash)))
4174 const struct type_hash *a = va, *b = vb;
4265 return ((const struct type_hash *) item)->hash;
4274 struct type_hash *h, in;
4295 struct type_hash *h;
4298 h = ggc_alloc (sizeof (struct type_hash));
4302 *(struct type_hash **) loc = h;
4353 tree type = ((struct type_hash *) p)->type;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c380 htab_t type_hash; member in struct:dwarf2_per_cu_data
9455 if (cu->per_cu->type_hash == NULL)
9456 cu->per_cu->type_hash
9468 htab_find_slot_with_hash (cu->per_cu->type_hash, &ofs, ofs.offset, INSERT);
9477 get_die_type (struct die_info *die, htab_t type_hash)
9482 slot = htab_find_with_hash (type_hash, &ofs, ofs.offset);
9497 if (cu->per_cu->type_hash == NULL)
9502 die->type = get_die_type (die, cu->per_cu->type_hash);
9476 get_die_type(struct die_info *die, htab_t type_hash) argument

Completed in 197 milliseconds