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

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dpoison.h161 #undef XCNEWVEC macro
162 #define XCNEWVEC(T, N) xcnewvec<T> (N) macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dpoison.h161 #undef XCNEWVEC macro
162 #define XCNEWVEC(T, N) xcnewvec<T> (N) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlibiberty.h367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlibiberty.h367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlibiberty.h367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlibiberty.h367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlibiberty.h367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlibiberty.h367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro

Completed in 299 milliseconds