Searched refs:GGC_CNEW (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dggc.h230 #define GGC_CNEW(T) ((T *) ggc_alloc_cleared (sizeof (T)))
229 #define GGC_CNEW macro
H A Dtree-dfa.c145 ann = GGC_CNEW (struct var_ann_d);
185 ann = GGC_CNEW (struct stmt_ann_d);
207 ann = GGC_CNEW (struct tree_ann_common_d);
H A Dcgraph.c184 node = GGC_CNEW (struct cgraph_node);
857 node = GGC_CNEW (struct cgraph_varpool_node);
1014 node = GGC_CNEW (struct cgraph_asm_node);
H A Dc-decl.c668 scope = GGC_CNEW (struct c_scope);
2072 DECL_LANG_SPECIFIC (x) = GGC_CNEW (struct lang_decl);
2863 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl);
4783 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl);
5665 space = GGC_CNEW (struct lang_type);
5912 lt = GGC_CNEW (struct lang_type);
H A Dtree-nested.c771 struct nesting_info *info = GGC_CNEW (struct nesting_info);
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.h86 TYPE_LANG_SPECIFIC (NODE) = GGC_CNEW (struct lang_type); \
/openbsd-current/gnu/gcc/gcc/cp/
H A Dlex.c802 struct lang_type *pi = GGC_CNEW (struct lang_type);
H A Dparser.c288 lexer = GGC_CNEW (cp_lexer);
341 cp_lexer *lexer = GGC_CNEW (cp_lexer);
1281 context = GGC_CNEW (cp_parser_context);
2616 parser = GGC_CNEW (cp_parser);
3930 token->u.tree_check_value = GGC_CNEW (struct tree_check);
8960 token->u.tree_check_value = GGC_CNEW (struct tree_check);
H A Ddecl.c2253 ent = GGC_CNEW (struct named_label_entry);
11682 struct language_function *p = GGC_CNEW (struct language_function);
H A Dname-lookup.c5016 s = GGC_CNEW (struct saved_scope);

Completed in 326 milliseconds