Home
last modified time | relevance | path

Searched defs:typename_hasher (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3809 struct typename_hasher : ggc_ptr_hash<tree_node> struct
3811 typedef typename_info *compare_type;
3816 hash (tree t) in hash()
3844 static GTY (()) hash_table<typename_hasher> *typename_htab; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4012 struct typename_hasher : ggc_ptr_hash<tree_node> struct
4014 typedef typename_info *compare_type;
4019 hash (tree t) in hash()
4047 static GTY (()) hash_table<typename_hasher> *typename_htab; argument