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

/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c2818 static GTY ((param_is (union tree_node))) htab_t conv_type_names; variable
2849 if (conv_type_names == NULL)
2850 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL);
2852 slot = htab_find_slot_with_hash (conv_type_names, type,
2861 (unsigned long) htab_elements (conv_type_names));

Completed in 68 milliseconds