| HD | fold-const.c | 1521 int_const_binop (enum tree_code code, tree arg1, tree arg2, int notrunc) in int_const_binop() argument 1670 if (notrunc) in int_const_binop() 1704 const_binop (enum tree_code code, tree arg1, tree arg2, int notrunc) in const_binop() argument 1714 return int_const_binop (code, arg1, arg2, notrunc); in const_binop() 1812 real = const_binop (code, r1, r2, notrunc); in const_binop() 1813 imag = const_binop (code, i1, i2, notrunc); in const_binop() 1818 const_binop (MULT_EXPR, r1, r2, notrunc), in const_binop() 1819 const_binop (MULT_EXPR, i1, i2, notrunc), in const_binop() 1820 notrunc); in const_binop() 1822 const_binop (MULT_EXPR, r1, i2, notrunc), in const_binop() [all …]
|