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

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

Completed in 21 milliseconds