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

  /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/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/binutils/dist/include/
libiberty.h 381 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 381 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 359 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 359 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 359 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /src/external/gpl3/gdb/dist/include/
libiberty.h 381 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))

Completed in 25 milliseconds