Searched refs:fixtype (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | expr.c | 365 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 D | io.c | 391 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 D | data.c | 120 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 D | gram.exec | 66 { putcmgo(fixtype($7), nstars, labarray); }
|
| H A D | exec.c | 345 p = par[i++] = fixtype(cp->chain.datap); 530 expr = fixtype(expr);
|
| H A D | put.c | 91 q = fixtype(q); in putex1()
|
| H A D | defs.h | 475 fixtype(bigptr);
|
| H A D | putscj.c | 180 if( ( k = (p = fixtype(p))->vtype) != TYLOGICAL) { in putif() 577 p = mkconv(t, fixtype(p)); in putforce()
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 160 fixtype(const char *type) in fixtype() function 191 f_print(fout, "%s ", follow ? fixtype(type) : type); in ptype()
|
| H A D | rpc_util.h | 110 const char *fixtype(const char *);
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | pftn.c | 119 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 D | pftn.c | 131 void fixtype(NODE *p, int class); 204 fixtype(q, class); in defid2() 2644 fixtype(NODE *p, int class) in fixtype() function
|