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

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 134 xnewvec (size_t n) function
136 static_assert (IsMallocable<T>::value, "Trying to use XNEWVEC with a \
138 return XNEWVEC (T, n);
141 #undef XNEWVEC
142 #define XNEWVEC(T, N) xnewvec<T> (N)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 134 xnewvec (size_t n) function
136 static_assert (IsMallocable<T>::value, "Trying to use XNEWVEC with a \
138 return XNEWVEC (T, n);
141 #undef XNEWVEC
142 #define XNEWVEC(T, N) xnewvec<T> (N)

Completed in 23 milliseconds