Searched refs:build_assignment (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 397 static tree build_assignment PARAMS ((int, int, tree, tree)); 3803 …(yyvsp[-2].node, build_assignment (yyvsp[-1].operator.token, yyvsp[-1].operator.location, yyvsp[-2… in yyparse() 5038 tree init = build_assignment in yyparse() 5974 …{ yyval.node = build_assignment (yyvsp[-1].operator.token, yyvsp[-1].operator.location, yyvsp[-2].… in yyparse() 7729 init = build_assignment (ASSIGN_TK, EXPR_WFL_LINECOL (wfl), 12023 stmt = build_return (0, build_assignment (ASSIGN_TK, 0, stmt, 12292 return build_assignment (ASSIGN_TK, EXPR_WFL_LINECOL (lhs), lhs, rhs); in build_thisn_assign() 16227 build_assignment (op, op_location, lhs, rhs) in build_assignment() function
|
| H A D | parse.y | 157 static tree build_assignment PARAMS ((int, int, tree, tree)); 973 ($1, build_assignment ($2.token, $2.location, $1, $3)); 1928 tree init = build_assignment 2617 { $$ = build_assignment ($2.token, $2.location, $1, $3); } 4164 init = build_assignment (ASSIGN_TK, EXPR_WFL_LINECOL (wfl), 8458 stmt = build_return (0, build_assignment (ASSIGN_TK, 0, stmt, 8727 return build_assignment (ASSIGN_TK, EXPR_WFL_LINECOL (lhs), lhs, rhs); in build_thisn_assign() 12662 build_assignment (op, op_location, lhs, rhs) in build_assignment() function
|
| H A D | ChangeLog | 12842 (build_assignment): Likewise. Use the operator location 13050 (build_assignment): Added comment. 13128 (build_method_invocation, build_assignment, patch_assignment, 13152 (assignment:): Sub rule invoke build_assignment. 13156 build_assignment. 13175 (build_method_invocation, build_assignment, patch_assignment,
|