Home
last modified time | relevance | path

Searched refs:GCNEW (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c518 #define GCNEW(T) ((T *) gcalloc (1, sizeof (T))) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc518 #define GCNEW(T) ((T *) gcalloc (1, sizeof (T))) macro
H A DChangeLog-200815668 * gcse.c (GNEW, GCNEW, GNEWVEC, GCNEWVEC, GRESIZEVEC, GNEWVAR,