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

  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 124 gfc_get_structure_constructor_expr (bt type, int kind, locus *where) function
5100 init = gfc_get_structure_constructor_expr (c->ts.type, c->ts.kind,
5200 init = gfc_get_structure_constructor_expr (ts->type, ts->kind,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 124 gfc_get_structure_constructor_expr (bt type, int kind, locus *where) function
5084 init = gfc_get_structure_constructor_expr (c->ts.type, c->ts.kind,
5184 init = gfc_get_structure_constructor_expr (ts->type, ts->kind,

Completed in 31 milliseconds