Searched refs:OPMINUS (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | gram.expr | 29 { if($1 == OPMINUS) 50 | SMINUS { $$ = OPMINUS; } 119 { if($1 == OPMINUS)
|
H A D | expr.c | 485 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 D | defines.h | 146 #define OPMINUS 2 macro
|
H A D | exec.c | 403 mkexpr(OPMINUS, cpexpr(ctlstack->domax), cpexpr(DOINIT)) ); 429 q = mkexpr(OPMINUS, q,
|
H A D | gram.dcl | 155 { if( $1==OPMINUS && ISCONST($2) )
|
H A D | putscj.c | 407 case OPMINUS: in putx() 746 case OPMINUS: in putcx1() 782 p = putassign( realpart(resp), mkexpr(OPMINUS, in putcx1()
|
H A D | proc.c | 869 q = mkexpr(OPMINUS, q, cpexpr(dims[i].lb));
|