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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 90 static GTY(()) tree gfc_integer_types[MAX_INT_KINDS + 1];
974 gfc_integer_types[index] = type;
1077 return index < 0 ? 0 : gfc_integer_types[index];
3365 tree type = gfc_integer_types[i];
89 static GTY(()) tree gfc_integer_types[MAX_INT_KINDS + 1]; variable
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 89 static GTY(()) tree gfc_integer_types[MAX_INT_KINDS + 1];
962 gfc_integer_types[index] = type;
1065 return index < 0 ? 0 : gfc_integer_types[index];
3335 tree type = gfc_integer_types[i];
88 static GTY(()) tree gfc_integer_types[MAX_INT_KINDS + 1]; variable

Completed in 81 milliseconds