Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDlto-streamer.h648 struct string_slot_hasher : nofree_ptr_hash <string_slot> struct
658 string_slot_hasher::hash (const string_slot *ds) in hash()
671 string_slot_hasher::equal (const string_slot *ds1, const string_slot *ds2) in equal()
697 hash_table<string_slot_hasher> *string_hash_table;
HDlto-streamer-in.c47 struct freeing_string_slot_hasher : string_slot_hasher
HDlto-streamer-out.c80 ob->string_hash_table = new hash_table<string_slot_hasher> (37); in create_output_block()