Searched refs:UMINUS (Results 1 – 6 of 6) sorted by relevance
157 UMINUS = 375 enumerator278 #define UMINUS 375 macro
314 %nonassoc UMINUS625 | '-' arth %prec UMINUS { $$ = gen_neg($2); }
464 UMINUS = 375 enumerator585 #define UMINUS 375 macro
67 %nonassoc UMINUS123 | '-' expression %prec UMINUS {
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