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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c3905 static GTY ((param_is (var_loc_list))) htab_t decl_loc_table;
5674 return htab_find_with_hash (decl_loc_table, decl, DECL_UID (decl));
5699 slot = htab_find_slot_with_hash (decl_loc_table, decl, decl_id, INSERT);
13803 htab_empty (decl_loc_table);
13983 /* Allocate the decl_loc_table. */
13984 decl_loc_table = htab_create_ggc (10, decl_loc_table_hash,
3901 static GTY ((param_is (var_loc_list))) htab_t decl_loc_table; variable

Completed in 107 milliseconds