HomeSort by: relevance | last modified time | path
    Searched refs:XCNEW (Results 1 - 25 of 250) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gcc.old/dist/gcc/
target-globals.cc 70 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 (struct target_ira)
    [all...]
gengtype-state.cc 387 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 (struct type)
    [all...]
sese.cc 317 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);
lto-section-out.cc 202 struct lto_out_decl_state *state = XCNEW (struct lto_out_decl_state);
  /src/external/gpl3/gcc/dist/gcc/
target-globals.cc 72 g->flag_state = XCNEW (class target_flag_state);
73 g->regs = XCNEW (struct target_regs);
75 g->recog = XCNEW (struct target_recog);
76 g->hard_regs = XCNEW (struct target_hard_regs);
77 g->function_abi_info = XCNEW (struct target_function_abi_info);
78 g->reload = XCNEW (struct target_reload);
79 g->expmed = XCNEW (struct target_expmed);
80 g->optabs = XCNEW (struct target_optabs);
82 g->cfgloop = XCNEW (struct target_cfgloop);
83 g->ira = XCNEW (struct target_ira)
    [all...]
gengtype-state.cc 387 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);
1862 *current = XCNEW (struct type);
1868 *current = XCNEW (struct type);
1874 *current = XCNEW (struct type);
1880 *current = XCNEW (struct type);
1886 *current = XCNEW (struct type);
1892 *current = XCNEW (struct type)
    [all...]
sese.cc 317 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);
lto-section-out.cc 202 struct lto_out_decl_state *state = XCNEW (struct lto_out_decl_state);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-linux.c 38 lwp_set_arch_private_info (lwp, XCNEW (struct arch_lwp_info));
  /src/external/gpl3/gcc/dist/fixincludes/
server.c 264 return XCNEW (char);
279 return XCNEW (char);
299 pz = XCNEW (char);
  /src/external/gpl3/gcc.old/dist/fixincludes/
server.c 264 return XCNEW (char);
279 return XCNEW (char);
299 pz = XCNEW (char);
  /src/external/gpl3/gdb/dist/gdb/nat/
loongarch-linux.c 80 struct arch_lwp_info *info = XCNEW (struct arch_lwp_info);
x86-linux.c 40 lwp_set_arch_private_info (lwp, XCNEW (struct arch_lwp_info));
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1122 #define gfc_get_charlen() XCNEW (gfc_charlen)
1165 #define gfc_get_array_spec() XCNEW (gfc_array_spec)
1198 #define gfc_get_component() XCNEW (gfc_component)
1210 #define gfc_get_formal_arglist() XCNEW (gfc_formal_arglist)
1236 #define gfc_get_actual_arglist() XCNEW (gfc_actual_arglist)
1248 #define gfc_get_namelist() XCNEW (gfc_namelist)
1258 #define gfc_get_expr_list() XCNEW (gfc_expr_list)
1395 #define gfc_get_omp_namelist() XCNEW (gfc_omp_namelist)
1551 #define gfc_get_omp_assumptions() XCNEW (gfc_omp_assumptions)
1624 #define gfc_get_omp_clauses() XCNEW (gfc_omp_clauses
    [all...]
constructor.cc 50 c = XCNEW (gfc_constructor);
77 gfc_constructor *c = XCNEW (gfc_constructor);
st.cc 52 c = XCNEW (gfc_code);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1112 #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_declare
    [all...]
constructor.cc 50 c = XCNEW (gfc_constructor);
77 gfc_constructor *c = XCNEW (gfc_constructor);
st.cc 52 c = XCNEW (gfc_code);
  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 110 xcnew () function
112 static_assert (IsMallocable<T>::value, "Trying to use XCNEW with a non-POD \
114 return XCNEW (T);
117 #undef XCNEW
118 #define XCNEW(T) xcnew<T>()
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 110 xcnew () function
112 static_assert (IsMallocable<T>::value, "Trying to use XCNEW with a non-POD \
114 return XCNEW (T);
117 #undef XCNEW
118 #define XCNEW(T) xcnew<T>()
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 446 bp_holder.reset (XCNEW (struct raw_breakpoint));
805 struct gdb_breakpoint *gdb_bp = XCNEW (struct gdb_breakpoint);
812 struct other_breakpoint *other_bp = XCNEW (struct other_breakpoint);
820 = XCNEW (struct single_step_breakpoint);
1183 new_cond = XCNEW (struct point_cond_list);
1280 new_cmd = XCNEW (struct point_command_list);
2047 ax = XCNEW (struct agent_expr);
2063 dest_raw = XCNEW (struct raw_breakpoint);
2074 struct gdb_breakpoint *gdb_dest = XCNEW (struct gdb_breakpoint);
2087 new_cond = XCNEW (struct point_cond_list)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 446 bp_holder.reset (XCNEW (struct raw_breakpoint));
805 struct gdb_breakpoint *gdb_bp = XCNEW (struct gdb_breakpoint);
812 struct other_breakpoint *other_bp = XCNEW (struct other_breakpoint);
820 = XCNEW (struct single_step_breakpoint);
1183 new_cond = XCNEW (struct point_cond_list);
1280 new_cmd = XCNEW (struct point_command_list);
2047 ax = XCNEW (struct agent_expr);
2063 dest_raw = XCNEW (struct raw_breakpoint);
2074 struct gdb_breakpoint *gdb_dest = XCNEW (struct gdb_breakpoint);
2087 new_cond = XCNEW (struct point_cond_list)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-object.cc 97 lo = XCNEW (struct lto_simple_object);
229 struct lto_section_slot *new_slot = XCNEW (struct lto_section_slot);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-object.cc 97 lo = XCNEW (struct lto_simple_object);
229 struct lto_section_slot *new_slot = XCNEW (struct lto_section_slot);

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 910