Home
last modified time | relevance | path

Searched defs:string_hasher (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcontext.hh63 struct string_hasher : nofree_ptr_hash<const char> struct
65 static inline hashval_t hash (const char *s) in hash()
70 static inline bool equal (const char *p1, const char *p2) in equal()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc135 struct string_hasher : nofree_ptr_hash<const char> struct
137 static inline hashval_t hash (const char *s) in hash()
142 static inline bool equal (const char *p1, const char *p2) in equal()
H A Dlibcp1plugin.cc142 struct string_hasher : nofree_ptr_hash<const char> struct
144 static inline hashval_t hash (const char *s) in hash()
168 hash_table<string_hasher> file_names; argument