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

  /src/external/gpl3/gcc/dist/gcc/
hash-table.h 425 value_type &find_with_hash (const compare_type &, hashval_t);
430 return find_with_hash (value, Descriptor::hash (value));
981 ::find_with_hash (const compare_type &comparable, hashval_t hash) function in class:hash_table
  /src/external/gpl3/gcc.old/dist/gcc/
hash-table.h 425 value_type &find_with_hash (const compare_type &, hashval_t);
430 return find_with_hash (value, Descriptor::hash (value));
910 ::find_with_hash (const compare_type &comparable, hashval_t hash) function in class:hash_table

Completed in 16 milliseconds