Searched defs:XRESIZEVEC (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | libiberty.h | 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | libiberty.h | 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | libiberty.h | 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | libiberty.h | 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|