Home
last modified time | relevance | path

Searched refs:GGC_NEW (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcp-objcp-common.c247 h = GGC_NEW (struct tree_map); in decl_shadowed_for_var_insert()
Dname-lookup.c105 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()
Dtypeck2.c268 pat = GGC_NEW (struct pending_abstract_type); in abstract_virtuals_error()
DChangeLog-20043258 * 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.
Ddecl.c2472 new_use = GGC_NEW (struct named_label_use_entry); in check_goto()
11611 f = GGC_NEW (struct language_function); in save_function_data()
Dparser.c817 cp_token_cache *cache = GGC_NEW (cp_token_cache); in cp_token_cache_new()
DChangeLog3766 * cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
/freebsd-12-stable/contrib/gcc/
Dggc.h228 #define GGC_NEW(T) ((T *) ggc_alloc (sizeof (T))) macro
Dtree-dfa.c643 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()
Dtree-nested.c307 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()
Dbitmap.c139 element = GGC_NEW (bitmap_element); in bitmap_element_allocate()
258 map = GGC_NEW (struct bitmap_head_def); in bitmap_gc_alloc()
Dc-pragma.c79 entry = GGC_NEW (align_stack); in push_alignment()
Dcgraph.c380 struct cgraph_edge *edge = GGC_NEW (struct cgraph_edge); in cgraph_create_edge()
Dtree-ssa-alias.c2472 pi = GGC_NEW (struct ptr_info_def); in get_ptr_info()
3097 sv = GGC_NEW (struct subvar); in create_overlap_variables_for()
Dtree-eh.c103 n = GGC_NEW (struct throw_stmt_node); in add_stmt_to_eh_region_fn()
Dtree-ssa-operands.c317 ptr = GGC_NEW (struct ssa_operand_memory_d); in ssa_operand_alloc()
Dc-decl.c502 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()
Dc-format.c2133 wanted_type_ptr = GGC_NEW (format_wanted_type); in check_format_info_main()
Dc-typeck.c5964 p = GGC_NEW (struct constructor_range_stack); in push_range_stack()
6154 r = GGC_NEW (struct init_node); in add_pending_init()
Dc-parser.c8486 the_parser = GGC_NEW (c_parser); in c_parse_file()
DChangeLog-2005732 (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.
DChangeLog-200421855 * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,