Home
last modified time | relevance | path

Searched refs:ggc_realloc (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dggc-none.c44 ggc_realloc (x, size) in ggc_realloc() function
Dvarray.c98 va = (varray_type) ggc_realloc (va, VARRAY_HDR_SIZE + data_size);
Dggc.h101 extern void *ggc_realloc PARAMS ((void *, size_t));
Dggc-common.c157 ggc_realloc (x, size) in ggc_realloc() function
Demit-rtl.c824 new = ggc_realloc (f->emit->regno_pointer_align, old_size * 2);
828 new1 = (rtx *) ggc_realloc (f->emit->x_regno_reg_rtx,
833 new2 = (tree *) ggc_realloc (f->emit->regno_decl,
Dintegrate.c3124 (initial_value_pair *) ggc_realloc (ivs->entries,
Dexcept.c3339 ggc_realloc (data, sizeof (*data) * size);
Dfunction.c5007 new = (rtx *) ggc_realloc (parm_reg_stack_loc,
DChangeLog.73886 * ggc-common.c (ggc_realloc): Handle X being NULL.
3888 * ggc-common.c (ggc_realloc): New function.
DChangeLog9184 (ggc_realloc): Update valgrind annotations.
/openbsd/src/gnu/gcc/gcc/
Dggc.h215 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO) macro
234 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
Dvarray.c163 va = ggc_realloc (va, VARRAY_HDR_SIZE + data_size); in varray_grow()
Dintegrate.c250 ivs->entries = ggc_realloc (ivs->entries, in get_hard_reg_initial_val()
Ddwarf2out.c2562 fde_table = ggc_realloc (fde_table, in dwarf2out_begin_prologue()
6564 abbrev_die_table = ggc_realloc (abbrev_die_table, in build_abbrev_table()
7342 = ggc_realloc (pubname_table, in add_pubname()
7402 arange_table = ggc_realloc (arange_table, in add_arange()
7508 = ggc_realloc (ranges_table, (ranges_table_allocated in add_ranges()
13720 = ggc_realloc (separate_line_info_table, in dwarf2out_source_line()
13749 = ggc_realloc (line_info_table, in dwarf2out_source_line()
Demit-rtl.c799 new = ggc_realloc (f->emit->regno_pointer_align, old_size * 2); in gen_reg_rtx()
803 new1 = ggc_realloc (f->emit->x_regno_reg_rtx, in gen_reg_rtx()
Ddbxout.c1698 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0])); in dbxout_type()
Dexcept.c3226 data = ggc_realloc (data, sizeof (*data) * size); in add_call_site()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c4826 ggc_realloc (deferred_plabels,
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c5313 ggc_realloc (deferred_plabels, in get_deferred_plabel()
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog3687 ggc_realloc.