Home
last modified time | relevance | path

Searched refs:ctfc_dvd_hasher (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dctfc.h241 struct ctfc_dvd_hasher : ggc_ptr_hash <ctf_dvdef_t> struct
250 ctfc_dvd_hasher::hash (ctf_dvdef_ref dvd) in hash() argument
256 ctfc_dvd_hasher::equal (ctf_dvdef_ref dvd, ctf_dvdef_ref dvd2) in equal()
276 hash_table <ctfc_dvd_hasher> * GTY (()) ctfc_vars;
278 hash_table <ctfc_dvd_hasher> * GTY (()) ctfc_ignore_vars;
Dctfc.cc955 = hash_table<ctfc_dvd_hasher>::create_ggc (100); in new_ctf_container()
957 = hash_table<ctfc_dvd_hasher>::create_ggc (10); in new_ctf_container()