Searched refs:wfl_operator (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 3950 (wfl_operator, in yyparse() 6343 if (wfl_operator) in java_parser_context_restore_global() 15399 (wfl_operator, 16443 wfl = wfl_operator; 17404 (wfl_operator, 18132 (wfl_operator, 18145 parse_error_context (wfl_operator, 18149 parse_error_context (wfl_operator, 18575 (wfl_operator, 18968 (wfl_operator, [all …]
|
H A D | parse.y | 1076 (wfl_operator, 2778 if (wfl_operator) in java_parser_context_restore_global() 11834 (wfl_operator, 12878 wfl = wfl_operator; 13839 (wfl_operator, 14567 (wfl_operator, 14580 parse_error_context (wfl_operator, 14584 parse_error_context (wfl_operator, 15010 (wfl_operator, 15403 (wfl_operator, [all …]
|
H A D | jcf-parse.c | 519 if (wfl_operator == NULL_TREE) 520 wfl_operator = build_expr_wfl (NULL_TREE, NULL, 0, 0); 521 EXPR_WFL_FILENAME_NODE (wfl_operator) = file;
|
H A D | lex.c | 109 if (!wfl_operator) 110 wfl_operator = build_expr_wfl (NULL_TREE, ctxp->filename, 0, 0);
|
H A D | expr.c | 2632 EXPR_WFL_LINECOL (wfl_operator) = EXPR_WFL_LINECOL (exp); 2634 (wfl_operator, "Duplicate case label: `%s'",
|
H A D | java-tree.h | 693 #define wfl_operator \ macro
|
H A D | ChangeLog | 4245 * 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.
|