| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| analysis-plan.cc | 53 m_cgraph_node_postorder (XCNEWVEC (struct cgraph_node *,
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| analysis-plan.cc | 54 m_cgraph_node_postorder (XCNEWVEC (struct cgraph_node *,
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| poison.h | 146 xcnewvec (size_t n) function 148 static_assert (IsMallocable<T>::value, "Trying to use XCNEWVEC with a \ 150 return XCNEWVEC (T, n); 153 #undef XCNEWVEC 154 #define XCNEWVEC(T, N) xcnewvec<T> (N)
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| poison.h | 146 xcnewvec (size_t n) function 148 static_assert (IsMallocable<T>::value, "Trying to use XCNEWVEC with a \ 150 return XCNEWVEC (T, n); 153 #undef XCNEWVEC 154 #define XCNEWVEC(T, N) xcnewvec<T> (N)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-ter.cc | 193 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1); 194 t->expr_decl_uids = XCNEWVEC (bitmap, num_ssa_names + 1); 195 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1); 203 t->num_in_part = XCNEWVEC (int, num_var_partitions (map)); 215 t->call_cnt = XCNEWVEC (int, num_ssa_names + 1); 216 t->reg_vars_cnt = XCNEWVEC (int, num_ssa_names + 1);
|
| web.cc | 367 def_entry = XCNEWVEC (web_entry, DF_DEFS_TABLE_SIZE ()); 368 used = XCNEWVEC (unsigned, max); 369 use_entry = XCNEWVEC (web_entry, uses_num);
|
| regstat.cc | 249 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); 376 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno);
|
| gcc-ar.cc | 229 nargv = XCNEWVEC (const char *, ac + j + 1); /* +j plugin args +1 for NULL. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-ter.cc | 193 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1); 194 t->expr_decl_uids = XCNEWVEC (bitmap, num_ssa_names + 1); 195 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1); 203 t->num_in_part = XCNEWVEC (int, num_var_partitions (map)); 215 t->call_cnt = XCNEWVEC (int, num_ssa_names + 1); 216 t->reg_vars_cnt = XCNEWVEC (int, num_ssa_names + 1);
|
| web.cc | 367 def_entry = XCNEWVEC (web_entry, DF_DEFS_TABLE_SIZE ()); 368 used = XCNEWVEC (unsigned, max); 369 use_entry = XCNEWVEC (web_entry, uses_num);
|
| gcc-ar.cc | 211 nargv = XCNEWVEC (const char *, ac + 4);
|
| regstat.cc | 249 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); 376 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno);
|
| genemit.cc | 443 : XCNEWVEC (char, stats.num_generator_args)); 548 used = XCNEWVEC (char, stats.num_operand_vars); 584 used = XCNEWVEC (char, stats.num_operand_vars);
|
| ipa-utils.cc | 169 env.stack = XCNEWVEC (struct cgraph_node *, symtab->cgraph_count); 286 XCNEWVEC (struct postorder_stack, symtab->cgraph_count);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| bcache.c | 274 int *chain_length = XCNEWVEC (int, m_num_buckets + 1); 275 int *entry_size = XCNEWVEC (int, m_unique_count + 1);
|
| gdb-demangle.c | 223 demangling_style_names = XCNEWVEC (const char *, ndems + 1);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| bcache.c | 274 int *chain_length = XCNEWVEC (int, m_num_buckets + 1); 275 int *entry_size = XCNEWVEC (int, m_unique_count + 1);
|
| gdb-demangle.c | 223 demangling_style_names = XCNEWVEC (const char *, ndems + 1);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| symtab.cc | 68 table->entries = XCNEWVEC (hashnode, nslots); 188 nentries = XCNEWVEC (hashnode, size);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| symtab.cc | 68 table->entries = XCNEWVEC (hashnode, nslots); 188 nentries = XCNEWVEC (hashnode, size);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| options.cc | 534 gfc_option.module_dir = XCNEWVEC (char, strlen (arg) + 2); 868 return XCNEWVEC (char, 1); 896 result = XCNEWVEC (char, len);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| options.cc | 520 gfc_option.module_dir = XCNEWVEC (char, strlen (arg) + 2); 843 return XCNEWVEC (char, 1); 871 result = XCNEWVEC (char, len);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| g++spec.cc | 156 args = XCNEWVEC (int, argc);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| g++spec.cc | 151 args = XCNEWVEC (int, argc);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-spec.cc | 134 int *args = XCNEWVEC (int, argc);
|