Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
DChangeLog-20128852 (attribute_hash): Remove global variable.
DChangeLog-200713470 (attribute_hash): New.
DChangeLog-201332404 * attribs.c (htab_t scoped_attributes::attribute_hash):