/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-iterator.cc | 136 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 D | stringpool.cc | 253 spd = ggc_alloc<string_pool_data> (); in gt_pch_save_stringpool()
|
H A D | hash-set.h | 48 hash_set *set = ggc_alloc<hash_set> (); in create_ggc()
|
H A D | ipa-modref-tree.h | 265 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 D | ggc.h | 182 ggc_alloc (ALONE_CXX_MEM_STAT_INFO) in ggc_alloc() function
|
H A D | optabs-libfuncs.cc | 819 *slot = ggc_alloc<libfunc_entry> (); in set_optab_libfunc() 848 *slot = ggc_alloc<libfunc_entry> (); in set_conv_libfunc()
|
H A D | hash-map.h | 159 hash_map *map = ggc_alloc<hash_map> (); in class()
|
H A D | tree-streamer-in.cc | 207 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 D | toplev.cc | 1088 line_table = ggc_alloc<line_maps> (); in general_init() 1109 symtab = new (ggc_alloc <symbol_table> ()) symbol_table (); in general_init()
|
H A D | varpool.cc | 138 return new (ggc_alloc<varpool_node> ()) varpool_node (); in create_empty()
|
H A D | dwarf2cfi.cc | 418 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 D | tree-iterator.c | 136 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 D | stringpool.c | 247 spd = ggc_alloc<string_pool_data> (); in gt_pch_save_stringpool()
|
H A D | hash-set.h | 48 hash_set *set = ggc_alloc<hash_set> (); in create_ggc()
|
H A D | ggc.h | 178 ggc_alloc (ALONE_CXX_MEM_STAT_INFO) in ggc_alloc() function
|
H A D | optabs-libfuncs.c | 819 *slot = ggc_alloc<libfunc_entry> (); in set_optab_libfunc() 848 *slot = ggc_alloc<libfunc_entry> (); in set_conv_libfunc()
|
H A D | hash-map.h | 155 hash_map *map = ggc_alloc<hash_map> (); in class()
|
H A D | tree-streamer-in.c | 205 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 D | dwarf2cfi.c | 418 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 D | toplev.c | 1231 line_table = ggc_alloc<line_maps> (); in general_init() 1252 symtab = new (ggc_alloc <symbol_table> ()) symbol_table (); in general_init()
|
H A D | varpool.c | 137 return new (ggc_alloc<varpool_node> ()) varpool_node (); in create_empty()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | winnt.c | 609 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 D | winnt.cc | 608 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 D | c-pragma.c | 70 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 D | c-pragma.cc | 74 align_stack * entry = ggc_alloc<align_stack> (); in push_alignment() 1072 opt_stack *p = ggc_alloc<opt_stack> (); in handle_pragma_push_options()
|