Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c28152 struct auto_hash : default_hash_traits<tree> struct
28161 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc29112 struct auto_hash : default_hash_traits<tree> struct
29121 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()
H A DChangeLog-20151125 * pt.c (is_auto_r, extract_autos_r, extract_autos, auto_hash): New.
H A DChangeLog-20181523 * pt.c (auto_hash::hash): Use it.