Searched refs:GGC_NEW (Results 1 – 22 of 22) sorted by relevance
247 h = GGC_NEW (struct tree_map); in decl_shadowed_for_var_insert()
105 entry = GGC_NEW (struct binding_entry_s); in binding_entry_make()182 binding_table table = GGC_NEW (struct binding_table_s); in binding_table_new()296 binding = GGC_NEW (cxx_binding); in cxx_binding_make()683 h = GGC_NEW (struct cxx_int_tree_map); in pushdecl_maybe_friend()1272 scope = GGC_NEW (cxx_scope); in begin_scope()
268 pat = GGC_NEW (struct pending_abstract_type); in abstract_virtuals_error()
3258 * typeck2.c (abstract_virtuals_error): Use GGC_NEW.3259 * name-lookup.c (binding_entry_make): Use GGC_NEW.3261 (binding_table_new): Use GGC_NEW.3276 * decl.c (use_label): Use GGC_NEW instead of ggc_alloc.
2472 new_use = GGC_NEW (struct named_label_use_entry); in check_goto()11611 f = GGC_NEW (struct language_function); in save_function_data()
817 cp_token_cache *cache = GGC_NEW (cp_token_cache); in cp_token_cache_new()
3766 * cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
228 #define GGC_NEW(T) ((T *) ggc_alloc (sizeof (T))) macro
643 h = GGC_NEW (struct int_tree_map); in referenced_var_check_and_insert()689 h = GGC_NEW (struct int_tree_map); in set_default_def()
307 elt = GGC_NEW (struct var_map_elt); in lookup_field_for_decl()493 elt = GGC_NEW (struct var_map_elt); in lookup_tramp_for_decl()1524 elt = GGC_NEW (struct var_map_elt); in convert_nl_goto_reference()
139 element = GGC_NEW (bitmap_element); in bitmap_element_allocate()258 map = GGC_NEW (struct bitmap_head_def); in bitmap_gc_alloc()
79 entry = GGC_NEW (align_stack); in push_alignment()
380 struct cgraph_edge *edge = GGC_NEW (struct cgraph_edge); in cgraph_create_edge()
2472 pi = GGC_NEW (struct ptr_info_def); in get_ptr_info()3097 sv = GGC_NEW (struct subvar); in create_overlap_variables_for()
103 n = GGC_NEW (struct throw_stmt_node); in add_stmt_to_eh_region_fn()
317 ptr = GGC_NEW (struct ssa_operand_memory_d); in ssa_operand_alloc()
502 b = GGC_NEW (struct c_binding); in bind()7533 p = GGC_NEW (struct language_function); in c_push_function_context()7590 ld = GGC_NEW (struct lang_decl); in c_dup_lang_specific_decl()
2133 wanted_type_ptr = GGC_NEW (format_wanted_type); in check_format_info_main()
5964 p = GGC_NEW (struct constructor_range_stack); in push_range_stack()6154 r = GGC_NEW (struct init_node); in add_pending_init()
8486 the_parser = GGC_NEW (c_parser); in c_parse_file()
732 (record_range): Likewise. Use GGC_NEW.743 (lookup_tramp_for_decl): Likewise.Use GGC_NEW.745 (lookup_field_for_decl): Use GGC_NEW.751 (get_ptr_info): Use GGC_NEW.757 * tree-ssa-operands.c (ssa_operand_alloc): Use GGC_NEW.822 * tree-dfa.c (create_var_ann): Use GGC_NEW.852 (add_stmt_to_eh_region_fn): Use GGC_NEW.869 (cgraph_create_edge): Use GGC_NEW.896 * c-format.c (check_format_info_main): Use GGC_NEW.904 * c-pragma.c (push_alignment): Use GGC_NEW instead of ggc_alloc.
21855 * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,