| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc.h | 206 #define ggc_alloc(s) ggc_alloc_stat (s MEM_STAT_INFO) macro 228 #define GGC_NEW(T) ((T *) ggc_alloc (sizeof (T))) 230 #define GGC_NEWVEC(T, N) ((T *) ggc_alloc ((N) * sizeof(T))) 232 #define GGC_NEWVAR(T, S) ((T *) ggc_alloc ((S))) 314 # define ggc_alloc_zone(s, z) ggc_alloc (s)
|
| H A D | stringpool.c | 59 return ggc_alloc (x); in stringpool_ggc_alloc() 228 spd = ggc_alloc (sizeof (*spd)); in gt_pch_save_stringpool() 231 spd->entries = ggc_alloc (sizeof (spd->entries[0]) * spd->nslots); in gt_pch_save_stringpool()
|
| H A D | lambda-trans.c | 38 ret = ggc_alloc (sizeof (*ret)); in lambda_trans_matrix_new()
|
| H A D | integrate.c | 240 ivs = ggc_alloc (sizeof (initial_value_struct)); in get_hard_reg_initial_val() 243 ivs->entries = ggc_alloc (5 * sizeof (initial_value_pair)); in get_hard_reg_initial_val()
|
| H A D | tree-iterator.c | 93 head = ggc_alloc (sizeof (*head)); in tsi_link_before() 169 head = ggc_alloc (sizeof (*head)); in tsi_link_after()
|
| H A D | tree-ssanames.c | 271 new_ptr_info = ggc_alloc (sizeof (struct ptr_info_def)); in duplicate_ssa_name_ptr_info()
|
| H A D | value-prof.c | 737 hist = ggc_alloc (sizeof (*hist)); in tree_divmod_values_to_profile() 750 hist = ggc_alloc (sizeof (*hist)); in tree_divmod_values_to_profile() 756 hist = ggc_alloc (sizeof (*hist)); in tree_divmod_values_to_profile()
|
| H A D | tree-phinodes.c | 156 phi = ggc_alloc (size); in allocate_phi_node()
|
| H A D | varasm.c | 256 sect = ggc_alloc (sizeof (struct unnamed_section)); in get_unnamed_section() 273 sect = ggc_alloc (sizeof (struct unnamed_section)); in get_noswitch_section() 294 sect = ggc_alloc (sizeof (struct named_section)); in get_section() 2804 desc = ggc_alloc (sizeof (*desc)); in build_constant_desc() 3139 pool = ggc_alloc (sizeof (struct rtx_constant_pool)); in create_constant_pool() 3155 p = ggc_alloc (sizeof (struct varasm_status)); in init_varasm_status() 3210 desc = ggc_alloc (sizeof (*desc)); in force_const_mem()
|
| H A D | lambda-code.c | 159 ret = ggc_alloc (sizeof (*ret)); in lambda_body_vector_new() 332 ret = ggc_alloc (sizeof (*ret)); in lambda_loopnest_new() 364 ret = ggc_alloc (sizeof (*ret)); in lambda_lattice_new() 2196 h = ggc_alloc (sizeof (struct tree_map)); in replace_uses_equiv_to_x_with_y()
|
| H A D | tree.c | 1082 dp = ggc_alloc (sizeof (REAL_VALUE_TYPE)); in build_real() 3275 SET_EXPR_LOCUS (node, ggc_alloc (sizeof (location_t))); in annotate_with_file_line() 3995 h = ggc_alloc (sizeof (struct tree_int_map)); in decl_init_priority_insert() 4025 h = ggc_alloc (sizeof (struct tree_map)); in decl_restrict_base_insert() 4091 h = ggc_alloc (sizeof (struct tree_map)); in decl_debug_expr_insert() 4121 h = ggc_alloc (sizeof (struct tree_map)); in decl_value_expr_insert() 4280 h = ggc_alloc (sizeof (struct type_hash)); in type_hash_add() 7014 t = ggc_alloc (size); in build_omp_clause()
|
| H A D | lambda-mat.c | 40 mat = ggc_alloc (m * sizeof (lambda_vector)); in lambda_matrix_new()
|
| H A D | emit-rtl.c | 307 *slot = ggc_alloc (sizeof (mem_attrs)); in get_mem_attrs() 356 *slot = ggc_alloc (sizeof (reg_attrs)); in get_reg_attrs() 4685 tem = ggc_alloc (sizeof (struct sequence_stack)); in start_sequence() 4972 f->emit = ggc_alloc (sizeof (struct emit_status)); in init_emit() 4990 = ggc_alloc (f->emit->regno_pointer_align_length * sizeof (rtx)); in init_emit()
|
| H A D | tree-dfa.c | 165 ann = ggc_alloc (sizeof (*ann)); in create_function_ann()
|
| H A D | tree-nested.c | 922 elt = ggc_alloc (sizeof (*elt)); in get_nonlocal_debug_decl() 1230 elt = ggc_alloc (sizeof (*elt)); in get_local_debug_decl()
|
| H A D | ggc-common.c | 201 return ggc_alloc (sz); in ggc_splay_alloc()
|
| H A D | ipa-inline.c | 1196 order = ggc_alloc (sizeof (*order) * cgraph_n_nodes); in cgraph_early_inlining()
|
| H A D | except.c | 781 entry = ggc_alloc (sizeof (*entry)); in add_ehl_entry() 892 ret = n = ggc_alloc (sizeof (struct eh_region)); in duplicate_eh_regions_1()
|
| H A D | predict.c | 277 struct edge_prediction *i = ggc_alloc (sizeof (struct edge_prediction)); in tree_predict_edge()
|
| H A D | alias.c | 673 superset_entry = ggc_alloc (sizeof (struct alias_set_entry)); in record_alias_subset()
|
| H A D | dwarf2out.c | 579 dw_cfi_ref cfi = ggc_alloc (sizeof (dw_cfi_node)); in new_cfi() 1221 q = ggc_alloc (sizeof (*q)); in queue_reg_save() 9928 unsigned char *array = ggc_alloc (length); in add_const_value_attribute() 9949 unsigned char *array = ggc_alloc (length * elt_size); in add_const_value_attribute() 13722 created = ggc_alloc (sizeof (struct dwarf_file_data)); in lookup_filename()
|
| H A D | function.c | 687 p = ggc_alloc (sizeof (struct temp_slot)); in assign_stack_temp_for_type() 712 p = ggc_alloc (sizeof (struct temp_slot)); in assign_stack_temp_for_type()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | winnt.c | 660 p = (struct extern_list *) ggc_alloc (sizeof *p); in i386_pe_record_external_function() 689 p = (struct export_list *) ggc_alloc (sizeof *p); in i386_pe_record_exported_symbol()
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.c | 446 p = (machopic_indirection *) ggc_alloc (sizeof (machopic_indirection)); in machopic_indirection_name()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | gty.texi | 157 ggc_alloc (x->regno_pointer_align_length * sizeof (tree));
|