Home
last modified time | relevance | path

Searched refs:wfl_operator (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y1072 EXPR_WFL_LINECOL (wfl_operator) = $2.location;
1076 (wfl_operator,
1472 EXPR_WFL_SET_LINECOL (wfl_operator, lineno, -1);
1473 …parse_warning_context (wfl_operator, "An empty declaration is a deprecated feature that should not…
2778 if (wfl_operator) in java_parser_context_restore_global()
2782 EXPR_WFL_FILENAME_NODE (wfl_operator) = s; in java_parser_context_restore_global()
3179 EXPR_WFL_SET_LINECOL (wfl_operator, DECL_SOURCE_LINE_LAST (method), -2);
3180 parse_error_context (wfl_operator, "Missing return statement");
3198 EXPR_WFL_SET_LINECOL (wfl_operator, EXPR_WFL_LINENO (node), -2);
3199 parse_error_context (wfl_operator, "Unreachable statement");
[all …]
Dparse.c3946 EXPR_WFL_LINECOL (wfl_operator) = yyvsp[-1].operator.location; in yyparse()
3950 (wfl_operator, in yyparse()
4418 EXPR_WFL_SET_LINECOL (wfl_operator, lineno, -1); in yyparse()
4419 …parse_warning_context (wfl_operator, "An empty declaration is a deprecated feature that should not… in yyparse()
6343 if (wfl_operator) in java_parser_context_restore_global()
6347 EXPR_WFL_FILENAME_NODE (wfl_operator) = s; in java_parser_context_restore_global()
6744 EXPR_WFL_SET_LINECOL (wfl_operator, DECL_SOURCE_LINE_LAST (method), -2);
6745 parse_error_context (wfl_operator, "Missing return statement");
6763 EXPR_WFL_SET_LINECOL (wfl_operator, EXPR_WFL_LINENO (node), -2);
6764 parse_error_context (wfl_operator, "Unreachable statement");
[all …]
Djcf-parse.c519 if (wfl_operator == NULL_TREE)
520 wfl_operator = build_expr_wfl (NULL_TREE, NULL, 0, 0);
521 EXPR_WFL_FILENAME_NODE (wfl_operator) = file;
Dlex.c109 if (!wfl_operator)
110 wfl_operator = build_expr_wfl (NULL_TREE, ctxp->filename, 0, 0);
Dexpr.c2632 EXPR_WFL_LINECOL (wfl_operator) = EXPR_WFL_LINECOL (exp);
2634 (wfl_operator, "Duplicate case label: `%s'",
Djava-tree.h693 #define wfl_operator \ macro
DChangeLog4245 * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
4606 in `wfl_operator' with value.
4613 `wfl_operator' with new value.
4966 (wfl_operator): Remove.
5730 `wfl_operator', to maybe_build_primttype_type_ref.
10749 * parse.y (wfl_operator, print_int_node): Make non-static.
13004 (java_init_lex): wfl_operator and wfl_op initialized
13017 * parse.y (static tree wfl_operator): New static WFL for operator
13059 wfl_operator. Improved error message on shift distance.