| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | manifest.h | 103 #define TMASK 0x060 macro 121 #define ISPTR(x) (((x)&TMASK)==PTR) 122 #define ISFTN(x) (((x)&TMASK)==FTN) /* is x a function type? */ 123 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type? */
|
| /netbsd-src/usr.bin/tip/ |
| H A D | value.c | 101 switch (p->v_type&TMASK) { in vassign() 207 switch (p->v_type&TMASK) { in vprint()
|
| H A D | tip.h | 130 #define TMASK 017 macro
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| H A D | local.c | 72 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
| H A D | local.c | 205 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal() 237 if ((TMASK & l->n_type) == 0 && l->n_sp == NULL) in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| H A D | local.c | 396 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal() 427 if (!nncon(l) && (l->n_type & TMASK) && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
| H A D | local.c | 234 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
| H A D | local.c | 169 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| H A D | local.c | 211 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
| H A D | local.c | 214 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | pftn.c | 228 for (temp = type; temp & TMASK; temp = DECREF(temp)) { in defid() 1151 switch (ty & TMASK) { in talign() 1206 switch (ty & TMASK) { in tsize() 2159 for (t = typ->n_type, j = typ->n_df; t&TMASK; t = DECREF(t)) in tymerge() 2517 switch (type & TMASK) { in chk2() 2615 if ((mod2 = (type&TMASK))) { in fixtype() 2617 while( mod1=mod2, mod2 = (t&TMASK) ){ in fixtype()
|
| H A D | trees.c | 742 if ((p->n_type & TMASK) || (t & TMASK)) /* no cast of pointers */ in concast() 1041 if (BTYPE(t1) == VOID && (t2 & TMASK)) in chkpun() 1043 if (BTYPE(t2) == VOID && (t1 & TMASK)) in chkpun() 1564 p = block(t & TMASK ? PCONV : SCONV, p, NIL, t, d, ap); in makety()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | local.c | 616 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && 648 if ((TMASK & l->n_type) == 0 && l->n_sp == NULL)
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | pftn.c | 259 for (temp = type; temp & TMASK; temp = DECREF(temp)) { in defid2() 1157 switch (ty & TMASK) { in talign() 1219 switch (ty & TMASK) { in tsize() 2177 for (t = typ->n_type, j = typ->n_df; t&TMASK; t = DECREF(t)) in tymerge() 2558 switch (type & TMASK) { in chk2() 2656 if ((mod2 = (type&TMASK))) { in fixtype() 2658 while( mod1=mod2, mod2 = (t&TMASK) ){ in fixtype()
|
| H A D | trees.c | 817 if (((p->n_type & TMASK) && t != BOOL) || (t & TMASK)) /* no pointers */ in concast() 1119 if (BTYPE(t1) == VOID && (t2 & TMASK)) in chkpun() 1121 if (BTYPE(t2) == VOID && (t1 & TMASK)) in chkpun() 1665 p = block(t & TMASK ? PCONV : SCONV, p, NULL, t, d, ap); in makety()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| H A D | local.c | 226 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | local.c | 448 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1998 | 6693 * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.
|