Searched refs:UMINUS (Results 1 – 11 of 11) sorted by relevance
/external/one-true-awk/ |
D | ytab.h | 135 UMINUS = 345, enumerator 232 #define UMINUS 345 macro
|
D | awkgram.y | 89 %left NOT UMINUS UPLUS 359 | '-' term %prec UMINUS { $$ = op1(UMINUS, $2); } 360 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); } 361 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
|
D | maketab.c | 64 { UMINUS, "arith", " -" },
|
D | ytab.c | 203 UMINUS = 345, enumerator 300 #define UMINUS 345 macro 3148 { (yyval.p) = op1(UMINUS, (yyvsp[0].p)); } in yyparse()
|
D | run.c | 1047 if (n != UMINUS && n != UPLUS) { in arith() 1074 case UMINUS: in arith()
|
/external/libpcap/ |
D | grammar.h | 166 UMINUS = 376 enumerator 288 #define UMINUS 376 macro
|
D | grammar.y | 358 %nonassoc UMINUS 699 | '-' arth %prec UMINUS { $$ = gen_neg(cstate, $2); }
|
D | grammar.c | 484 UMINUS = 376 enumerator 606 #define UMINUS 376 macro
|
/external/ply/ply/ |
D | README.md | 197 ('right','UMINUS'), 222 'expression : MINUS expression %prec UMINUS'
|
D | CHANGES | 1337 ('right', 'UMINUS'), # Unary minus operator
|
/external/libchrome/third_party/ply/ |
D | README | 191 ('right','UMINUS'), 216 'expression : MINUS expression %prec UMINUS'
|