Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c209 struct poly_int_cst_hasher : ggc_cache_ptr_hash<tree_node> struct
216 static GTY ((cache)) hash_table<poly_int_cst_hasher> *poly_int_cst_hash_table; argument
665 poly_int_cst_hash_table = hash_table<poly_int_cst_hasher>::create_ggc (64); in init_ttree()
1619 poly_int_cst_hasher::hash (tree t) in hash()
1631 poly_int_cst_hasher::equal (tree x, const compare_type &y) in equal()
1655 poly_int_cst_hasher::compare_type comp (type, &c); in build_poly_int_cst()