Searched refs:build_assignment (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c9604 build_assignment (gfc_exec_op op, gfc_expr *expr1, gfc_expr *expr2, function
9836 this_code = build_assignment (EXEC_ASSIGN,
9850 this_code = build_assignment (EXEC_ASSIGN,
9875 this_code = build_assignment (EXEC_ASSIGN,
9917 temp_code = build_assignment (EXEC_ASSIGN,
9968 block->block->next = build_assignment (EXEC_POINTER_ASSIGN,
9989 this_code = build_assignment (EXEC_ASSIGN,
10019 block->block->next = build_assignment (EXEC_POINTER_ASSIGN,
10073 this_code = build_assignment (EXEC_ASSIGN,
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c221 static tree build_assignment PROTO ((int, int, tree, tree));
3078 (yyvsp[-2].node, build_assignment (yyvsp[-1].operator.token, yyvsp[-1].operator.location, yyvsp[-2].node, yyvsp[0].node));
4045 tree init = build_assignment (ASSIGN_TK, yyvsp[-2].operator.location,
4732 { yyval.node = build_assignment (yyvsp[-1].operator.token, yyvsp[-1].operator.location, yyvsp[-2].node, yyvsp[0].node); ;
11388 build_assignment (op, op_location, lhs, rhs)
11383 build_assignment (op, op_location, lhs, rhs) function
H A Dparse.y145 static tree build_assignment PROTO ((int, int, tree, tree));
811 ($1, build_assignment ($2.token, $2.location, $1, $3));
1694 tree init = build_assignment (ASSIGN_TK, $2.location,
2281 { $$ = build_assignment ($2.token, $2.location, $1, $3); }
8731 build_assignment (op, op_location, lhs, rhs)

Completed in 208 milliseconds