Searched refs:const_binop (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c97 static tree const_binop (enum tree_code, tree, tree, int);
1715 const_binop (enum tree_code code, tree arg1, tree arg2, int notrunc)
1823 real = const_binop (code, r1, r2, notrunc);
1824 imag = const_binop (code, i1, i2, notrunc);
1828 real = const_binop (MINUS_EXPR,
1829 const_binop (MULT_EXPR, r1, r2, notrunc),
1830 const_binop (MULT_EXPR, i1, i2, notrunc),
1832 imag = const_binop (PLUS_EXPR,
1833 const_binop (MULT_EXPR, r1, i2, notrunc),
1834 const_binop (MULT_EXP
1704 const_binop (enum tree_code code, tree arg1, tree arg2, int notrunc) function
[all...]

Completed in 65 milliseconds