Home
last modified time | relevance | path

Searched refs:DECR_TK (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y171 %token DECR_TK INCR_TK
1043 postfix_expression DECR_TK
1059 DECR_TK unary_expression
H A Dparse-scan.c96 DECR_TK = 301, enumerator
207 #define DECR_TK 301 macro
H A Dlex.c1472 BUILD_OPERATOR (DECR_TK);
H A Dparse.y486 %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 Dparse.c105 DECR_TK = 301, enumerator
216 #define DECR_TK 301 macro
17726 tree node = build (lookup [is_post_p][(op_token - DECR_TK)],
H A DChangeLog13019 (DECR_TK, INCR_TK): Moved.
13140 AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,