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

  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 144 gfc_get_constant_expr (bt type, int kind, locus *where) function
149 gfc_internal_error ("gfc_get_constant_expr(): locus %<where%> cannot be "
202 e = gfc_get_constant_expr (BT_CHARACTER, kind,
217 p = gfc_get_constant_expr (BT_INTEGER, kind,
233 p = gfc_get_constant_expr (BT_LOGICAL, kind,
1901 *newp = gfc_get_constant_expr (BT_REAL, tmp->ts.kind, &tmp->where);
1913 *newp = gfc_get_constant_expr (BT_REAL, tmp->ts.kind, &tmp->where);
4711 init_expr = gfc_get_constant_expr (ts->type, ts->kind, where);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 144 gfc_get_constant_expr (bt type, int kind, locus *where) function
149 gfc_internal_error ("gfc_get_constant_expr(): locus %<where%> cannot be "
202 e = gfc_get_constant_expr (BT_CHARACTER, kind,
217 p = gfc_get_constant_expr (BT_INTEGER, kind,
233 p = gfc_get_constant_expr (BT_LOGICAL, kind,
1883 *newp = gfc_get_constant_expr (BT_REAL, tmp->ts.kind, &tmp->where);
1895 *newp = gfc_get_constant_expr (BT_REAL, tmp->ts.kind, &tmp->where);
4695 init_expr = gfc_get_constant_expr (ts->type, ts->kind, where);

Completed in 33 milliseconds