Searched refs:build_java_binop (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | expr.c | 1386 build_java_binop (op, type, arg1, arg2) in build_java_binop() function 1397 arg1 = build_java_binop (RSHIFT_EXPR, u_type, arg1, arg2); 1485 push_value (build_java_binop (op, type, larg, rarg));
|
| H A D | java-tree.h | 1178 extern tree build_java_binop PARAMS ((enum tree_code, tree, tree, tree));
|
| H A D | ChangeLog | 1149 * expr.c (build_java_binop): Update. 3877 * expr.c (build_java_binop): Likewise. 8331 (build_java_binop): Call build_java_soft_divmod if 10420 * expr.c (build_java_binop): Explicit default, to silence -Wall. 12368 build_field_ref, pushdecl_force_head, build_java_binop, 12506 (pushdecl_force_head, build_java_binop, int_fits_type_p, 14012 * expr.c (build_java_binop): Implement TRUNC_MOD_EXPR for REAL_TYPE 14067 * expr.c (build_java_binop): Fix masking 2nd operand. 14341 (build_java_binop): Implement COMPARE_L_EXPR and COMPARE_G_EXPR to 14485 (build_java_binop): Add preliminary implementation (with warning)
|
| H A D | parse.c | 17117 tree mod = build_java_binop (TRUNC_MOD_EXPR, prom_type, op1, op2);
|
| H A D | parse.y | 13552 tree mod = build_java_binop (TRUNC_MOD_EXPR, prom_type, op1, op2);
|