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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 91 static GTY(()) tree gfc_logical_types[MAX_INT_KINDS + 1];
983 gfc_logical_types[index] = type;
1098 return index < 0 ? 0 : gfc_logical_types[index];
90 static GTY(()) tree gfc_logical_types[MAX_INT_KINDS + 1]; variable
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 90 static GTY(()) tree gfc_logical_types[MAX_INT_KINDS + 1];
971 gfc_logical_types[index] = type;
1086 return index < 0 ? 0 : gfc_logical_types[index];
89 static GTY(()) tree gfc_logical_types[MAX_INT_KINDS + 1]; variable

Completed in 39 milliseconds