Searched refs:DECR_TK (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse-scan.y | 171 %token DECR_TK INCR_TK 1043 postfix_expression DECR_TK 1059 DECR_TK unary_expression
|
| H A D | parse-scan.c | 96 DECR_TK = 301, enumerator 207 #define DECR_TK 301 macro
|
| H A D | lex.c | 1472 BUILD_OPERATOR (DECR_TK);
|
| H A D | parse.y | 486 %token DECR_TK INCR_TK 580 %token <operator> DECR_TK MINUS_TK MULT_TK DIV_TK XOR_TK REM_TK NEQ_TK 2319 postfix_expression DECR_TK 2353 DECR_TK unary_expression 2355 | DECR_TK error 14161 tree node = build (lookup [is_post_p][(op_token - DECR_TK)],
|
| H A D | parse.c | 105 DECR_TK = 301, enumerator 216 #define DECR_TK 301 macro 17726 tree node = build (lookup [is_post_p][(op_token - DECR_TK)],
|
| H A D | ChangeLog | 13019 (DECR_TK, INCR_TK): Moved. 13140 AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
|