Searched refs:build_incdec (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.y | 162 static tree build_incdec PARAMS ((int, int, tree, int)); 2315 { $$ = build_incdec ($2.token, $2.location, $1, 1); } 2320 { $$ = build_incdec ($2.token, $2.location, $1, 1); } 2347 {$$ = build_incdec ($1.token, $1.location, $2, 0); } 2354 {$$ = build_incdec ($1.token, $1.location, $2, 0); } 14151 build_incdec (op_token, op_location, op1, is_post_p) in build_incdec() function
|
| D | parse.c | 402 static tree build_incdec PARAMS ((int, int, tree, int)); 5546 …{ yyval.node = build_incdec (yyvsp[0].operator.token, yyvsp[0].operator.location, yyvsp[-1].node, … in yyparse() 5551 …{ yyval.node = build_incdec (yyvsp[0].operator.token, yyvsp[0].operator.location, yyvsp[-1].node, … in yyparse() 5584 …{yyval.node = build_incdec (yyvsp[-1].operator.token, yyvsp[-1].operator.location, yyvsp[0].node, … in yyparse() 5594 …{yyval.node = build_incdec (yyvsp[-1].operator.token, yyvsp[-1].operator.location, yyvsp[0].node, … in yyparse() 17716 build_incdec (op_token, op_location, op1, is_post_p) in build_incdec() function
|
| D | ChangeLog | 2300 * parse.y (build_incdec): Likewise. 12848 (build_unaryop, build_incdec, build_cast): Likewise. 13007 * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast, 13060 (build_unaryop, build_incdec, build_cast, patch_unaryop,
|