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

1 2

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 182 xnewvar (size_t s) function
184 static_assert (IsMallocable<T>::value, "Trying to use XNEWVAR with a \
186 return XNEWVAR (T, s);;
189 #undef XNEWVAR
190 #define XNEWVAR(T, S) xnewvar<T> (S)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 182 xnewvar (size_t s) function
184 static_assert (IsMallocable<T>::value, "Trying to use XNEWVAR with a \
186 return XNEWVAR (T, s);;
189 #undef XNEWVAR
190 #define XNEWVAR(T, S) xnewvar<T> (S)
  /src/external/gpl3/gcc/dist/gcc/
sparseset.cc 33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes);
genextract.cc 167 p = XNEWVAR (struct extraction, sizeof (struct extraction)
value-prof.cc 390 new_val->hvalue.counters = XNEWVAR (gcov_type,
401 new_val->hvalue.counters = XNEWVAR (gcov_type,
450 new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_counters);
gensupport.cc 2323 new_name = XNEWVAR (char, strlen XSTR (insn_elem->data, 0) + 4);
2898 new_str = XNEWVAR (char, len + 1);
2989 attr_name = XNEWVAR (char, strlen (MNEMONIC_ATTR_NAME) + 1);
3637 new_name = XNEWVAR (char, strlen (last_real_name) + 10);
genoutput.cc 1206 new_cdata = XNEWVAR (class constraint_data,
cprop.cc 457 table->table = XNEWVAR (struct cprop_expr *, n);
  /src/external/gpl3/gcc.old/dist/gcc/
sparseset.cc 33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes);
genextract.cc 167 p = XNEWVAR (struct extraction, sizeof (struct extraction)
value-prof.cc 402 new_val->hvalue.counters = XNEWVAR (gcov_type,
413 new_val->hvalue.counters = XNEWVAR (gcov_type,
462 new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_counters);
gensupport.cc 1779 new_name = XNEWVAR (char, strlen XSTR (insn_elem->data, 0) + 4);
2354 new_str = XNEWVAR (char, len + 1);
2445 attr_name = XNEWVAR (char, strlen (MNEMONIC_ATTR_NAME) + 1);
3037 new_name = XNEWVAR (char, strlen (last_real_name) + 10);
genoutput.cc 1164 new_cdata = XNEWVAR (class constraint_data,
  /src/external/gpl3/gdb/dist/gdb/
netbsd-nat.c 82 gdb::unique_xmalloc_ptr<char[]> args (XNEWVAR (char, size));
199 (XNEWVAR (kinfo_vmentry, length));
jit.c 492 stab->linetable.reset (XNEWVAR (struct linetable, alloc_len));
  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.c 81 gdb::unique_xmalloc_ptr<char[]> args (XNEWVAR (char, size));
198 (XNEWVAR (kinfo_vmentry, length));
jit.c 490 stab->linetable.reset (XNEWVAR (struct linetable, alloc_len));
  /src/external/gpl3/binutils/dist/include/
libiberty.h 397 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 397 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 375 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 375 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /src/external/gpl3/gdb/dist/include/
libiberty.h 375 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 375 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 423 p->name = XNEWVAR (char, nlen + 1);
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 423 p->name = XNEWVAR (char, nlen + 1);

Completed in 47 milliseconds

1 2