Home
last modified time | relevance | path

Searched refs:attribute_hasher (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c59 struct attribute_hasher : nofree_ptr_hash <attribute_spec> struct
67 attribute_hasher::hash (const attribute_spec *spec) in hash() argument
74 attribute_hasher::equal (const attribute_spec *spec, const substring *str) in equal()
86 hash_table<attribute_hasher> *attribute_hash;
145 result->attribute_hash = new hash_table<attribute_hasher> (200); in register_scoped_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc62 struct attribute_hasher : nofree_ptr_hash <attribute_spec> struct
70 attribute_hasher::hash (const attribute_spec *spec) in hash() argument
77 attribute_hasher::equal (const attribute_spec *spec, const substring *str) in equal()
89 hash_table<attribute_hasher> *attribute_hash;
141 result->attribute_hash = new hash_table<attribute_hasher> (200); in register_scoped_attributes()
H A DChangeLog-201526712 * attribs.c (attribute_hasher): Likewise.