Home
last modified time | relevance | path

Searched defs:GCNEWVAR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c524 #define GCNEWVAR(T, S) ((T *) gcalloc (1, (S))) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc524 #define GCNEWVAR(T, S) ((T *) gcalloc (1, (S))) macro