Searched refs:UMINUS (Results 1 – 8 of 8) sorted by relevance
166 UMINUS = 376 enumerator288 #define UMINUS 376 macro
328 %nonassoc UMINUS669 | '-' arth %prec UMINUS { $$ = gen_neg($2); }
481 UMINUS = 376 enumerator603 #define UMINUS 376 macro
67 %nonassoc UMINUS123 | '-' expression %prec UMINUS {
191 ('right','UMINUS'),216 'expression : MINUS expression %prec UMINUS'
META-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...
7056 a precedence for a fictitious terminal symbol named @code{UMINUS}. There7064 %left UMINUS7067 Now the precedence of @code{UMINUS} can be used in specific rules:7075 | '-' exp %prec UMINUS7080 If you forget to append @code{%prec UMINUS} to the rule for unary12323 @c LocalWords: YYEMPTY YYEOF YYRECOVERING yyclearin GE def UMINUS maybeword loc
6753 declare a precedence for a fictitious terminal symbol named `UMINUS'.6760 %left UMINUS6762 Now the precedence of `UMINUS' can be used in specific rules:6768 | '-' exp %prec UMINUS