Searched refs:attr_hash (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c321 struct attr_hash struct
323 struct attr_hash *next; /* Next structure in the bucket. */
340 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
351 struct attr_hash *h;
353 h = XOBNEW (hash_obstack, struct attr_hash);
365 struct attr_hash *h;
367 h = XOBNEW (hash_obstack, struct attr_hash);
389 struct attr_hash *h;
612 struct attr_hash *h;
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenattrtab.c469 struct attr_hash
471 struct attr_hash *next; /* Next structure in the bucket. */
488 struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
501 register struct attr_hash *h;
503 h = (struct attr_hash *) obstack_alloc (hash_obstack,
504 sizeof (struct attr_hash));
518 register struct attr_hash *h;
520 h = (struct attr_hash *) obstack_alloc (hash_obstack,
521 sizeof (struct attr_hash));
550 register struct attr_hash *
468 struct attr_hash struct
[all...]

Completed in 118 milliseconds