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

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 158 xresizevec (T *p, size_t n) function
160 static_assert (IsMallocable<T>::value, "Trying to use XRESIZEVEC with a \
162 return XRESIZEVEC (T, p, n);
165 #undef XRESIZEVEC
166 #define XRESIZEVEC(T, P, N) xresizevec<T> (P, N)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 158 xresizevec (T *p, size_t n) function
160 static_assert (IsMallocable<T>::value, "Trying to use XRESIZEVEC with a \
162 return XRESIZEVEC (T, p, n);
165 #undef XRESIZEVEC
166 #define XRESIZEVEC(T, P, N) xresizevec<T> (P, N)

Completed in 27 milliseconds