Home
last modified time | relevance | path

Searched refs:UPLUS (Results 1 – 7 of 7) sorted by relevance

/external/one-true-awk/
Dmaketab.c65 { UPLUS, "arith", " +" },
DChangeLog128 * awkgram.y (UPLUS): New token. In the grammar, call op1()
130 * maketab.c (proc): Add entry for UPLUS.
131 * run.c (arith): Handle UPLUS.
Dawkgram.y90 %left NOT UMINUS UPLUS
366 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); }
Drun.c1042 if (n != UMINUS && n != UPLUS) { in arith()
1072 case UPLUS: /* handled by getfval(), above */ in arith()
/external/starlark-go/starlark/
Dinterp.go180 case compile.UPLUS, compile.UMINUS, compile.TILDE:
185 unop = syntax.Token(op-compile.UPLUS) + syntax.PLUS
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp720 UPLUS, in ExpressionValue() enumerator
819 op = UPLUS; in ExpressionValue()
868 case UPLUS: in ExpressionValue()
/external/starlark-go/internal/compile/
Dcompile.go94 UPLUS // x UPLUS x const
222 UPLUS: "uplus",
294 UPLUS: 0,
1378 fcomp.emit(UPLUS)