Searched refs:type_hash_table (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dtree.c134 htab_t type_hash_table; variable
225 type_hash_table = htab_create_ggc (TYPE_HASH_INITIAL_SIZE, type_hash_hash,
4288 h = htab_find_with_hash (type_hash_table, &in, hashcode);
4306 loc = htab_find_slot_with_hash (type_hash_table, h, hashcode, INSERT);
4367 (long) htab_size (type_hash_table),
4368 (long) htab_elements (type_hash_table),
4369 htab_collisions (type_hash_table));
H A Dc-common.c2848 static GTY((param_is (union tree_node))) htab_t type_hash_table;
2975 if (!type_hash_table)
2976 type_hash_table = htab_create_ggc (1021, c_type_hash,
2979 slot = htab_find_slot (type_hash_table, t, INSERT);
2836 static GTY((param_is (union tree_node))) htab_t type_hash_table; variable

Completed in 81 milliseconds