Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc114 typedef hash_table<spec_hasher> spec_hash_table; typedef
115 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()
H A DChangeLog-20204217 * pt.c (spec_hash_table): New typedef.