| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc.h | 212 #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 D | cfg.c | 85 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 D | varray.c | 130 ptr = ggc_alloc_cleared (VARRAY_HDR_SIZE + data_size); in varray_init()
|
| H A D | lambda.h | 148 #define lambda_loop_new() (lambda_loop) ggc_alloc_cleared (sizeof (struct lambda_loop_s))
|
| H A D | dwarf2out.c | 2626 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 D | ggc-common.c | 193 return ggc_alloc_cleared (s1 * s2); in ggc_calloc()
|
| H A D | tree-inline.c | 878 (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 D | lambda-code.c | 231 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 D | except.c | 441 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 D | local-alloc.c | 804 reg_equiv_init = ggc_alloc_cleared (max_regno * sizeof (rtx)); in update_equiv_regs()
|
| H A D | cfgrtl.c | 2930 bb->il.rtl = ggc_alloc_cleared (sizeof (struct rtl_bb_info)); in init_rtl_bb_info()
|
| H A D | emit-rtl.c | 4986 = ggc_alloc_cleared (f->emit->regno_pointer_align_length in init_emit()
|
| H A D | varasm.c | 344 ggc_alloc_cleared (sizeof (struct object_block)); in get_block_for_section()
|
| H A D | function.c | 3801 cfun = ggc_alloc_cleared (sizeof (struct function)); in allocate_struct_function()
|
| H A D | expr.c | 340 cfun->expr = ggc_alloc_cleared (sizeof (struct expr_status)); in init_expr()
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 8748 return ggc_alloc_cleared (sizeof (struct machine_function)); in sparc_init_machine_status()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2000 | 917 * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared. 3151 * call.c (add_candidate): Use ggc_alloc_cleared.
|
| H A D | ChangeLog-2004 | 3278 (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
|
| H A D | ChangeLog-2003 | 4229 (cxx_binding_make): use gcc_alloc instead of ggc_alloc_cleared and set
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 5278 ggc_alloc_cleared (sizeof (struct machine_function))); in mips_init_machine_status()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 5154 return ggc_alloc_cleared (sizeof (struct machine_function)); in ia64_init_machine_status()
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 1294 return ggc_alloc_cleared (sizeof (struct machine_function)); in s390_init_machine_status()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 13614 machine = (machine_function *) ggc_alloc_cleared (sizeof (machine_function)); in arm_init_machine_status()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 13818 f = ggc_alloc_cleared (sizeof (struct machine_function)); in ix86_init_machine_status()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 10167 return ggc_alloc_cleared (sizeof (machine_function)); in rs6000_init_machine_status()
|