HomeSort by: relevance | last modified time | path
    Searched defs:XCNEWVAR (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 194 xcnewvar (size_t s) function
196 static_assert (IsMallocable<T>::value, "Trying to use XCNEWVAR with a \
198 return XCNEWVAR (T, s);
201 #undef XCNEWVAR
202 #define XCNEWVAR(T, S) xcnewvar<T> (S)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 194 xcnewvar (size_t s) function
196 static_assert (IsMallocable<T>::value, "Trying to use XCNEWVAR with a \
198 return XCNEWVAR (T, s);
201 #undef XCNEWVAR
202 #define XCNEWVAR(T, S) xcnewvar<T> (S)
  /src/external/gpl3/binutils/dist/include/
libiberty.h 398 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 398 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
  /src/external/gpl3/gdb/dist/include/
libiberty.h 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))

Completed in 26 milliseconds