HomeSort by: relevance | last modified time | path
    Searched defs:GFC_DTYPE_COPY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 485 #define GFC_DTYPE_COPY(a,b) do { (a)->dtype = (b)->dtype; } while(0)
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 481 #define GFC_DTYPE_COPY(a,b) do { (a)->dtype = (b)->dtype; } while(0)

Completed in 35 milliseconds