Home
last modified time | relevance | path

Searched refs:ggc_cleared_alloc (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDggc-tests.c58 root_test_struct = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
59 root_test_struct->other = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
89 root_test_of_length->elem[i] = ggc_cleared_alloc <test_of_length> (); in test_length()
153 root_test_of_union_1 = ggc_cleared_alloc <test_of_union> (); in test_union()
155 test_struct *ts = ggc_cleared_alloc <test_struct> (); in test_union()
158 root_test_of_union_2 = ggc_cleared_alloc <test_of_union> (); in test_union()
160 test_other *other = ggc_cleared_alloc <test_other> (); in test_union()
162 test_struct *referenced_by_other = ggc_cleared_alloc <test_struct> (); in test_union()
201 ggc_cleared_alloc <test_struct_with_dtor> (); in test_finalization()
220 test_of_deletable = ggc_cleared_alloc <test_struct> (); in test_deletable_global()
[all …]
HDtarget-globals.c67 struct target_globals *g = ggc_cleared_alloc <target_globals> (); in save_target_globals()
70 g->rtl = ggc_cleared_alloc<target_rtl> (); in save_target_globals()
76 g->libfuncs = ggc_cleared_alloc<target_libfuncs> (); in save_target_globals()
HDcfg.c69 the_fun->cfg = ggc_cleared_alloc<control_flow_graph> (); in init_flow()
125 bb = ggc_cleared_alloc<basic_block_def> (); in alloc_block()
264 e = ggc_cleared_alloc<edge_def> (); in unchecked_make_edge()
HDggc.h190 ggc_cleared_alloc (ALONE_CXX_MEM_STAT_INFO) in ggc_cleared_alloc() function
HDlto-streamer-in.c397 n = ggc_cleared_alloc<eh_catch_d> (); in lto_input_eh_catch_list()
437 r = ggc_cleared_alloc<eh_region_d> (); in input_eh_region()
514 lp = ggc_cleared_alloc<eh_landing_pad_d> (); in input_eh_lp()
795 struct loops *loops = ggc_cleared_alloc<struct loops> (); in input_cfg()
HDoptabs-tree.c361 tmp_optabs = ggc_cleared_alloc<target_optabs> (); in init_tree_optimization_optabs()
HDlto-section-in.c375 return ggc_cleared_alloc<lto_in_decl_state> (); in lto_new_in_decl_state()
HDcfgloop.c349 struct loop *loop = ggc_cleared_alloc<struct loop> (); in alloc_loop()
351 loop->exits = ggc_cleared_alloc<loop_exit> (); in alloc_loop()
435 loops = ggc_cleared_alloc<struct loops> (); in flow_loops_find()
HDipa-prop.h684 = (new (ggc_cleared_alloc <ipa_node_params_t> ()) in ipa_check_create_node_params()
HDexcept.c352 cfun->eh = ggc_cleared_alloc<eh_status> (); in init_eh_for_function()
369 new_eh = ggc_cleared_alloc<eh_region_d> (); in gen_eh_region()
426 c = ggc_cleared_alloc<eh_catch_d> (); in gen_eh_region_catch()
460 eh_landing_pad lp = ggc_cleared_alloc<eh_landing_pad_d> (); in gen_eh_landing_pad()
HDvarpool.c137 varpool_node *node = ggc_cleared_alloc<varpool_node> (); in create_empty()
HDtree-ssanames.c677 pi = ggc_cleared_alloc<ptr_info_def> (); in get_ptr_info()
HDcgraph.h2579 node = ggc_cleared_alloc<asm_node> (); in finalize_toplevel_asm()
2639 node = ggc_cleared_alloc<cgraph_node> (); in allocate_cgraph_symbol()
HDggc-common.c172 return ggc_cleared_alloc<htab> (); in ggc_cleared_alloc_htab_ignore_args()
HDcgraph.c182 version_info_node = ggc_cleared_alloc<cgraph_function_version_info> (); in insert_new_function_version()
938 ii = ggc_cleared_alloc<cgraph_indirect_call_info> (); in cgraph_allocate_init_indirect_info()
1972 node->rtl = ggc_cleared_alloc<cgraph_rtl_info> (); in rtl_info()
HDcgraphclones.c123 = ggc_cleared_alloc<cgraph_indirect_call_info> (); in clone()
HDdwarf2out.c1029 fde = ggc_cleared_alloc<dw_fde_node> (); in dwarf2out_alloc_current_fde()
1384 dw_loc_descr_ref descr = ggc_cleared_alloc<dw_loc_descr_node> (); in new_loc_descr()
4605 node = ggc_cleared_alloc<indirect_string_node> (); in find_AT_string_in_table()
5014 node = ggc_cleared_alloc<addr_table_entry> (); in add_addr_table_entry()
5671 dw_die_ref die = ggc_cleared_alloc<die_node> (); in new_die_raw()
5722 limbo_node = ggc_cleared_alloc<limbo_die_node> (); in new_die()
6230 temp = ggc_cleared_alloc<var_loc_list> (); in add_var_loc_to_decl()
6255 loc = ggc_cleared_alloc<var_loc_node> (); in add_var_loc_to_decl()
6345 loc = ggc_cleared_alloc<var_loc_node> (); in add_var_loc_to_decl()
6362 loc = ggc_cleared_alloc<var_loc_node> (); in add_var_loc_to_decl()
[all …]
HDtoplev.c1183 symtab = new (ggc_cleared_alloc <symbol_table> ()) symbol_table (); in general_init()
HDtree-ssa.c1197 fn->gimple_df = ggc_cleared_alloc<gimple_df> (); in init_tree_ssa()
HDsymtab.c1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
HDcgraphunit.c1598 set_loops_for_fn (cfun, ggc_cleared_alloc<loops> ()); in init_lowered_empty_function()
HDfunction.c4915 cfun = ggc_cleared_alloc<function> (); in allocate_struct_function()
5014 cfun->su = ggc_cleared_alloc<stack_usage> (); in prepare_function_start()
HDdwarf2cfi.c422 dw_cfi_row *row = ggc_cleared_alloc<dw_cfi_row> (); in new_cfi_row()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c1033 scope = ggc_cleared_alloc<c_scope> (); in push_scope()
8200 space = ggc_cleared_alloc<struct lang_type> (); in finish_struct()
8549 lt = ggc_cleared_alloc<struct lang_type> (); in finish_enum()
9352 cfun->language = ggc_cleared_alloc<language_function> (); in store_parm_decls()
9692 cfun->language = p = ggc_cleared_alloc<language_function> (); in c_push_function_context()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDname-lookup.c3408 scope = ggc_cleared_alloc<cp_binding_level> (); in begin_scope()
6895 s = ggc_cleared_alloc<saved_scope> (); in do_push_to_top_level()

12