Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c26087 struct auto_hash : default_hash_traits<tree> struct
26096 auto_hash::hash (tree t) in hash()
26110 auto_hash::equal (tree t1, tree t2) in equal()
26131 hash_table<auto_hash> &hash = *(hash_table<auto_hash>*)data; in extract_autos_r()
26161 hash_table<auto_hash> hash (2); in extract_autos()
26166 for (hash_table<auto_hash>::iterator iter = hash.begin(); in extract_autos()