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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dggc-none.c44 ggc_realloc (x, size) function
H A Dggc.h101 extern void *ggc_realloc PARAMS ((void *, size_t));
H A Dvarray.c98 va = (varray_type) ggc_realloc (va, VARRAY_HDR_SIZE + data_size);
H A Dggc-common.c157 ggc_realloc (x, size) function
H A Demit-rtl.c827 new = ggc_realloc (f->emit->regno_pointer_align, old_size * 2);
831 new1 = (rtx *) ggc_realloc (f->emit->x_regno_reg_rtx,
836 new2 = (tree *) ggc_realloc (f->emit->regno_decl,
H A Dexcept.c3354 ggc_realloc (data, sizeof (*data) * size);
H A Dintegrate.c3138 (initial_value_pair *) ggc_realloc (ivs->entries,
H A Dfunction.c5030 new = (rtx *) ggc_realloc (parm_reg_stack_loc,
/openbsd-current/gnu/gcc/gcc/
H A Dggc.h216 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO)
235 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
215 #define ggc_realloc macro
H A Dvarray.c163 va = ggc_realloc (va, VARRAY_HDR_SIZE + data_size);
H A Dintegrate.c255 ivs->entries = ggc_realloc (ivs->entries,
H A Ddwarf2out.c2563 fde_table = ggc_realloc (fde_table,
6573 abbrev_die_table = ggc_realloc (abbrev_die_table,
7353 = ggc_realloc (pubname_table,
7413 arange_table = ggc_realloc (arange_table,
7519 = ggc_realloc (ranges_table, (ranges_table_allocated
13736 = ggc_realloc (separate_line_info_table,
13765 = ggc_realloc (line_info_table,
H A Ddbxout.c1705 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0]));
H A Demit-rtl.c802 new = ggc_realloc (f->emit->regno_pointer_align, old_size * 2);
806 new1 = ggc_realloc (f->emit->x_regno_reg_rtx,
H A Dexcept.c3242 data = ggc_realloc (data, sizeof (*data) * size);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.c4838 ggc_realloc (deferred_plabels,
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa.c5325 ggc_realloc (deferred_plabels,

Completed in 336 milliseconds