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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 96 static GTY(()) tree gfc_complex_types[MAX_REAL_KINDS + 1];
1001 gfc_complex_types[index] = type;
1091 return index < 0 ? 0 : gfc_complex_types[index];
3418 base = gfc_complex_types;
95 static GTY(()) tree gfc_complex_types[MAX_REAL_KINDS + 1]; variable
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 95 static GTY(()) tree gfc_complex_types[MAX_REAL_KINDS + 1];
989 gfc_complex_types[index] = type;
1079 return index < 0 ? 0 : gfc_complex_types[index];
3388 base = gfc_complex_types;
94 static GTY(()) tree gfc_complex_types[MAX_REAL_KINDS + 1]; variable

Completed in 21 milliseconds