Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/m4/
H A Dparser.y42 %right UMINUS UPLUS '!' '~'
80 | '+' expr %prec UPLUS { $$ = $2; }
/netbsd-src/tools/m4/bootstrap/
H A Dparser.h12 #define UPLUS 268 macro
H A Dparser.c62 #define UPLUS 268 macro
/netbsd-src/usr.bin/xlint/lint1/
H A Dop.h73 UPLUS, enumerator
H A DREADME.md116 | UPLUS | the unary operator `+u.ops.left` |
H A Dcgram.y775 $$ = build_unary($1 == PLUS ? UPLUS : UMINUS, $2, $3);
H A Dtree.c1066 case UPLUS: in build_struct_access()
1131 case UPLUS: in subt_size_in_bytes()
1901 case UPLUS: in build_binary()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h662 #define UPLUS (MAXOP+36) macro
H A Dcgram.y1181 | '+' term { $$ = biop(UPLUS, $2, NULL ); }
2210 case UPLUS: in eve()
H A Dtrees.c3273 SNAM(UPLUS,U+) in copst()
3317 case UPLUS: