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

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 2332 result = gfc_convert_constant (e, BT_REAL, gfc_default_double_kind);
3655 result = gfc_convert_constant (e, BT_INTEGER, kind);
5268 ret = gfc_convert_constant (tmp, BT_INTEGER, gfc_integer_4_kind);
5276 ret = gfc_convert_constant (tmp, BT_REAL, gfc_real_4_kind);
6794 result = gfc_convert_constant (e, BT_REAL, kind);
8763 gfc_convert_constant (gfc_expr *e, bt type, int kind) function
8925 tmp = gfc_convert_constant (c->expr, type, kind);
8936 tmp = gfc_convert_constant (c->expr, type, kind);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 2303 result = gfc_convert_constant (e, BT_REAL, gfc_default_double_kind);
3603 result = gfc_convert_constant (e, BT_INTEGER, kind);
5198 ret = gfc_convert_constant (tmp, BT_INTEGER, gfc_integer_4_kind);
5206 ret = gfc_convert_constant (tmp, BT_REAL, gfc_real_4_kind);
6724 result = gfc_convert_constant (e, BT_REAL, kind);
8664 gfc_convert_constant (gfc_expr *e, bt type, int kind) function
8826 tmp = gfc_convert_constant (c->expr, type, kind);
8837 tmp = gfc_convert_constant (c->expr, type, kind);

Completed in 35 milliseconds