Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c199 struct int_cst_hasher : ggc_cache_ptr_hash<tree_node> struct
205 static GTY ((cache)) hash_table<int_cst_hasher> *int_cst_hash_table;
663 int_cst_hash_table = hash_table<int_cst_hasher>::create_ggc (1024); in init_ttree()
1429 int_cst_hasher::hash (tree x) in hash()
1445 int_cst_hasher::equal (tree x, tree y) in equal()