Home
last modified time | relevance | path

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

/external/libpcap/
Dtokdefs.h157 UMINUS = 375 enumerator
278 #define UMINUS 375 macro
Dgrammar.y314 %nonassoc UMINUS
625 | '-' arth %prec UMINUS { $$ = gen_neg($2); }
Dgrammar.c464 UMINUS = 375 enumerator
585 #define UMINUS 375 macro
/external/fio/exp/
Dexpression-parser.y67 %nonassoc UMINUS
123 | '-' expression %prec UMINUS {
/external/bison/doc/
Dbison.texi7056 a precedence for a fictitious terminal symbol named @code{UMINUS}. There
7064 %left UMINUS
7067 Now the precedence of @code{UMINUS} can be used in specific rules:
7075 | '-' exp %prec UMINUS
7080 If you forget to append @code{%prec UMINUS} to the rule for unary
12323 @c LocalWords: YYEMPTY YYEOF YYRECOVERING yyclearin GE def UMINUS maybeword loc
Dbison.info6753 declare a precedence for a fictitious terminal symbol named `UMINUS'.
6760 %left UMINUS
6762 Now the precedence of `UMINUS' can be used in specific rules:
6768 | '-' exp %prec UMINUS