Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc3649 struct module_state_hash : ggc_ptr_hash<module_state> { struct
3712 module_state_hash::hash (const value_type m) in hash()
3723 module_state_hash::hash (const compare_type &c) in hash()
3732 module_state_hash::equal (const value_type existing, in equal()
3818 static GTY(()) hash_table<module_state_hash> *modules_hash;
13754 module_state_hash::compare_type ct (name, uintptr_t (parent) | partition); in get_module_slot()
13755 hashval_t hv = module_state_hash::hash (ct); in get_module_slot()
19496 using iterator = hash_table<module_state_hash>::iterator; in preprocessed_module()
19599 modules_hash = hash_table<module_state_hash>::create_ggc (31); in init_modules()