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

/freebsd-10.0-release/contrib/gcc/
H A Dggc.h213 #define ggc_alloc_cleared(s) ggc_alloc_cleared_stat (s MEM_STAT_INFO)
217 /* Like ggc_alloc_cleared, but performs a multiplication. */
230 #define GGC_CNEW(T) ((T *) ggc_alloc_cleared (sizeof (T)))
232 #define GGC_CNEWVEC(T, N) ((T *) ggc_alloc_cleared ((N) * sizeof(T)))
234 #define GGC_CNEWVAR(T, S) ((T *) ggc_alloc_cleared ((S)))
212 #define ggc_alloc_cleared macro
H A Dvarray.c130 ptr = ggc_alloc_cleared (VARRAY_HDR_SIZE + data_size);
H A Dcfg.c87 cfun->cfg = ggc_alloc_cleared (sizeof (struct control_flow_graph));
89 ENTRY_BLOCK_PTR = ggc_alloc_cleared (sizeof (struct basic_block_def));
91 EXIT_BLOCK_PTR = ggc_alloc_cleared (sizeof (struct basic_block_def));
140 bb = ggc_alloc_cleared (sizeof (*bb));
271 e = ggc_alloc_cleared (sizeof (*e));
H A Dlambda.h148 #define lambda_loop_new() (lambda_loop) ggc_alloc_cleared (sizeof (struct lambda_loop_s))
H A Dggc-common.c189 /* Like ggc_alloc_cleared, but performs a multiplication. */
193 return ggc_alloc_cleared (s1 * s2);
H A Ddwarf2out.c2623 fde_table = ggc_alloc_cleared (FDE_TABLE_INCREMENT * sizeof (dw_fde_node));
3110 dw_loc_descr_ref descr = ggc_alloc_cleared (sizeof (dw_loc_descr_node));
5031 *slot = ggc_alloc_cleared (sizeof (struct indirect_string_node));
5589 dw_die_ref die = ggc_alloc_cleared (sizeof (die_node));
5599 limbo_node = ggc_alloc_cleared (sizeof (limbo_die_node));
5699 temp = ggc_alloc_cleared (sizeof (var_loc_list));
6962 dw_loc_list_ref retlist = ggc_alloc_cleared (sizeof (dw_loc_list_node));
13684 newloc = ggc_alloc_cleared (sizeof (struct var_loc_node));
13912 abbrev_die_table = ggc_alloc_cleared (ABBREV_DIE_TABLE_INCREMENT
13919 line_info_table = ggc_alloc_cleared (LINE_INFO_TABLE_INCREMEN
[all...]
H A Dlambda-code.c231 ret = ggc_alloc_cleared (sizeof (*ret));
334 LN_LOOPS (ret) = ggc_alloc_cleared (depth * sizeof (lambda_loop));
H A Dtree-inline.c878 (struct function *) ggc_alloc_cleared (sizeof (struct function));
912 (struct function *) ggc_alloc_cleared (sizeof (struct function));
H A Dlocal-alloc.c810 reg_equiv_init = ggc_alloc_cleared (max_regno * sizeof (rtx));
H A Dexcept.c445 cfun->eh = ggc_alloc_cleared (sizeof (struct eh_status));
463 new = ggc_alloc_cleared (sizeof (*new));
H A Dcfgrtl.c2944 bb->il.rtl = ggc_alloc_cleared (sizeof (struct rtl_bb_info));
H A Demit-rtl.c5010 = ggc_alloc_cleared (f->emit->regno_pointer_align_length
H A Dfunction.c3813 cfun = ggc_alloc_cleared (sizeof (struct function));
H A Dvarasm.c345 ggc_alloc_cleared (sizeof (struct object_block));
H A Dexpr.c341 cfun->expr = ggc_alloc_cleared (sizeof (struct expr_status));
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c5165 return ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c5300 ggc_alloc_cleared (sizeof (struct machine_function)));
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c1294 return ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c8774 return ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c13626 machine = (machine_function *) ggc_alloc_cleared (sizeof (machine_function));
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c13842 f = ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c10194 return ggc_alloc_cleared (sizeof (machine_function));

Completed in 800 milliseconds