Searched refs:UPLUS (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/usr.bin/m4/ |
| D | parser.y | 42 %right UMINUS UPLUS '!' '~' 80 | '+' expr %prec UPLUS { $$ = $2; }
|
| /netbsd/src/tools/m4/bootstrap/ |
| D | parser.h | 12 #define UPLUS 268 macro
|
| D | parser.c | 62 #define UPLUS 268 macro
|
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | op.h | 73 UPLUS, enumerator
|
| D | README.md | 116 | UPLUS | the unary operator `+u.ops.left` |
|
| D | cgram.y | 782 $$ = build_unary($1 == PLUS ? UPLUS : UMINUS, $2, $3);
|
| D | tree.c | 1066 case UPLUS: in fold_unsigned_integer() 1131 case UPLUS: in fold_signed_integer() 1898 case UPLUS: in fold_constant_floating()
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | maketab.c | 69 { UPLUS, "arith", " +" },
|
| D | ChangeLog | 152 * awkgram.y (UPLUS): New token. In the grammar, call op1() 154 * maketab.c (proc): Add entry for UPLUS. 155 * run.c (arith): Handle UPLUS.
|
| D | awkgram.y | 94 %left NOT UMINUS UPLUS 372 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); }
|
| D | run.c | 1448 if (n != UMINUS && n != UPLUS) { in arith() 1478 case UPLUS: /* handled by getfval(), above */ in arith()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | pass1.h | 662 #define UPLUS (MAXOP+36) macro
|
| D | cgram.y | 1181 | '+' term { $$ = biop(UPLUS, $2, NULL ); } 2210 case UPLUS: in eve()
|
| D | trees.c | 3273 SNAM(UPLUS,U+) in copst() 3317 case UPLUS:
|