Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc254 struct objc_string_hasher : ggc_ptr_hash<string_descriptor> struct
260 static GTY(()) hash_table<objc_string_hasher> *string_htab;
3277 objc_string_hasher::hash (string_descriptor *ptr) in hash()
3291 objc_string_hasher::equal (string_descriptor *ptr1, string_descriptor *ptr2) in equal()
5960 string_htab = hash_table<objc_string_hasher>::create_ggc (31); in hash_init()
H A DChangeLog681 * objc-act.c (objc_string_hasher): Inherit from ggc_ptr_hash
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c254 struct objc_string_hasher : ggc_ptr_hash<string_descriptor> struct
260 static GTY(()) hash_table<objc_string_hasher> *string_htab;
3201 objc_string_hasher::hash (string_descriptor *ptr) in hash()
3215 objc_string_hasher::equal (string_descriptor *ptr1, string_descriptor *ptr2) in equal()
5874 string_htab = hash_table<objc_string_hasher>::create_ggc (31); in hash_init()