Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtrans-mem.c953 struct log_entry_hasher : pointer_hash <tm_log_entry> struct
962 log_entry_hasher::hash (const tm_log_entry *log) in hash()
969 log_entry_hasher::equal (const tm_log_entry *log1, const tm_log_entry *log2) in equal()
995 log_entry_hasher::remove (tm_log_entry *lp) in remove()
1003 static hash_table<log_entry_hasher> *tm_log;
1052 tm_log = new hash_table<log_entry_hasher> (10); in tm_log_init()
1268 hash_table<log_entry_hasher>::iterator hi; in tm_log_emit()