Home
last modified time | relevance | path

Searched refs:ggc_alloc (Results 1 – 25 of 137) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-iterator.cc136 head = ggc_alloc<tree_statement_list_node> (); in tsi_link_before()
213 head = ggc_alloc<tree_statement_list_node> (); in tsi_link_after()
H A Dstringpool.cc253 spd = ggc_alloc<string_pool_data> (); in gt_pch_save_stringpool()
H A Dhash-set.h48 hash_set *set = ggc_alloc<hash_set> (); in create_ggc()
H A Dipa-modref-tree.h265 ref_node = new (ggc_alloc <modref_ref_node <T> > ())modref_ref_node <T>
362 base_node = new (ggc_alloc <modref_base_node <T> > ())
H A Dggc.h182 ggc_alloc (ALONE_CXX_MEM_STAT_INFO) in ggc_alloc() function
H A Doptabs-libfuncs.cc819 *slot = ggc_alloc<libfunc_entry> (); in set_optab_libfunc()
848 *slot = ggc_alloc<libfunc_entry> (); in set_conv_libfunc()
H A Dhash-map.h159 hash_map *map = ggc_alloc<hash_map> (); in class()
H A Dtree-streamer-in.cc207 rp = ggc_alloc<real_value> (); in unpack_ts_real_cst_value_fields()
219 FIXED_VALUE_TYPE *fp = ggc_alloc<fixed_value> (); in unpack_ts_fixed_cst_value_fields()
H A Dtoplev.cc1088 line_table = ggc_alloc<line_maps> (); in general_init()
1109 symtab = new (ggc_alloc <symbol_table> ()) symbol_table (); in general_init()
H A Dvarpool.cc138 return new (ggc_alloc<varpool_node> ()) varpool_node (); in create_empty()
H A Ddwarf2cfi.cc418 dw_cfi_ref cfi = ggc_alloc<dw_cfi_node> (); in new_cfi()
443 dw_cfi_row *dst = ggc_alloc<dw_cfi_row> (); in copy_cfi_row()
456 dw_cfa_location *dst = ggc_alloc<dw_cfa_location> (); in copy_cfa()
3271 cie_return_save = ggc_alloc<reg_saved_in_data> (); in create_cie_data()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-iterator.c136 head = ggc_alloc<tree_statement_list_node> (); in tsi_link_before()
213 head = ggc_alloc<tree_statement_list_node> (); in tsi_link_after()
H A Dstringpool.c247 spd = ggc_alloc<string_pool_data> (); in gt_pch_save_stringpool()
H A Dhash-set.h48 hash_set *set = ggc_alloc<hash_set> (); in create_ggc()
H A Dggc.h178 ggc_alloc (ALONE_CXX_MEM_STAT_INFO) in ggc_alloc() function
H A Doptabs-libfuncs.c819 *slot = ggc_alloc<libfunc_entry> (); in set_optab_libfunc()
848 *slot = ggc_alloc<libfunc_entry> (); in set_conv_libfunc()
H A Dhash-map.h155 hash_map *map = ggc_alloc<hash_map> (); in class()
H A Dtree-streamer-in.c205 rp = ggc_alloc<real_value> (); in unpack_ts_real_cst_value_fields()
217 FIXED_VALUE_TYPE *fp = ggc_alloc<fixed_value> (); in unpack_ts_fixed_cst_value_fields()
H A Ddwarf2cfi.c418 dw_cfi_ref cfi = ggc_alloc<dw_cfi_node> (); in new_cfi()
443 dw_cfi_row *dst = ggc_alloc<dw_cfi_row> (); in copy_cfi_row()
456 dw_cfa_location *dst = ggc_alloc<dw_cfa_location> (); in copy_cfa()
3117 cie_return_save = ggc_alloc<reg_saved_in_data> (); in create_cie_data()
H A Dtoplev.c1231 line_table = ggc_alloc<line_maps> (); in general_init()
1252 symtab = new (ggc_alloc <symbol_table> ()) symbol_table (); in general_init()
H A Dvarpool.c137 return new (ggc_alloc<varpool_node> ()) varpool_node (); in create_empty()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c609 p = ggc_alloc<extern_list> (); in i386_pe_record_external_function()
660 p = ggc_alloc<export_list> (); in i386_pe_maybe_record_exported_symbol()
684 p = ggc_alloc<stub_list> (); in i386_pe_record_stub()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc608 p = ggc_alloc<extern_list> (); in i386_pe_record_external_function()
659 p = ggc_alloc<export_list> (); in i386_pe_maybe_record_exported_symbol()
683 p = ggc_alloc<stub_list> (); in i386_pe_record_stub()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.c70 align_stack * entry = ggc_alloc<align_stack> (); in push_alignment()
1026 opt_stack *p = ggc_alloc<opt_stack> (); in handle_pragma_push_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc74 align_stack * entry = ggc_alloc<align_stack> (); in push_alignment()
1072 opt_stack *p = ggc_alloc<opt_stack> (); in handle_pragma_push_options()

123456