Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h447 #define GFC_DTYPE_COPY(a,b) do { (a)->dtype = (b)->dtype; } while(0) macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h481 #define GFC_DTYPE_COPY(a,b) do { (a)->dtype = (b)->dtype; } while(0) macro