HomeSort by: relevance | last modified time | path
    Searched refs:gfc_get_character_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.h 84 tree gfc_get_character_type (int, gfc_charlen *);
trans-types.cc 1142 gfc_get_character_type (int kind, gfc_charlen * cl)
1195 basetype = gfc_get_character_type (spec->kind, spec->u.cl);
1140 gfc_get_character_type (int kind, gfc_charlen * cl) function
trans-expr.cc 2676 type = gfc_get_character_type (kind, ref->u.ss.length);
3817 type = gfc_get_character_type (expr->ts.kind, expr->ts.u.cl);
8102 type = gfc_get_character_type (ts.kind, ts.u.cl);
8690 type = gfc_get_character_type (fsym->ts.kind, fsym->ts.u.cl);
8739 type = gfc_get_character_type (sym->ts.kind, sym->ts.u.cl);
trans-intrinsic.cc 9379 type = gfc_get_character_type (expr->ts.kind, expr->ts.u.cl);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.h 80 tree gfc_get_character_type (int, gfc_charlen *);
trans-types.cc 1130 gfc_get_character_type (int kind, gfc_charlen * cl)
1183 basetype = gfc_get_character_type (spec->kind, spec->u.cl);
1128 gfc_get_character_type (int kind, gfc_charlen * cl) function
trans-expr.cc 2594 type = gfc_get_character_type (kind, ref->u.ss.length);
3716 type = gfc_get_character_type (expr->ts.kind, expr->ts.u.cl);
7623 type = gfc_get_character_type (ts.kind, ts.u.cl);
8249 type = gfc_get_character_type (fsym->ts.kind, fsym->ts.u.cl);
8298 type = gfc_get_character_type (sym->ts.kind, sym->ts.u.cl);
trans-intrinsic.cc 9312 type = gfc_get_character_type (expr->ts.kind, expr->ts.u.cl);

Completed in 58 milliseconds