Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y158 static tree build_binop PARAMS ((enum tree_code, int, tree, tree));
2418 $$ = build_binop (BINOP_LOOKUP ($2.token),
2423 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2428 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2443 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2448 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2461 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2466 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2471 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
2486 $$ = build_binop (BINOP_LOOKUP ($2.token), $2.location,
[all …]
Dparse.c398 static tree build_binop PARAMS ((enum tree_code, int, tree, tree));
5691 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), in yyparse()
5699 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5707 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5730 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5738 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5756 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5764 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5772 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
5795 yyval.node = build_binop (BINOP_LOOKUP (yyvsp[-1].operator.token), yyvsp[-1].operator.location, in yyparse()
[all …]
DChangeLog10954 (build_binop): Merge declaration and initialization of local
11416 (build_binop): Suppressed unused local variables. fixed
11798 (build_binop): Use URSHIFT_EXPR directly to call build.
12846 (build_binop): Use op_location from operator as binop location
13110 (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
13176 build_binop, operator_string, patch_binop): New functions.