Home
last modified time | relevance | path

Searched refs:fixtype (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c365 bigptr fixtype(p) in fixtype() function
380 p->b_addr.memoffset = fixtype(p->b_addr.memoffset);
421 lp = p->b_expr.leftp = fixtype(p->b_expr.leftp);
432 rp = p->b_expr.rightp = fixtype(p->b_expr.rightp);
474 p->b_expr.rightp = fixtype( mkconv(ptype, rp) );
494 p->b_expr.leftp = fixtype(mkconv(ptype,lp));
496 p->b_expr.rightp = fixtype(mkconv(ptype,rp));
517 p->b_expr.leftp = fixtype(mkconv(mtype,lp));
519 p->b_expr.rightp = fixtype(mkconv(mtype,rp));
527 lp->b_expr.rightp = fixtype( mkconv(ptype, lp->b_expr.rightp) );
[all …]
H A Dio.c391 p = fixtype(p);
438 putio( fixtype(cpexpr(qn->b_name.vdim->nelt)),
445 else if( (qe = fixtype(cpexpr(q)))->tag==TADDR)
492 nelt = fixtype( mkconv(TYLENG,nelt) );
581 unitp = fixtype(cpexpr(p)); in startrw()
612 p = V(IOSFMT) = fixtype(p); in startrw()
751 q->b_addr.memoffset = fixtype( mkexpr(OPPLUS, q->b_addr.memoffset, MKICON(offset)) );
H A Ddata.c120 q = fixtype(cpexpr(ip->b_impldo.implb));
127 q = fixtype(cpexpr(ip->b_impldo.impstep));
136 q = fixtype(cpexpr(ip->b_impldo.impub));
H A Dgram.exec66 { putcmgo(fixtype($7), nstars, labarray); }
H A Dexec.c345 p = par[i++] = fixtype(cp->chain.datap);
530 expr = fixtype(expr);
H A Dput.c91 q = fixtype(q); in putex1()
H A Ddefs.h475 fixtype(bigptr);
H A Dputscj.c180 if( ( k = (p = fixtype(p))->vtype) != TYLOGICAL) { in putif()
577 p = mkconv(t, fixtype(p)); in putforce()
/netbsd-src/usr.bin/rpcgen/
H A Drpc_util.c160 fixtype(const char *type) in fixtype() function
191 f_print(fout, "%s ", follow ? fixtype(type) : type); in ptype()
H A Drpc_util.h110 const char *fixtype(const char *);
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c119 void fixtype(NODE *p, int class);
174 fixtype(q, class); in defid()
2603 fixtype(NODE *p, int class) in fixtype() function
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c131 void fixtype(NODE *p, int class);
204 fixtype(q, class); in defid2()
2644 fixtype(NODE *p, int class) in fixtype() function