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

123

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dggc-none.c37 ggc_alloc_cleared (size) function
H A Dggc.h99 extern void *ggc_alloc_cleared PARAMS ((size_t));
102 /* Like ggc_alloc_cleared, but performs a multiplication. */
H A Dvarray.c71 ptr = (varray_type) ggc_alloc_cleared (VARRAY_HDR_SIZE + data_size);
H A Dggc-common.c147 ggc_alloc_cleared (size) function
202 /* Like ggc_alloc_cleared, but performs a multiplication. */
207 return ggc_alloc_cleared (s1 * s2);
H A Dexcept.c480 ggc_alloc_cleared (sizeof (struct eh_status));
499 new_region = (struct eh_region *) ggc_alloc_cleared (sizeof (*new_region));
893 array = ggc_alloc_cleared ((cfun->eh->last_region_number + 1)
1278 = (struct eh_region *) ggc_alloc_cleared (sizeof (struct eh_region));
H A Dalias.c2801 reg_base_value = (rtx *) ggc_alloc_cleared (reg_base_value_size
2808 alias_invariant = (rtx *) ggc_alloc_cleared (reg_base_value_size
H A Demit-rtl.c5283 = (unsigned char *) ggc_alloc_cleared (f->emit->regno_pointer_align_length
5287 = (rtx *) ggc_alloc_cleared (f->emit->regno_pointer_align_length
5291 = (tree *) ggc_alloc_cleared (f->emit->regno_pointer_align_length
/openbsd-current/gnu/gcc/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));
13650 newloc = ggc_alloc_cleared (sizeof (struct var_loc_node));
13878 abbrev_die_table = ggc_alloc_cleared (ABBREV_DIE_TABLE_INCREMENT
13885 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));
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dwhere.c174 ffewhere_root_ll_ = ggc_alloc_cleared (sizeof (struct _ffewhere_ll_));
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c1027 t->last_chunk->next = ggc_alloc_cleared (sizeof (*t->last_chunk->next));
1065 r = ggc_alloc_cleared (sizeof (*r));
1069 r->tokens = r->last_chunk = ggc_alloc_cleared (sizeof (*r->tokens));
H A Dlex.c1371 ld = (struct lang_decl *) ggc_alloc_cleared (size);
1483 ggc_alloc_cleared (sizeof (struct lang_type)));
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h947 ggc_alloc_cleared (sizeof (struct lang_decl))); \
1051 ggc_alloc_cleared (sizeof (struct lang_type))); \
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c1297 return ggc_alloc_cleared (sizeof (struct machine_function));
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dmmix.c245 return ggc_alloc_cleared (sizeof (struct machine_function));
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt.c786 f = ggc_alloc_cleared (sizeof (struct machine_function));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c207 return ggc_alloc_cleared (sizeof (struct machine_function));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c1637 return ggc_alloc_cleared (sizeof (struct machine_function));

Completed in 420 milliseconds

123