Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog61 (java_complete_lhs) <COMPOUND_EXPR>: Likewise.
987 (java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
1379 * parse.y (java_complete_lhs): Check if patch_assignment
1757 * parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute
2184 (java_complete_lhs): Save new case on case_label_list.
2190 (java_complete_lhs): Removed unused third argument to patch_assignment.
2271 (java_complete_lhs): No longer need to handle CLEANUP_POINT_EXPR
2445 (java_complete_lhs): In MODIFY_EXPR section: added comments,
2502 (java_complete_lhs): Verify assignments to finals calling
2508 * parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
[all …]
H A Dparse.c380 static tree java_complete_lhs PARAMS ((tree));
15180 node = java_complete_lhs (node);
15212 java_complete_lhs (node) in java_complete_lhs() function
15674 TREE_OPERAND (node, 0) = nn = java_complete_lhs (wfl_op1);
H A Dparse.y140 static tree java_complete_lhs PARAMS ((tree));
11615 node = java_complete_lhs (node);
11647 java_complete_lhs (node) in java_complete_lhs() function
12109 TREE_OPERAND (node, 0) = nn = java_complete_lhs (wfl_op1);