Home
last modified time | relevance | path

Searched refs:bigblock (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Ddefs.h57 typedef struct bigblock *bigptr;
106 extern struct bigblock *typeaddr;
107 extern struct bigblock *retslot;
140 extern struct bigblock *ioblkp;
160 struct bigblock *donamep;
215 struct bigblock *namep;
216 struct bigblock *argsp;
225 struct bigblock *varp;
329 struct bigblock *varnp;
330 struct bigblock *varvp;
[all …]
Dexpr.c43 LOCAL void conspower(union constant *, struct bigblock *, ftnint);
47 LOCAL struct bigblock *stfcall(struct bigblock *, struct bigblock *);
48 LOCAL bigptr mkpower(struct bigblock *p);
49 LOCAL bigptr fold(struct bigblock *e);
50 LOCAL bigptr subcheck(struct bigblock *, bigptr);
52 struct bigblock *mkconst(t) in mkconst()
55 register struct bigblock *p;
64 struct bigblock *mklogcon(l) in mklogcon()
67 register struct bigblock * p;
76 struct bigblock *mkintcon(l) in mkintcon()
[all …]
Dmisc.c131 struct bigblock *mklist(p) in mklist()
134 register struct bigblock *q;
288 struct bigblock *mkname(l, s) in mkname()
294 register struct bigblock *q;
399 struct bigblock *builtin(t, s) in builtin()
404 register struct bigblock *q;
538 struct bigblock *
544 register struct bigblock *p;
553 struct bigblock *
559 struct bigblock *args;
[all …]
Dputscj.c47 LOCAL struct bigblock *putcall(struct bigblock *p);
48 LOCAL NODE *putmnmx(struct bigblock *p);
50 LOCAL NODE *putaddr(struct bigblock *, int);
51 LOCAL void putct1(bigptr, struct bigblock *, struct bigblock *, int *);
53 LOCAL NODE *putcat(struct bigblock *, bigptr);
54 LOCAL NODE *putchcmp(struct bigblock *p);
55 LOCAL NODE *putcheq(struct bigblock *p);
56 LOCAL NODE *putcxcmp(struct bigblock *p);
57 LOCAL struct bigblock *putcx1(bigptr);
59 LOCAL struct bigblock *putcxeq(struct bigblock *p);
[all …]
Dput.c110 struct bigblock *
111 realpart(struct bigblock *p) in realpart()
113 struct bigblock *q; in realpart()
124 struct bigblock *
125 imagpart(struct bigblock *p) in imagpart()
127 struct bigblock *q; in imagpart()
139 struct bigblock *
140 putconst(struct bigblock *p) in putconst()
142 struct bigblock *q; in putconst()
Dexec.c47 LOCAL void mkstfunct(struct bigblock *, bigptr);
178 exequals(struct bigblock *lp, bigptr rp) in exequals()
200 mkstfunct(struct bigblock *lp, bigptr rp) in mkstfunct()
202 struct bigblock *p; in mkstfunct()
203 struct bigblock *np; in mkstfunct()
233 struct bigblock *name; in excall()
234 struct bigblock *args;
306 register struct bigblock *np;
310 struct bigblock *dovarp, *dostgp;
464 struct bigblock *np; in enddo()
[all …]
Ddata.c45 LOCAL void setdata(struct bigblock *, struct bigblock *, ftnint, ftnint);
52 register struct bigblock *repp, *valp; in dataval()
56 register struct bigblock *p;
95 struct bigblock *nextdata(elenp, vlenp) in nextdata()
98 register struct bigblock *ip;
99 struct bigblock *pp;
100 register struct bigblock *np;
234 struct bigblock *varp; in setdata()
236 struct bigblock *valp;
Dproc.c147 newentry(struct bigblock *v) in newentry()
175 struct bigblock *q; in entrypt()
264 register struct bigblock *p;
303 struct bigblock *argvec; in procode()
326 struct bigblock *np, *q; in doentry()
413 register struct bigblock *q; in dobss()
474 register struct bigblock *q; in iarrlen()
501 register struct bigblock *v; in docommon()
565 struct bigblock *p; in frtemp()
575 struct bigblock *
[all …]
Dintr.c41 static struct bigblock *finline(int, int, chainp);
340 struct bigblock *
342 struct bigblock *np; in intrcall()
343 struct bigblock *argsp;
347 struct bigblock *ap;
349 struct bigblock *q;
520 struct bigblock *
522 struct bigblock *np; in intraddr()
524 struct bigblock *q;
565 struct bigblock *
[all …]
Dequiv.c45 LOCAL int nsubs(struct bigblock *p);
58 struct bigblock *itemp; in doequiv()
59 register struct bigblock *np; in doequiv()
189 register struct bigblock *np;
299 register struct bigblock *p; in nsubs()
Dinit.c88 struct bigblock *typeaddr;
89 struct bigblock *retslot;
134 struct bigblock *ioblkp;
175 register struct bigblock *p; in procinit()
Dio.c54 LOCAL void putiocall(struct bigblock *q);
419 register struct bigblock *qn;
420 struct bigblock *tp;
474 register struct bigblock *q;
523 register struct bigblock *q; in putiocall()
542 register struct bigblock *np; in startrw()
543 register struct bigblock *unitp, *nump; in startrw()
747 register struct bigblock *q;
Derror.c80 struct bigblock *v;
Dgram.dcl196 { struct bigblock *np;
209 { chainp p; struct bigblock *q;
Ddefines.h61 #define BALLO() (bigptr)ckalloc(sizeof(struct bigblock))
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dflocal.c193 prolog(struct entrypoint *ep, struct bigblock *argvec) in prolog()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2018756 (bigblock::all_ones): Fix undefined shift.