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

  /src/external/gpl3/gcc/dist/gcc/
lto-section-in.cc 348 slot = htab_find_slot (decl_data->renaming_hash_table, &r_slot, INSERT);
369 htab_t renaming_hash_table = decl_data->renaming_hash_table; local
374 slot = (struct lto_renaming_slot *) htab_find (renaming_hash_table, &r_slot);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-section-in.cc 348 slot = htab_find_slot (decl_data->renaming_hash_table, &r_slot, INSERT);
369 htab_t renaming_hash_table = decl_data->renaming_hash_table; local
374 slot = (struct lto_renaming_slot *) htab_find (renaming_hash_table, &r_slot);

Completed in 15 milliseconds