Searched refs:UPLUS (Results 1 – 7 of 7) sorted by relevance
/external/one-true-awk/ |
D | maketab.c | 65 { UPLUS, "arith", " +" },
|
D | ChangeLog | 128 * awkgram.y (UPLUS): New token. In the grammar, call op1() 130 * maketab.c (proc): Add entry for UPLUS. 131 * run.c (arith): Handle UPLUS.
|
D | awkgram.y | 90 %left NOT UMINUS UPLUS 366 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); }
|
D | run.c | 1042 if (n != UMINUS && n != UPLUS) { in arith() 1072 case UPLUS: /* handled by getfval(), above */ in arith()
|
/external/starlark-go/starlark/ |
D | interp.go | 180 case compile.UPLUS, compile.UMINUS, compile.TILDE: 185 unop = syntax.Token(op-compile.UPLUS) + syntax.PLUS
|
/external/llvm-project/flang/lib/Parser/ |
D | preprocessor.cpp | 720 UPLUS, in ExpressionValue() enumerator 819 op = UPLUS; in ExpressionValue() 868 case UPLUS: in ExpressionValue()
|
/external/starlark-go/internal/compile/ |
D | compile.go | 94 UPLUS // x UPLUS x const 222 UPLUS: "uplus", 294 UPLUS: 0, 1378 fcomp.emit(UPLUS)
|