Home
last modified time | relevance | path

Searched refs:FTN (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/
Dcode.c131 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
169 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in bfcode()
Dlocal.c390 r->n_sp->stype = INCREF(p->n_type)+(FTN-PTR); in myp2tree()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/
Dcode.c94 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
144 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
Dlocal.c417 (s = block(NAME, NIL, NIL, FTN, 0, 0)), in clocal()
418 NIL, PTR|FTN, 0, 0), in clocal()
439 (s = block(NAME, NIL, NIL, FTN, 0, 0)),NIL,0,0,0), in clocal()
498 block(NAME, NIL, NIL, FTN, 0, 0), NIL, PTR|FTN, 0, 0); in clocal()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/m16c/
Dcode.c75 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
128 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/
Dcode.c100 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
124 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dcode.c131 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
134 ty = cftnsp->stype - FTN; in efcode()
383 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
699 if (ty == STRTY+FTN || ty == UNIONTY+FTN) { in funcode()
700 ty = DECREF(l->n_type) - FTN; in funcode()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dcode.c264 p = tempnode(0, PTR-FTN+cftnsp->stype, 0, cftnsp->sap); in param_retstruct()
333 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
397 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
826 ty = DECREF(l->n_type) - FTN; in retstruct()
877 if (p->n_type == STRTY+FTN || p->n_type == UNIONTY+FTN) { in funcode()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dcode.c132 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
159 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
Dlocal2.c1174 p->n_left = mklnode(ICON, 0, 0, FTN|p->n_type); in mkcall()
1194 s = mklnode(ICON, 0, 0, FTN|UNSIGNED); in optim2()
1202 p->n_left = mklnode(ICON, 0, 0, FTN|UNSIGNED); in optim2()
1214 p->n_left = mklnode(ICON, 0, 0, FTN|p->n_type); in optim2()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp10/
Dcode.c85 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
Dlocal.c422 sp->stype = INCREF(type | FTN); in newfun()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dcode.c141 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN)
266 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) {
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dcode.c365 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
490 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode()
493 ty = cftnsp->stype - FTN; in efcode()
1499 ty = DECREF(l->n_type) - FTN; in retstruct()
1534 if (DECREF(p->n_left->n_type) == STRTY+FTN || in funcode()
1535 DECREF(p->n_left->n_type) == UNIONTY+FTN) in funcode()
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dmanifest.h95 #define FTN 0x40 macro
122 #define ISFTN(x) (((x)&TMASK)==FTN) /* is x a function type? */
/netbsd/src/external/bsd/pcc/dist/pcc/arch/amd64/
Dcode.c249 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
576 sp->sclass = USTATIC; sp->stype = FTN|VOID|(PTR<<TSHIFT); } in bjobcode()
1115 if ((l = p->n_left)->n_type == INCREF(FTN)+STRTY || in funcode()
1116 l->n_type == INCREF(FTN)+UNIONTY) { in funcode()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dpftn.c1162 case FTN: in talign()
1221 case FTN: in tsize()
2097 t += (FTN-PTR); in tyreduce()
2101 t += (FTN-PTR); in tyreduce()
2569 case FTN: in chk2()
2659 if( mod1 == ARY && mod2 == FTN ){ in fixtype()
2663 else if( mod1 == FTN && ( mod2 == ARY || mod2 == FTN ) ){ in fixtype()
2893 p = block(NAME, NIL, NIL, FTN+VOID, 0, 0); in sspinit()
2960 p = block(NAME, NIL, NIL, FTN+VOID, 0, 0); in sspend()
3022 p->n_type = FTN|STRTY; in complinit()
[all …]
Dbuiltins.c481 f->n_sp->stype = INCREF(rt)+(FTN-PTR); in binhelp()
1046 p->n_type = INCREF(bt->rt) + (FTN-PTR); in builtin_init()
Dcgram.y943 cftnsp->stype != VOID+FTN)
2263 p1->n_type = FTN|INT; in eve()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dpftn.c1156 case FTN: in talign()
1208 case FTN: in tsize()
2079 t += (FTN-PTR); in tyreduce()
2083 t += (FTN-PTR); in tyreduce()
2528 case FTN: in chk2()
2618 if( mod1 == ARY && mod2 == FTN ){ in fixtype()
2622 else if( mod1 == FTN && ( mod2 == ARY || mod2 == FTN ) ){ in fixtype()
2849 p = block(NAME, NIL, NIL, FTN+VOID, 0, 0); in sspinit()
2915 p = block(NAME, NIL, NIL, FTN+VOID, 0, 0); in sspend()
Dbuiltins.c406 f->n_sp->stype = INCREF(rt)+(FTN-PTR); in binhelp()
801 p->n_type = INCREF(bt->rt) + (FTN-PTR); in builtin_init()
Dcxxcode.c80 sp->stype = (FTN|VOID) | (PTR << TSHIFT); in callftn()
Dcgram.y969 cftnsp->stype != VOID+FTN)
2269 p1->n_type = FTN|INT; in eve()
/netbsd/src/lib/libc/rpc/
DREADME167 #define TVOID FTN /* function returning UNDEF (for void) */
175 #define TVOID FTN /* function returning UNDEF (for void) */
/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Dputscj.c1041 funct = (q->vclass==CLPROC ? FTN<<TSHIFT : 0); in putaddr()
1147 type2 |= (FTN<<TSHIFT); in putmem()

12