| /netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/ |
| D | code.c | 131 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode() 169 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in bfcode()
|
| D | local.c | 390 r->n_sp->stype = INCREF(p->n_type)+(FTN-PTR); in myp2tree()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| D | code.c | 94 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode() 144 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
|
| D | local.c | 417 (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/ |
| D | code.c | 75 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/ |
| D | code.c | 100 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/ |
| D | code.c | 131 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/ |
| D | code.c | 264 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/ |
| D | code.c | 132 if (cftnsp->stype != STRTY+FTN && cftnsp->stype != UNIONTY+FTN) in efcode() 159 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
|
| D | local2.c | 1174 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/ |
| D | code.c | 85 if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) { in bfcode()
|
| D | local.c | 422 sp->stype = INCREF(type | FTN); in newfun()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/ |
| D | code.c | 141 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/ |
| D | code.c | 365 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/ |
| D | manifest.h | 95 #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/ |
| D | code.c | 249 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/ |
| D | pftn.c | 1162 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 …]
|
| D | builtins.c | 481 f->n_sp->stype = INCREF(rt)+(FTN-PTR); in binhelp() 1046 p->n_type = INCREF(bt->rt) + (FTN-PTR); in builtin_init()
|
| D | cgram.y | 943 cftnsp->stype != VOID+FTN) 2263 p1->n_type = FTN|INT; in eve()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | pftn.c | 1156 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()
|
| D | builtins.c | 406 f->n_sp->stype = INCREF(rt)+(FTN-PTR); in binhelp() 801 p->n_type = INCREF(bt->rt) + (FTN-PTR); in builtin_init()
|
| D | cxxcode.c | 80 sp->stype = (FTN|VOID) | (PTR << TSHIFT); in callftn()
|
| D | cgram.y | 969 cftnsp->stype != VOID+FTN) 2269 p1->n_type = FTN|INT; in eve()
|
| /netbsd/src/lib/libc/rpc/ |
| D | README | 167 #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/ |
| D | putscj.c | 1041 funct = (q->vclass==CLPROC ? FTN<<TSHIFT : 0); in putaddr() 1147 type2 |= (FTN<<TSHIFT); in putmem()
|