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

  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 62 struct attribute_hasher : nofree_ptr_hash <attribute_spec> struct in inherits:nofree_ptr_hash
70 attribute_hasher::hash (const attribute_spec *spec)
77 attribute_hasher::equal (const attribute_spec *spec, const substring *str)
89 hash_table<attribute_hasher> *attribute_hash;
141 result->attribute_hash = new hash_table<attribute_hasher> (200);
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 63 struct attribute_hasher : nofree_ptr_hash <attribute_spec> struct in inherits:nofree_ptr_hash
71 attribute_hasher::hash (const attribute_spec *spec)
78 attribute_hasher::equal (const attribute_spec *spec, const substring *str)
90 hash_table<attribute_hasher> *attribute_hash;
146 result->attribute_hash = new hash_table<attribute_hasher> (200);

Completed in 42 milliseconds