Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse-scan.y148 %token PLUS_TK MINUS_TK MULT_TK DIV_TK REM_TK
1079 | multiplicative_expression DIV_TK unary_expression
Dparse-scan.c56 DIV_TK = 261, enumerator
167 #define DIV_TK 261 macro
Dlex.c1499 BUILD_OPERATOR (DIV_TK);
Dparse.y463 %token PLUS_TK MINUS_TK MULT_TK DIV_TK REM_TK
580 %token <operator> DECR_TK MINUS_TK MULT_TK DIV_TK XOR_TK REM_TK NEQ_TK
2421 | multiplicative_expression DIV_TK unary_expression
2433 | multiplicative_expression DIV_TK error
Dparse.c65 DIV_TK = 261, enumerator
176 #define DIV_TK 261 macro
DChangeLog13141 MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,