Searched refs:spec_hash_table (Results 1 – 2 of 2) sorted by relevance
114 typedef hash_table<spec_hasher> spec_hash_table; typedef115 static GTY (()) spec_hash_table *decl_specializations;116 static GTY (()) spec_hash_table *type_specializations;1308 spec_hash_table *specializations; in retrieve_specialization()30829 spec_hash_table *table = decls_p ? decl_specializations in walk_specializations()30831 spec_hash_table::iterator end (table->end ()); in walk_specializations()30832 for (spec_hash_table::iterator iter (table->begin ()); iter != end; ++iter) in walk_specializations()
4217 * pt.c (spec_hash_table): New typedef.