Home
last modified time | relevance | path

Searched refs:attribute_hash (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c86 hash_table<attribute_hasher> *attribute_hash; member
145 result->attribute_hash = new hash_table<attribute_hasher> (200); in register_scoped_attributes()
278 gcc_assert (name_space->attribute_hash); in register_scoped_attribute()
287 slot = name_space->attribute_hash in register_scoped_attribute()
313 return attrs->attribute_hash->find_with_hash (&attr, in lookup_scoped_attribute_spec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc89 hash_table<attribute_hasher> *attribute_hash; member
141 result->attribute_hash = new hash_table<attribute_hasher> (200); in register_scoped_attributes()
369 gcc_assert (name_space->attribute_hash); in register_scoped_attribute()
378 slot = name_space->attribute_hash in register_scoped_attribute()
403 return attrs->attribute_hash->find_with_hash (&attr, in lookup_scoped_attribute_spec()
H A DChangeLog-20128852 (attribute_hash): Remove global variable.
H A DChangeLog-200713470 (attribute_hash): New.
H A DChangeLog-201332404 * attribs.c (htab_t scoped_attributes::attribute_hash):