Searched refs:GGC_NEW (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c247 h = GGC_NEW (struct tree_map);
H A Dname-lookup.c88 entry = GGC_NEW (struct binding_entry_s);
165 binding_table table = GGC_NEW (struct binding_table_s);
280 binding = GGC_NEW (cxx_binding);
689 h = GGC_NEW (struct cxx_int_tree_map);
1279 scope = GGC_NEW (cxx_scope);
H A Dtypeck2.c269 pat = GGC_NEW (struct pending_abstract_type);
H A Ddecl.c2464 new_use = GGC_NEW (struct named_label_use_entry);
10999 f = GGC_NEW (struct language_function);
H A Dparser.c816 cp_token_cache *cache = GGC_NEW (cp_token_cache);
/openbsd-current/gnu/gcc/gcc/
H A Dggc.h229 #define GGC_NEW(T) ((T *) ggc_alloc (sizeof (T)))
228 #define GGC_NEW macro
H A Dtree-dfa.c643 h = GGC_NEW (struct int_tree_map);
689 h = GGC_NEW (struct int_tree_map);
H A Dtree-nested.c307 elt = GGC_NEW (struct var_map_elt);
493 elt = GGC_NEW (struct var_map_elt);
1526 elt = GGC_NEW (struct var_map_elt);
H A Dc-pragma.c79 entry = GGC_NEW (align_stack);
H A Dbitmap.c141 element = GGC_NEW (bitmap_element);
261 map = GGC_NEW (struct bitmap_head_def);
H A Dcgraph.c380 struct cgraph_edge *edge = GGC_NEW (struct cgraph_edge);
H A Dtree-ssa-alias.c2469 pi = GGC_NEW (struct ptr_info_def);
3094 sv = GGC_NEW (struct subvar);
H A Dc-decl.c496 b = GGC_NEW (struct c_binding);
6986 p = GGC_NEW (struct language_function);
7042 ld = GGC_NEW (struct lang_decl);
H A Dtree-eh.c106 n = GGC_NEW (struct throw_stmt_node);
H A Dtree-ssa-operands.c317 ptr = GGC_NEW (struct ssa_operand_memory_d);
H A Dc-format.c2165 wanted_type_ptr = GGC_NEW (format_wanted_type);
H A Dc-typeck.c5658 p = GGC_NEW (struct constructor_range_stack);
5849 r = GGC_NEW (struct init_node);
H A Dc-parser.c7907 the_parser = GGC_NEW (c_parser);

Completed in 257 milliseconds