Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dgram.expr29 { if($1 == OPMINUS)
50 | SMINUS { $$ = OPMINUS; }
119 { if($1 == OPMINUS)
H A Dexpr.c485 case OPMINUS:
510 mtype = cktype(OPMINUS, ltype, rtype);
588 case OPMINUS:
923 s->vleng = mkexpr(OPMINUS, p->b_prim.lcharp, in mklhs()
924 mkexpr(OPMINUS, p->b_prim.fcharp, MKICON(1) )); in mklhs()
1022 prod = mkexpr(OPMINUS, prod, cpexpr(dimp->baseoffset));
1024 prod = mkexpr(OPMINUS, prod, cpexpr(dimp->baseoffset));
1036 offp = mkexpr(OPPLUS, offp, mkexpr(OPMINUS, cpexpr(p->b_prim.fcharp), MKICON(1) ));
1375 case OPMINUS:
1531 case OPMINUS:
[all …]
H A Ddefines.h146 #define OPMINUS 2 macro
H A Dexec.c403 mkexpr(OPMINUS, cpexpr(ctlstack->domax), cpexpr(DOINIT)) );
429 q = mkexpr(OPMINUS, q,
H A Dgram.dcl155 { if( $1==OPMINUS && ISCONST($2) )
H A Dputscj.c407 case OPMINUS: in putx()
746 case OPMINUS: in putcx1()
782 p = putassign( realpart(resp), mkexpr(OPMINUS, in putcx1()
H A Dproc.c869 q = mkexpr(OPMINUS, q, cpexpr(dims[i].lb));