Home
last modified time | relevance | path

Searched refs:reduce_binary_ca (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c1338 reduce_binary_ca (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **), in reduce_binary_ca() function
1352 rc = reduce_binary_ca (eval, op1, c->expr, &r); in reduce_binary_ca()
1435 return reduce_binary_ca (eval, op1, op2, result); in reduce_binary()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc1362 reduce_binary_ca (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **), in reduce_binary_ca() function
1378 rc = reduce_binary_ca (eval, op1, c->expr, &r); in reduce_binary_ca()
1479 return reduce_binary_ca (eval, op1, op2, result); in reduce_binary()
H A DChangeLog1253 (reduce_binary_ca): Likewise.
H A DChangeLog-20031901 * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,
H A DChangeLog-20104625 (reduce_binary_ca): Likewise.
H A DChangeLog-20071371 * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,