Home
last modified time | relevance | path

Searched refs:patch_assignment (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog211 * parse.y (patch_assignment): Only transform the rhs of an
248 * parse.y (patch_assignment): Copy the rhs of an assignment into a
1367 * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
1379 * parse.y (java_complete_lhs): Check if patch_assignment
1468 * parse.y (patch_assignment): Simplify code to insert a store check
1803 * parse.y (patch_assignment): Added special processing for
2007 patch_assignment): Remove no-longer used logic.
2083 * parse.y: (patch_assignment): Correctly extract the array base
2189 * parse.y (patch_assignment): Removed unused third argument.
2190 (java_complete_lhs): Removed unused third argument to patch_assignment.
[all …]
H A Dparse.c399 static tree patch_assignment PARAMS ((tree, tree));
15695 if (patch_assignment (node, wfl_op1) == error_mark_node)
15790 node = patch_assignment (node, wfl_op1);
16356 patch_assignment (node, wfl_op1) in patch_assignment() function
H A Dparse.y159 static tree patch_assignment PARAMS ((tree, tree));
12130 if (patch_assignment (node, wfl_op1) == error_mark_node)
12225 node = patch_assignment (node, wfl_op1);
12791 patch_assignment (node, wfl_op1) in patch_assignment() function