Home
last modified time | relevance | path

Searched refs:GGC_RESIZEVEC (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc.h155 #define GGC_RESIZEVEC(T, P, N) \ macro
H A Ddbxout.c1835 typevec = GGC_RESIZEVEC (struct typeinfo, typevec, typevec_len * 2); in dbxout_type()
H A Demit-rtl.c1216 rtx *new1 = GGC_RESIZEVEC (rtx, regno_reg_rtx, new_size); in ensure_regno_capacity()
H A Dfunction.c1301 ivs->entries = GGC_RESIZEVEC (initial_value_pair, ivs->entries, in get_hard_reg_initial_val()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc.h173 #define GGC_RESIZEVEC(T, P, N) \ macro
H A Dintegrate.c263 ivs->entries = GGC_RESIZEVEC (initial_value_pair, ivs->entries, in get_hard_reg_initial_val()
H A Ddbxout.c1818 typevec = GGC_RESIZEVEC (struct typeinfo, typevec, typevec_len * 2); in dbxout_type()
H A Demit-rtl.c903 new1 = GGC_RESIZEVEC (rtx, regno_reg_rtx, old_size * 2); in gen_reg_rtx()
H A Ddwarf2out.c7642 abbrev_die_table = GGC_RESIZEVEC (dw_die_ref, abbrev_die_table, in build_abbrev_table()
8894 ranges_table = GGC_RESIZEVEC (struct dw_ranges_struct, ranges_table, in add_ranges_num()
8928 ranges_by_label = GGC_RESIZEVEC (struct dw_ranges_by_label_struct, in add_ranges_by_labels()