Home
last modified time | relevance | path

Searched refs:ISARY (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c397 if (ISARY(sp->stype)) { in beginit()
476 } else if (ISARY(t)) { in stkpush()
519 if (ISARY(pstk->in_t)) { in stkpop()
540 if (is == NULL || !ISARY(is->in_t)) in acalc()
556 if (ISARY(pstk->in_t)) in findoff()
568 if (ISARY(is->in_t)) { in findoff()
572 while (ISARY(t)) in findoff()
580 while (is->in_prev && ISARY(is->in_prev->in_t)) { in findoff()
677 while (ISSOU(pstk->in_t) || ISARY(pstk->in_t)) { in scalinit()
799 if (ISARY(csym->stype) && csym->sdf->ddim == NOOFFSET) { in endinit()
[all …]
H A Dpftn.c229 if (ISARY(temp)) { in defid()
609 if (ISARY(p->stype)) { in dclargs()
631 while (!ISFTN(type) && !ISARY(type) && type > BTMASK) in dclargs()
1044 if (ISARY(sp->stype) && sp->sdf->ddim == NOOFFSET) in soumemb()
1061 while (ISARY(t)) in soumemb()
1069 if (ISARY(lsp->stype) && lsp->snext && in soumemb()
1460 if (!ISARY(t)) in evalidx()
1482 if (!ISARY(t)) in isdyn()
1523 if (!ISARY(t)) in dynalloc()
1635 if (ISARY(sp->stype) && sp->sdf->ddim == NOOFFSET) in nidcl()
[all …]
H A Dstabs.c181 if (ISARY(tw)) { in findtype()
311 else if (ISARY(t)) { in printtype()
315 if (ISARY(t)) in printtype()
H A Dtrees.c210 (l->n_op==ICON || (l->n_op==NAME && ISARY(l->n_type)))) { in buildtree()
1048 if (!ISARY(t2)) /* Anything scalar */ in chkpun()
1052 if (ISPTR(t1) || ISARY(t1)) in chkpun()
1057 if (!ISPTR(q->n_type) && !ISARY(q->n_type)) { in chkpun()
1070 if (ISARY(t1) || ISPTR(t1)) { in chkpun()
1071 if (!ISARY(t2) && !ISPTR(t2)) in chkpun()
1073 if (ISARY(t1) && ISARY(t2) && d1->ddim != d2->ddim) { in chkpun()
1077 if (ISARY(t1)) in chkpun()
1079 if (ISARY(t2)) in chkpun()
1199 if( ISARY(p->n_type) || ISFTN(p->n_type) ) return(1); in notlval()
[all …]
H A Dinline.c556 if (ISARY(t) || ISFTN(t)) in inline_args()
H A Dcgram.y1714 if (ISARY(p->n_type)) { in funargs()
1880 if (ISARY(s->stype)) { in olddecl()
2016 if (!ISARY(sp->stype) || sp->sdf->ddim != NOOFFSET) { in clbrace()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c418 if (ISARY(sp->stype)) { in beginit()
497 } else if (ISARY(t)) { in stkpush()
540 if (ISARY(pstk->in_t)) { in stkpop()
561 if (is == NULL || !ISARY(is->in_t)) in acalc()
577 if (ISARY(pstk->in_t)) in findoff()
589 if (ISARY(is->in_t)) { in findoff()
593 while (ISARY(t)) in findoff()
601 while (is->in_prev && ISARY(is->in_prev->in_t)) { in findoff()
698 while (ISSOU(pstk->in_t) || ISARY(pstk->in_t)) { in scalinit()
822 if (ISARY(csym->stype) && csym->sdf->ddim == NOOFFSET) { in endinit()
[all …]
H A Dpftn.c260 if (ISARY(temp)) { in defid2()
638 if (ISARY(p->stype)) { in dclargs()
662 while (!ISFTN(type) && !ISARY(type) && type > BTMASK) in dclargs()
1051 if (ISARY(sp->stype) && sp->sdf->ddim == NOOFFSET) in soumemb()
1068 while (ISARY(t)) in soumemb()
1076 if (ISARY(lsp->stype) && lsp->snext && in soumemb()
1437 if (!ISARY(t)) in evalidx()
1459 if (!ISARY(t)) in isdyn()
1500 if (!ISARY(t)) in dynalloc()
1618 if (ISARY(sp->stype) && sp->sdf->ddim == NOOFFSET) in nidcl2()
[all …]
H A Dstabs.c181 if (ISARY(tw)) { in findtype()
310 else if (ISARY(t)) { in printtype()
314 if (ISARY(t)) in printtype()
H A Dtrees.c213 (l->n_op==ICON || (l->n_op==NAME && ISARY(l->n_type)))) { in buildtree()
1126 if (!ISARY(t2)) /* Anything scalar */ in chkpun()
1130 if (ISPTR(t1) || ISARY(t1)) in chkpun()
1135 if (!ISPTR(q->n_type) && !ISARY(q->n_type)) { in chkpun()
1148 if (ISARY(t1) || ISPTR(t1)) { in chkpun()
1149 if (!ISARY(t2) && !ISPTR(t2)) in chkpun()
1151 if (ISARY(t1) && ISARY(t2) && d1->ddim != d2->ddim) { in chkpun()
1155 if (ISARY(t1)) in chkpun()
1157 if (ISARY(t2)) in chkpun()
1286 if( ISARY(p->n_type) || ISFTN(p->n_type) ) return(1); in notlval()
[all …]
H A Dinline.c650 if (ISARY(t) || ISFTN(t)) in inline_args()
H A Dcgram.y1767 if (ISARY(p->n_type)) { in funargs()
1917 if (ISARY(s->stype)) { in olddecl()
1978 if (!ISARY(sp->stype) || sp->sdf->ddim != NOOFFSET) { in clbrace()
/netbsd-src/external/cddl/osnet/dist/head/
H A Dsyms.h149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT)) macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c485 if (DECREF(t) == tt || ISARY(rv)) in xptype()
490 if (DECREF(t) == tt || ISARY(rv)) in xptype()
513 rv = ISARY(t); in pointp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c366 if (ISARY(t) || ISFTN(t)) in bfcode()
784 if (ISARY(t)) { in classifystruct()
791 } while (ISARY(t)); in classifystruct()
1145 if (ISARY(t) || ISFTN(t)) in funcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c67 while (ISARY(t)) in defloc()
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dinternal.h532 #define ISARY(x) \ macro
H A DChangeLog-9103381 * internal.h (ISPTR, ISFCN, ISARY): Add casts to unsigned long.
1038 * we32k.h (BTYPE, ISPTR, ISFCN, ISARY, DECREF): Removed
1094 * i386.h: don't define BTYPE, ISPTR, ISFCN, ISARY, DECREF: they
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dinternal.h532 #define ISARY(x) \ macro
H A DChangeLog-9103381 * internal.h (ISPTR, ISFCN, ISARY): Add casts to unsigned long.
1038 * we32k.h (BTYPE, ISPTR, ISFCN, ISARY, DECREF): Removed
1094 * i386.h: don't define BTYPE, ISPTR, ISFCN, ISARY, DECREF: they
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h123 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type? */ macro
H A Dcommon.c632 else if (ISARY(t)) in tprint()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c167 else if (ISARY (ntype)) in parse_coff_type()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c137 else if (ISARY (ntype)) in parse_coff_type()
/netbsd-src/external/gpl3/gdb.old/dist/include/coff/
H A DChangeLog-9103381 * internal.h (ISPTR, ISFCN, ISARY): Add casts to unsigned long.
1038 * we32k.h (BTYPE, ISPTR, ISFCN, ISARY, DECREF): Removed
1094 * i386.h: don't define BTYPE, ISPTR, ISFCN, ISARY, DECREF: they

12