HomeSort by: relevance | last modified time | path
    Searched defs:spec_hash_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 114 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;
30868 spec_hash_table *table = decls_p ? decl_specializations
30870 spec_hash_table::iterator end (table->end ());
30871 for (spec_hash_table::iterator iter (table->begin ()); iter != end; ++iter)
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 118 typedef hash_table<spec_hasher> spec_hash_table; typedef
119 static GTY (()) spec_hash_table *decl_specializations;
120 static GTY (()) spec_hash_table *type_specializations;
1282 spec_hash_table *specializations;
31728 spec_hash_table *table = decls_p ? decl_specializations
31730 spec_hash_table::iterator end (table->end ());
31731 for (spec_hash_table::iterator iter (table->begin ()); iter != end; ++iter)

Completed in 134 milliseconds