Searched refs:named_decl_hash (Results 1 – 9 of 9) sorted by relevance
708 ld->u.ns.bindings = hash_table<named_decl_hash>::create_ggc (499); in maybe_add_lang_decl_raw()
909 struct named_decl_hash : ggc_remove <tree> struct2778 hash_table<named_decl_hash> *bindings;8036 named_decl_hash::hash (const value_type decl) in hash()8043 named_decl_hash::equal (const value_type existing, compare_type candidate) in equal()
2517 static GTY(()) hash_table<named_decl_hash> *extern_c_decls;2535 extern_c_decls = hash_table<named_decl_hash>::create_ggc (127); in check_extern_c_conflict()
908 ld->u.ns.bindings = hash_table<named_decl_hash>::create_ggc (499); in maybe_add_lang_decl_raw()
2986 static GTY(()) hash_table<named_decl_hash> *extern_c_decls;3004 extern_c_decls = hash_table<named_decl_hash>::create_ggc (127); in check_extern_c_conflict()7298 hash_table<named_decl_hash>::iterator end in consider_binding_level()7300 for (hash_table<named_decl_hash>::iterator iter in consider_binding_level()
975 struct named_decl_hash : ggc_remove <tree> { struct2962 hash_table<named_decl_hash> *bindings;8515 named_decl_hash::hash (const value_type decl) in hash()8523 named_decl_hash::equal (const value_type existing, compare_type candidate) in equal()
845 (named_decl_hash::hash, named_decl_hash::equal): Check for binding6435 * cp-tree.h (named_decl_hash::empty_zero_p): Likewise.
12765 hash_table<named_decl_hash>::iterator end in add_namespace_entities()12767 for (hash_table<named_decl_hash>::iterator iter in add_namespace_entities()
1251 * cp-tree.h (struct named_decl_hash): New.