Searched refs:list_hash_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dtree.c706 static GTY ((param_is (union tree_node))) htab_t list_hash_table;
782 slot = htab_find_slot_with_hash (list_hash_table, &proxy, hashcode,
2166 list_hash_table = htab_create_ggc (31, list_hash, list_hash_eq, NULL);
702 static GTY ((param_is (union tree_node))) htab_t list_hash_table; variable

Completed in 88 milliseconds