Searched refs:htab_del (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h62 typedef void (*htab_del) (void *); typedef
108 htab_del del_f;
152 htab_eq, htab_del,
156 htab_eq, htab_del,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
162 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
165 htab_eq, htab_del,
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h62 typedef void (*htab_del) (void *); typedef
108 htab_del del_f;
152 htab_eq, htab_del,
156 htab_eq, htab_del,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
162 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
165 htab_eq, htab_del,
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h62 typedef void (*htab_del) PARAMS ((void *)); typedef
99 htab_del del_f;
139 htab_eq, htab_del,
143 htab_eq, htab_del,
148 extern htab_t htab_create PARAMS ((size_t, htab_hash, htab_eq, htab_del));
149 extern htab_t htab_try_create PARAMS ((size_t, htab_hash, htab_eq, htab_del));
152 htab_eq, htab_del,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c289 htab_del del_f, htab_alloc alloc_f, htab_free free_f)
322 htab_del del_f, void *alloc_arg,
357 htab_del del_f, PTR alloc_arg,
372 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
378 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c289 htab_del del_f, htab_alloc alloc_f, htab_free free_f)
322 htab_del del_f, void *alloc_arg,
357 htab_del del_f, PTR alloc_arg,
372 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
378 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c1829 automaton_decl_eq_p, (htab_del) 0);
1929 (htab_del) 0);
2029 decl_table = htab_create (10, decl_hash, decl_eq_p, (htab_del) 0);
3828 state_table = htab_create (1500, state_hash, state_eq_p, (htab_del) 0);
4062 automata_list_eq_p, (htab_del) 0);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c7396 (htab_del) 0);

Completed in 221 milliseconds