HomeSort by: relevance | last modified time | path
    Searched refs:xcnew (Results 1 - 2 of 2) sorted by relevancy

  /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>()

Completed in 21 milliseconds