Searched refs:fmktemp (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | putscj.c | 215 bigptr x1 = fmktemp(p->vtype, NULL); in prarif() 283 y = fmktemp(x->vtype, NULL); in putcmgo() 429 x1 = fmktemp(TYLOGICAL, NULL); in putx() 442 x1 = fmktemp(TYLOGICAL, NULL); in putx() 454 x1 = fmktemp(TYLOGICAL, NULL); in putx() 545 tp = fmktemp(lp->vtype, lp->vleng); in putop() 598 t1 = fmktemp(type, NULL); in putpower() 612 t2 = fmktemp(type, NULL); in putpower() 641 t = fmktemp(TYDREAL, NULL); in intdouble() 695 resp = fmktemp(tyint, NULL); in putcx1() [all …]
|
| D | exec.c | 378 ctlstack->domax = fmktemp(dotype, NULL); 389 ctlstack->dostep = fmktemp(dotype, NULL);
|
| D | io.c | 268 IOSTP = fmktemp(TYINT, NULL); in endioctl() 451 tp = fmktemp(qe->vtype, qe->vleng);
|
| D | defs.h | 455 struct bigblock *builtin(int, char *), *fmktemp(int, bigptr),
|
| D | intr.c | 577 t = fmktemp(type, NULL); in finline()
|
| D | proc.c | 649 struct bigblock *fmktemp(type, lengp) in fmktemp() function
|
| D | expr.c | 823 rp->rplblock.rplvp = fmktemp(q->vtype, q->vleng); in stfcall() 1069 t = fmktemp(p->vtype, NULL); in subcheck()
|