Home
last modified time | relevance | path

Searched refs:TMASK (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h103 #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 Dvalue.c101 switch (p->v_type&TMASK) { in vassign()
207 switch (p->v_type&TMASK) { in vprint()
H A Dtip.h130 #define TMASK 017 macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal.c72 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c205 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 Dlocal.c396 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 Dlocal.c234 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal.c169 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c211 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal.c214 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c228 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 Dtrees.c742 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 Dlocal.c616 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 Dpftn.c259 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 Dtrees.c817 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 Dlocal.c226 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c448 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19986693 * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.