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

  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 61 /* Used for attribute_hash. */
90 hash_table<attribute_hasher> *attribute_hash; member in struct:scoped_attributes
146 result->attribute_hash = new hash_table<attribute_hasher> (200);
358 gcc_assert (name_space->attribute_hash);
367 slot = name_space->attribute_hash
392 return attrs->attribute_hash->find_with_hash (&attr,
attribs.cc 61 /* Used for attribute_hash. */
90 hash_table<attribute_hasher> *attribute_hash; member in struct:scoped_attributes
146 result->attribute_hash = new hash_table<attribute_hasher> (200);
358 gcc_assert (name_space->attribute_hash);
367 slot = name_space->attribute_hash
392 return attrs->attribute_hash->find_with_hash (&attr,
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 60 /* Used for attribute_hash. */
89 hash_table<attribute_hasher> *attribute_hash; member in struct:scoped_attributes
141 result->attribute_hash = new hash_table<attribute_hasher> (200);
369 gcc_assert (name_space->attribute_hash);
378 slot = name_space->attribute_hash
403 return attrs->attribute_hash->find_with_hash (&attr,
attribs.cc 60 /* Used for attribute_hash. */
89 hash_table<attribute_hasher> *attribute_hash; member in struct:scoped_attributes
141 result->attribute_hash = new hash_table<attribute_hasher> (200);
369 gcc_assert (name_space->attribute_hash);
378 slot = name_space->attribute_hash
403 return attrs->attribute_hash->find_with_hash (&attr,

Completed in 64 milliseconds