OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon May 04 00:23:20 UTC 2026