Searched refs:XCNEW (Results 276 - 300 of 319) sorted by relevance

<<111213

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc4829 desc = XCNEW (struct dep_replacement);
H A Dtree-ssa-loop-im.cc281 lim_aux_data *p = XCNEW (struct lim_aux_data);
H A Dipa-devirt.cc3171 *slot = XCNEW (polymorphic_call_target_d);
H A Dtree-nested.cc941 struct nesting_info *info = XCNEW (struct nesting_info);
H A Dtree-loop-distribution.cc832 partition *partition = XCNEW (struct partition);
H A Ddwarf2out.cc8371 entry = XCNEW (struct decl_table_entry);
8807 entry = XCNEW (struct decl_table_entry);
8861 entry = XCNEW (struct decl_table_entry);
8932 decl_table_entry *entry = XCNEW (struct decl_table_entry);
9110 ref_p = XCNEW (struct external_ref);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc5621 tmp_expr = XCNEW (gfc_expr);
9800 new_st->expr1->value.function.isym = XCNEW (gfc_intrinsic_sym);
9814 new_st->expr1->value.function.isym->formal = XCNEW (gfc_intrinsic_arg);
9816 new_st->expr1->value.function.isym->formal->next = XCNEW (gfc_intrinsic_arg);
H A Dparse.cc1814 p = XCNEW (gfc_code);
H A Dtrans-decl.cc6643 code = XCNEW (gfc_code);
6650 code->block = XCNEW (gfc_code);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc426 proc->priv = XCNEW (struct process_info_private);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c3744 cur_frame_data = XCNEW (struct alpha_elf_frame_data);
H A Dtc-xtensa.c7617 ts = XCNEW(struct trampoline_seg);
7924 lps = XCNEW (struct litpool_seg);
H A Dtc-ppc.c4749 subseg = XCNEW (struct dw_subsection);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dread.c3148 fragS *dummy_frag = XCNEW (fragS);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c7617 ts = XCNEW(struct trampoline_seg);
7924 lps = XCNEW (struct litpool_seg);
H A Dtc-ppc.c4749 subseg = XCNEW (struct dw_subsection);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c7617 ts = XCNEW(struct trampoline_seg);
7925 lps = XCNEW (struct litpool_seg);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c13865 tp->btrace.target = XCNEW (struct btrace_target_info);
13914 tinfo = XCNEW (struct btrace_target_info);
H A Di386-tdep.c8472 tdep = XCNEW (struct gdbarch_tdep);
H A Dmips-tdep.c8454 tdep = XCNEW (struct gdbarch_tdep);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c14133 tp->btrace.target = XCNEW (struct btrace_target_info);
14184 tinfo = XCNEW (struct btrace_target_info);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c8225 entry = XCNEW (struct decl_table_entry);
8661 entry = XCNEW (struct decl_table_entry);
8715 entry = XCNEW (struct decl_table_entry);
8786 decl_table_entry *entry = XCNEW (struct decl_table_entry);
8964 ref_p = XCNEW (struct external_ref);
H A Dgenautomata.c2513 bypass = XCNEW (struct bypass_decl);
H A Dtree-ssa-structalias.c1206 graph = XCNEW (struct constraint_graph);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c4228 struct objc_try_context *c = XCNEW (struct objc_try_context);

Completed in 714 milliseconds

<<111213