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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 1205 basetype = gfc_get_union_type (spec->u.derived);
2503 gfc_get_union_type (to_cm->ts.u.derived);
2545 gfc_get_union_type (gfc_symbol *un)
2761 c->ts.u.derived->backend_decl = gfc_get_union_type (c->ts.u.derived);
2800 types are built as part of gfc_get_union_type. */
2534 gfc_get_union_type (gfc_symbol *un) function
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 1193 basetype = gfc_get_union_type (spec->u.derived);
2483 gfc_get_union_type (to_cm->ts.u.derived);
2525 gfc_get_union_type (gfc_symbol *un)
2741 c->ts.u.derived->backend_decl = gfc_get_union_type (c->ts.u.derived);
2780 types are built as part of gfc_get_union_type. */
2514 gfc_get_union_type (gfc_symbol *un) function

Completed in 24 milliseconds