Searched refs:XCNEW (Results 1 - 25 of 319) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarget-globals.cc70 g->flag_state = XCNEW (class target_flag_state);
71 g->regs = XCNEW (struct target_regs);
73 g->recog = XCNEW (struct target_recog);
74 g->hard_regs = XCNEW (struct target_hard_regs);
75 g->function_abi_info = XCNEW (struct target_function_abi_info);
76 g->reload = XCNEW (struct target_reload);
77 g->expmed = XCNEW (struct target_expmed);
78 g->optabs = XCNEW (struct target_optabs);
80 g->cfgloop = XCNEW (struct target_cfgloop);
81 g->ira = XCNEW (struc
[all...]
H A Dgengtype-state.cc387 tk = XCNEW (struct state_token_st);
401 tk = XCNEW (struct state_token_st);
414 tk = XCNEW (struct state_token_st);
445 tk = XCNEW (struct state_token_st);
1872 *current = XCNEW (struct type);
1878 *current = XCNEW (struct type);
1884 *current = XCNEW (struct type);
1890 *current = XCNEW (struct type);
1896 *current = XCNEW (struct type);
1902 *current = XCNEW (struc
[all...]
H A Dsese.cc317 if_region->region = XCNEW (sese_info_t);
318 if_region->true_region = XCNEW (sese_info_t);
319 if_region->false_region = XCNEW (sese_info_t);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtarget-globals.c70 g->flag_state = XCNEW (class target_flag_state);
71 g->regs = XCNEW (struct target_regs);
73 g->recog = XCNEW (struct target_recog);
74 g->hard_regs = XCNEW (struct target_hard_regs);
75 g->function_abi_info = XCNEW (struct target_function_abi_info);
76 g->reload = XCNEW (struct target_reload);
77 g->expmed = XCNEW (struct target_expmed);
78 g->optabs = XCNEW (struct target_optabs);
80 g->cfgloop = XCNEW (struct target_cfgloop);
81 g->ira = XCNEW (struc
[all...]
H A Dgengtype-state.c385 tk = XCNEW (struct state_token_st);
399 tk = XCNEW (struct state_token_st);
412 tk = XCNEW (struct state_token_st);
443 tk = XCNEW (struct state_token_st);
1840 *current = XCNEW (struct type);
1846 *current = XCNEW (struct type);
1852 *current = XCNEW (struct type);
1858 *current = XCNEW (struct type);
1864 *current = XCNEW (struct type);
1870 *current = XCNEW (struc
[all...]
H A Dsese.c317 if_region->region = XCNEW (sese_info_t);
318 if_region->true_region = XCNEW (sese_info_t);
319 if_region->false_region = XCNEW (sese_info_t);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dx86-linux.c39 lwp_set_arch_private_info (lwp, XCNEW (struct arch_lwp_info));
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dx86-linux.c39 lwp_set_arch_private_info (lwp, XCNEW (struct arch_lwp_info));
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dserver.c264 return XCNEW (char);
279 return XCNEW (char);
299 pz = XCNEW (char);
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dserver.c264 return XCNEW (char);
279 return XCNEW (char);
299 pz = XCNEW (char);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1112 #define gfc_get_charlen() XCNEW (gfc_charlen)
1155 #define gfc_get_array_spec() XCNEW (gfc_array_spec)
1188 #define gfc_get_component() XCNEW (gfc_component)
1200 #define gfc_get_formal_arglist() XCNEW (gfc_formal_arglist)
1226 #define gfc_get_actual_arglist() XCNEW (gfc_actual_arglist)
1238 #define gfc_get_namelist() XCNEW (gfc_namelist)
1248 #define gfc_get_expr_list() XCNEW (gfc_expr_list)
1361 #define gfc_get_omp_namelist() XCNEW (gfc_omp_namelist)
1567 #define gfc_get_omp_clauses() XCNEW (gfc_omp_clauses)
1581 #define gfc_get_oacc_declare() XCNEW (gfc_oacc_declar
[all...]
H A Dconstructor.cc50 c = XCNEW (gfc_constructor);
77 gfc_constructor *c = XCNEW (gfc_constructor);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dpoison.h120 static_assert (IsMallocable<T>::value, "Trying to use XCNEW with a non-POD \
122 return XCNEW (T);
125 #undef XCNEW macro
126 #define XCNEW(T) xcnew<T>() macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dpoison.h120 static_assert (IsMallocable<T>::value, "Trying to use XCNEW with a non-POD \
122 return XCNEW (T);
125 #undef XCNEW macro
126 #define XCNEW(T) xcnew<T>() macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1037 #define gfc_get_charlen() XCNEW (gfc_charlen)
1080 #define gfc_get_array_spec() XCNEW (gfc_array_spec)
1113 #define gfc_get_component() XCNEW (gfc_component)
1125 #define gfc_get_formal_arglist() XCNEW (gfc_formal_arglist)
1148 #define gfc_get_actual_arglist() XCNEW (gfc_actual_arglist)
1160 #define gfc_get_namelist() XCNEW (gfc_namelist)
1170 #define gfc_get_expr_list() XCNEW (gfc_expr_list)
1252 #define gfc_get_omp_namelist() XCNEW (gfc_omp_namelist)
1383 #define gfc_get_omp_clauses() XCNEW (gfc_omp_clauses)
1397 #define gfc_get_oacc_declare() XCNEW (gfc_oacc_declar
[all...]
H A Dconstructor.c50 c = XCNEW (gfc_constructor);
77 gfc_constructor *c = XCNEW (gfc_constructor);
H A Dst.c52 c = XCNEW (gfc_code);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc447 bp_holder.reset (XCNEW (struct raw_breakpoint));
806 struct gdb_breakpoint *gdb_bp = XCNEW (struct gdb_breakpoint);
813 struct other_breakpoint *other_bp = XCNEW (struct other_breakpoint);
821 = XCNEW (struct single_step_breakpoint);
1173 new_cond = XCNEW (struct point_cond_list);
1270 new_cmd = XCNEW (struct point_command_list);
2036 ax = XCNEW (struct agent_expr);
2052 dest_raw = XCNEW (struct raw_breakpoint);
2063 struct gdb_breakpoint *gdb_dest = XCNEW (struct gdb_breakpoint);
2076 new_cond = XCNEW (struc
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.c68 seginfo = XCNEW (segment_info_type);
169 seginfo = XCNEW (segment_info_type);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c97 lo = XCNEW (struct lto_simple_object);
233 struct lto_section_slot *new_slot = XCNEW (struct lto_section_slot);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsubsegs.c68 seginfo = XCNEW (segment_info_type);
169 seginfo = XCNEW (segment_info_type);
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc97 lo = XCNEW (struct lto_simple_object);
229 struct lto_section_slot *new_slot = XCNEW (struct lto_section_slot);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc454 bp_holder.reset (XCNEW (struct raw_breakpoint));
819 struct gdb_breakpoint *gdb_bp = XCNEW (struct gdb_breakpoint);
826 struct other_breakpoint *other_bp = XCNEW (struct other_breakpoint);
834 = XCNEW (struct single_step_breakpoint);
1260 new_cond = XCNEW (struct point_cond_list);
1357 new_cmd = XCNEW (struct point_command_list);
2131 ax = XCNEW (struct agent_expr);
2147 dest_raw = XCNEW (struct raw_breakpoint);
2158 struct gdb_breakpoint *gdb_dest = XCNEW (struct gdb_breakpoint);
2171 new_cond = XCNEW (struc
[all...]
H A Dinferiors.cc37 struct thread_info *new_thread = XCNEW (struct thread_info);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dx86-nat.c78 struct x86_process_info *proc = XCNEW (struct x86_process_info);

Completed in 467 milliseconds

1234567891011>>