Searched refs:patch_binop (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | ChangeLog | 332 * parse.y (patch_binop): Cast right hand side of shift expression 916 * parse.y (patch_binop): Call patch_string on op1. 1154 * parse.y (patch_binop): Update. 2042 * parse.y (patch_binop): Minor constant folding. 2517 (patch_binop): Emit a warning when detecting a division by zero, 2542 (patch_binop): code becomes an enum tree_code, added default: to 4202 * parse.y (patch_binop): Compute missing type in error situations. 4877 * parse.y (patch_binop): Use JNUMERIC_TYPE_P, not 5783 * parse.y (patch_binop): Use build_instanceof. 6028 (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of [all …]
|
H A D | parse.c | 400 static tree patch_binop PARAMS ((tree, tree, tree)); 15856 return force_evaluation_order (patch_binop (node, wfl_op1, wfl_op2)); 15866 return patch_binop (node, wfl_op1, TREE_OPERAND (node, 1)); 17021 patch_binop (node, wfl_op1, wfl_op2) in patch_binop() function 19782 return patch_binop (node, op0, op1);
|
H A D | parse.y | 160 static tree patch_binop PARAMS ((tree, tree, tree)); 12291 return force_evaluation_order (patch_binop (node, wfl_op1, wfl_op2)); 12301 return patch_binop (node, wfl_op1, TREE_OPERAND (node, 1)); 13456 patch_binop (node, wfl_op1, wfl_op2) in patch_binop() function 16217 return patch_binop (node, op0, op1);
|