Searched refs:eq_descriptor (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | varray.c | 57 eq_descriptor (const void *p1, const void *p2) in eq_descriptor() function 70 varray_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in varray_descriptor()
|
H A D | alloc-pool.c | 89 eq_descriptor (const void *p1, const void *p2) in eq_descriptor() function 102 alloc_pool_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in alloc_pool_descriptor()
|
H A D | ggc-common.c | 804 eq_descriptor (const void *p1, const void *p2) in eq_descriptor() function 850 loc_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in loc_descriptor()
|