Searched defs:XRESIZEVEC (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dpoison.h173 #undef XRESIZEVEC macro
174 #define XRESIZEVEC(T, P, N) xresizevec<T> (P, N) macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dpoison.h173 #undef XRESIZEVEC macro
174 #define XRESIZEVEC(T, P, N) xresizevec<T> (P, N) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlibiberty.h369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlibiberty.h369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlibiberty.h369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlibiberty.h369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlibiberty.h369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlibiberty.h369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro

Completed in 217 milliseconds