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

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 206 xresizevar (T *p, size_t s) function
208 static_assert (IsMallocable<T>::value, "Trying to use XRESIZEVAR with a \
210 return XRESIZEVAR (T, p, s);
213 #undef XRESIZEVAR
214 #define XRESIZEVAR(T, P, S) xresizevar<T> (P, S)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 206 xresizevar (T *p, size_t s) function
208 static_assert (IsMallocable<T>::value, "Trying to use XRESIZEVAR with a \
210 return XRESIZEVAR (T, p, s);
213 #undef XRESIZEVAR
214 #define XRESIZEVAR(T, P, S) xresizevar<T> (P, S)

Completed in 24 milliseconds