Searched refs:auto_hash (Results 1 – 4 of 4) sorted by relevance
28152 struct auto_hash : default_hash_traits<tree> struct28161 auto_hash::hash (tree t) in hash()28175 auto_hash::equal (tree t1, tree t2) in equal()28196 hash_table<auto_hash> &hash = *(hash_table<auto_hash>*)data; in extract_autos_r()28226 hash_table<auto_hash> hash (2); in extract_autos()28231 for (hash_table<auto_hash>::iterator iter = hash.begin(); in extract_autos()
29112 struct auto_hash : default_hash_traits<tree> struct29121 auto_hash::hash (tree t) in hash()29135 auto_hash::equal (tree t1, tree t2) in equal()29156 hash_table<auto_hash> &hash = *(hash_table<auto_hash>*)data; in extract_autos_r()29186 hash_table<auto_hash> hash (2); in extract_autos()
1125 * pt.c (is_auto_r, extract_autos_r, extract_autos, auto_hash): New.
1523 * pt.c (auto_hash::hash): Use it.