Home
last modified time | relevance | path

Searched refs:ggc_alloc_cleared (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dggc.h212 #define ggc_alloc_cleared(s) ggc_alloc_cleared_stat (s MEM_STAT_INFO) macro
229 #define GGC_CNEW(T) ((T *) ggc_alloc_cleared (sizeof (T)))
231 #define GGC_CNEWVEC(T, N) ((T *) ggc_alloc_cleared ((N) * sizeof(T)))
233 #define GGC_CNEWVAR(T, S) ((T *) ggc_alloc_cleared ((S)))
H A Dcfg.c85 cfun->cfg = ggc_alloc_cleared (sizeof (struct control_flow_graph)); in init_flow()
87 ENTRY_BLOCK_PTR = ggc_alloc_cleared (sizeof (struct basic_block_def)); in init_flow()
89 EXIT_BLOCK_PTR = ggc_alloc_cleared (sizeof (struct basic_block_def)); in init_flow()
136 bb = ggc_alloc_cleared (sizeof (*bb)); in alloc_block()
266 e = ggc_alloc_cleared (sizeof (*e)); in unchecked_make_edge()
H A Dvarray.c130 ptr = ggc_alloc_cleared (VARRAY_HDR_SIZE + data_size); in varray_init()
H A Dlambda.h148 #define lambda_loop_new() (lambda_loop) ggc_alloc_cleared (sizeof (struct lambda_loop_s))
H A Ddwarf2out.c2626 fde_table = ggc_alloc_cleared (FDE_TABLE_INCREMENT * sizeof (dw_fde_node)); in dwarf2out_frame_init()
3112 dw_loc_descr_ref descr = ggc_alloc_cleared (sizeof (dw_loc_descr_node)); in new_loc_descr()
5032 *slot = ggc_alloc_cleared (sizeof (struct indirect_string_node)); in add_AT_string()
5590 dw_die_ref die = ggc_alloc_cleared (sizeof (die_node)); in new_die()
5600 limbo_node = ggc_alloc_cleared (sizeof (limbo_die_node)); in new_die()
5700 temp = ggc_alloc_cleared (sizeof (var_loc_list)); in add_var_loc_to_decl()
6960 dw_loc_list_ref retlist = ggc_alloc_cleared (sizeof (dw_loc_list_node)); in new_loc_list()
13775 newloc = ggc_alloc_cleared (sizeof (struct var_loc_node)); in dwarf2out_var_location()
14003 abbrev_die_table = ggc_alloc_cleared (ABBREV_DIE_TABLE_INCREMENT in dwarf2out_init()
14010 line_info_table = ggc_alloc_cleared (LINE_INFO_TABLE_INCREMENT in dwarf2out_init()
H A Dggc-common.c193 return ggc_alloc_cleared (s1 * s2); in ggc_calloc()
H A Dtree-inline.c878 (struct function *) ggc_alloc_cleared (sizeof (struct function)); in copy_cfg_body()
912 (struct function *) ggc_alloc_cleared (sizeof (struct function)); in copy_cfg_body()
H A Dlambda-code.c231 ret = ggc_alloc_cleared (sizeof (*ret)); in lambda_linear_expression_new()
334 LN_LOOPS (ret) = ggc_alloc_cleared (depth * sizeof (lambda_loop)); in lambda_loopnest_new()
H A Dexcept.c441 cfun->eh = ggc_alloc_cleared (sizeof (struct eh_status)); in init_eh_for_function()
458 new = ggc_alloc_cleared (sizeof (*new)); in gen_eh_region()
H A Dlocal-alloc.c804 reg_equiv_init = ggc_alloc_cleared (max_regno * sizeof (rtx)); in update_equiv_regs()
H A Dcfgrtl.c2930 bb->il.rtl = ggc_alloc_cleared (sizeof (struct rtl_bb_info)); in init_rtl_bb_info()
H A Demit-rtl.c4986 = ggc_alloc_cleared (f->emit->regno_pointer_align_length in init_emit()
H A Dvarasm.c344 ggc_alloc_cleared (sizeof (struct object_block)); in get_block_for_section()
H A Dfunction.c3801 cfun = ggc_alloc_cleared (sizeof (struct function)); in allocate_struct_function()
H A Dexpr.c340 cfun->expr = ggc_alloc_cleared (sizeof (struct expr_status)); in init_expr()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c8748 return ggc_alloc_cleared (sizeof (struct machine_function)); in sparc_init_machine_status()
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-2000917 * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
3151 * call.c (add_candidate): Use ggc_alloc_cleared.
H A DChangeLog-20043278 (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
H A DChangeLog-20034229 (cxx_binding_make): use gcc_alloc instead of ggc_alloc_cleared and set
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c5278 ggc_alloc_cleared (sizeof (struct machine_function))); in mips_init_machine_status()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c5154 return ggc_alloc_cleared (sizeof (struct machine_function)); in ia64_init_machine_status()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c1294 return ggc_alloc_cleared (sizeof (struct machine_function)); in s390_init_machine_status()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c13614 machine = (machine_function *) ggc_alloc_cleared (sizeof (machine_function)); in arm_init_machine_status()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c13818 f = ggc_alloc_cleared (sizeof (struct machine_function)); in ix86_init_machine_status()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c10167 return ggc_alloc_cleared (sizeof (machine_function)); in rs6000_init_machine_status()

12