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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 119 static GTY (()) spec_hash_table *decl_specializations; variable
1286 specializations = decl_specializations;
1549 spec_entry **slot = decl_specializations->find_slot_with_hash (&elt, hash, INSERT);
1973 entry = decl_specializations->find (&elt);
11642 decl_specializations->remove_elt (&elt);
31728 spec_hash_table *table = decls_p ? decl_specializations
31743 = decl_p ? decl_specializations : type_specializations;
31795 auto *slot = decl_specializations->find_slot_with_hash (elt, hash, INSERT);
31838 decl_specializations = hash_table<spec_hasher>::create_ggc (37);
31850 fprintf (stderr, "decl_specializations: size " HOST_SIZE_T_PRINT_DEC ",
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 115 static GTY (()) spec_hash_table *decl_specializations; variable
1317 specializations = decl_specializations;
1603 slot = decl_specializations->find_slot_with_hash (&elt, hash, INSERT);
2001 entry = decl_specializations->find (&elt);
11484 decl_specializations->remove_elt (&elt);
30868 spec_hash_table *table = decls_p ? decl_specializations
30883 = decl_p ? decl_specializations : type_specializations;
30935 auto *slot = decl_specializations->find_slot_with_hash (elt, hash, INSERT);
30985 decl_specializations = hash_table<spec_hasher>::create_ggc (37);
30997 fprintf (stderr, "decl_specializations: size %ld, %ld elements,
    [all...]

Completed in 49 milliseconds