HomeSort by: relevance | last modified time | path
    Searched defs:XRESIZEVEC (Results 1 - 8 of 8) 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)
  /src/external/gpl3/binutils/dist/include/
libiberty.h 391 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 391 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /src/external/gpl3/gdb/dist/include/
libiberty.h 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))

Completed in 25 milliseconds