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

  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 1530 /* We need a forward declaration of reduce_binary. */
1531 static arith reduce_binary (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **),
1553 arith rc_tmp = reduce_binary (eval, c->expr, d->expr, &r);
1597 reduce_binary (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **), function
1794 rc = reduce_binary (eval.f3, op1, op2, &result);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 1413 /* We need a forward declaration of reduce_binary. */
1414 static arith reduce_binary (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **),
1436 rc = reduce_binary (eval, c->expr, d->expr, &r);
1472 reduce_binary (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **), function
1660 rc = reduce_binary (eval.f3, op1, op2, &result);

Completed in 62 milliseconds