Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c3693 struct typename_hasher : ggc_ptr_hash<tree_node> struct
3695 typedef typename_info *compare_type;
3700 hash (tree t) in hash()
3728 static GTY (()) hash_table<typename_hasher> *typename_htab; argument