Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c1298 reduce_binary_ac (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **), in reduce_binary_ac() function
1312 rc = reduce_binary_ac (eval, c->expr, op2, &r); in reduce_binary_ac()
1438 return reduce_binary_ac (eval, op1, op2, result); in reduce_binary()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc1310 reduce_binary_ac (arith (*eval) (gfc_expr *, gfc_expr *, gfc_expr **), in reduce_binary_ac() function
1326 rc = reduce_binary_ac (eval, c->expr, op2, &r); in reduce_binary_ac()
1482 return reduce_binary_ac (eval, op1, op2, result); in reduce_binary()
H A DChangeLog1251 * arith.cc (reduce_binary_ac): When reducing binary expressions,
H A DChangeLog-20031901 * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,
H A DChangeLog-20104624 (reduce_binary_ac): Likewise.
H A DChangeLog-20071371 * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,