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

  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 1211 if (!gfc_simplify_expr (op1, type))
1213 if (!gfc_simplify_expr (op2, type))
1332 with gfc_simplify_expr(). */
1343 && (!gfc_simplify_expr(c->iterator->start, type)
1344 || !gfc_simplify_expr (c->iterator->end, type)
1345 || !gfc_simplify_expr (c->iterator->step, type)))
1355 if (!gfc_simplify_expr (p, type))
2094 if (!gfc_simplify_expr (ref->u.ar.start[n], type))
2096 if (!gfc_simplify_expr (ref->u.ar.end[n], type))
2098 if (!gfc_simplify_expr (ref->u.ar.stride[n], type)
2232 gfc_simplify_expr (gfc_expr *p, int type) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 1198 if (!gfc_simplify_expr (op1, type))
1200 if (!gfc_simplify_expr (op2, type))
1319 with gfc_simplify_expr(). */
1330 && (!gfc_simplify_expr(c->iterator->start, type)
1331 || !gfc_simplify_expr (c->iterator->end, type)
1332 || !gfc_simplify_expr (c->iterator->step, type)))
1342 if (!gfc_simplify_expr (p, type))
2076 if (!gfc_simplify_expr (ref->u.ar.start[n], type))
2078 if (!gfc_simplify_expr (ref->u.ar.end[n], type))
2080 if (!gfc_simplify_expr (ref->u.ar.stride[n], type)
2214 gfc_simplify_expr (gfc_expr *p, int type) function
    [all...]

Completed in 24 milliseconds