Home
last modified time | relevance | path

Searched refs:ISCON (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dcode.c51 s = ISFTN(t) ? PROG : ISCON(cqual(t, sp->squal)) ? RDATA : DATA; in defloc()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c623 if (ISCON(q)) in tprint()
635 printf("%s%s%s", ISCON(q << TSHIFT) ? "const " : "", in tprint()
H A Dmanifest.h124 #define ISCON(x) (((x)&CON)==CON) /* is x const? */ macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c59 s = ISFTN(t) ? PROG : ISCON(cqual(t, sp->squal)) ? RDATA : DATA; in defloc()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dcode.c77 s = ISFTN(t) ? PROG : ISCON(cqual(t, sp->squal)) ? RDATA : DATA; in defloc()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsymtabs.c388 if (ISCON(cqual(sp->stype, sp->squal))) in locctr()
H A Dtrees.c364 if ((l->n_type > BTMASK && ISCON(l->n_qual)) || in buildtree()
365 (l->n_type <= BTMASK && ISCON(l->n_qual << TSHIFT))) in buildtree()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c394 if (ISCON(cqual(sp->stype, sp->squal))) in locctr()
H A Dtrees.c426 if ((l->n_type > BTMASK && ISCON(l->n_qual)) || in buildtree()
427 (l->n_type <= BTMASK && ISCON(l->n_qual << TSHIFT))) in buildtree()