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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfunction.c495 static GTY((param_is(struct temp_slot_address_entry))) htab_t temp_slot_address_table;
612 slot = htab_find_slot_with_hash (temp_slot_address_table, t, t->hash, INSERT);
632 htab_traverse (temp_slot_address_table,
651 htab_find_with_hash (temp_slot_address_table, &tmp, tmp.hash);
1240 if (! temp_slot_address_table)
1241 temp_slot_address_table = htab_create_ggc (32,
1246 htab_empty (temp_slot_address_table);
490 static GTY((param_is(struct temp_slot_address_entry))) htab_t temp_slot_address_table; variable

Completed in 107 milliseconds