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

  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 5228 gfc_typespec from_ts; local
5236 from_ts = expr->ts; /* expr->ts gets clobbered */
5260 if (from_ts.type != BT_DERIVED && from_ts.type != BT_CLASS
5261 && (from_ts.type == ts->type && from_ts.kind == ts->kind))
5271 if (array && from_ts.type == BT_CHARACTER
5283 : gfc_typename (&from_ts);
5291 && from_ts.type == ts->type)
5300 else if (flag_dec_char_conversions && from_ts.type == BT_CHARACTE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 5214 gfc_typespec from_ts; local
5222 from_ts = expr->ts; /* expr->ts gets clobbered */
5246 if (from_ts.type != BT_DERIVED && from_ts.type != BT_CLASS
5247 && (from_ts.type == ts->type && from_ts.kind == ts->kind))
5257 if (array && from_ts.type == BT_CHARACTER
5269 : gfc_typename (&from_ts);
5277 && from_ts.type == ts->type)
5286 else if (flag_dec_char_conversions && from_ts.type == BT_CHARACTE
    [all...]

Completed in 55 milliseconds