Home
last modified time | relevance | path

Searched refs:DECREF (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c166 if (ISPTR(DECREF(p->n_type))) { in clocal()
167 if (ISPTR(DECREF(l->n_type))) { in clocal()
177 if (ISPTR(p->n_type) && ISPTR(DECREF(p->n_type)) && in clocal()
427 else if (!ISFTN(DECREF(sp->stype))) in newfun()
463 if (DECREF(e) == 0) in xptype()
465 e = DECREF(e); in xptype()
485 if (DECREF(t) == tt || ISARY(rv)) in xptype()
490 if (DECREF(t) == tt || ISARY(rv)) in xptype()
514 t = DECREF(t); in pointp()
540 if (ISPTR(DECREF(t))) in offcon()
H A Dlocal2.c909 ISPTR(DECREF(p->n_type))) { in shumul()
1117 if (ISPTR(DECREF(p->n_type)) && in optim2()
1123 if (ISPTR(DECREF(l->n_type)) && in optim2()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c228 for (temp = type; temp & TMASK; temp = DECREF(temp)) { in defid()
632 type = DECREF(type); in dclargs()
1062 t = DECREF(t); in soumemb()
1150 for (; ty > BTMASK; ty = DECREF(ty)) { in talign()
1205 for (; ty > BTMASK; ty = DECREF(ty)) { in tsize()
1459 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in evalidx()
1481 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in isdyn()
1522 for (; t > BTMASK; t = DECREF(t)) { in dynalloc()
1977 ty = DECREF(ty); in arglist()
1986 ty = DECREF(ty); in arglist()
[all …]
H A Dtrees.c446 p->n_type = DECREF(l->n_type); in buildtree()
447 p->n_qual = DECREF(l->n_qual); in buildtree()
558 p->n_type = DECREF(l->n_type); in buildtree()
561 p->n_type = DECREF(p->n_type); in buildtree()
1091 t1 = DECREF(t1); in chkpun()
1092 t2 = DECREF(t2); in chkpun()
1236 s.stype = DECREF(p->n_type); in bpsize()
1240 for (t = s.stype; t > BTMASK; t = DECREF(t)) { in bpsize()
1272 return(tsize(DECREF(p->n_type), p->n_df, p->n_ap)); in psize()
1296 ty2 = ty = DECREF(s->n_type); in convert()
[all …]
H A Dstabs.c180 for (; tw > BTMASK; tw = DECREF(tw)) { in findtype()
302 t = DECREF(t); in printtype()
317 t = DECREF(t); in printtype()
H A Dinit.c398 basesz = tsize(DECREF(sp->stype), sp->sdf+1, sp->sap); in beginit()
477 is->in_lnk = ISSOU(DECREF(t)) ? strmemb(pstk->in_sym->sap) : 0; in stkpush()
478 is->in_t = DECREF(t); in stkpush()
573 t = DECREF(t); in findoff()
H A Dinline.c516 p = tempnode(is->retval + toff, DECREF(sp->stype), in inlinetree()
555 for (; t > BTMASK; t = DECREF(t)) in inline_args()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h56 #define SZPOINT(t) (ISFTN(DECREF(t)) ? 32 : 16)
121 (ISPTR(t) && ISFTN(DECREF(t)))) ? 2 : 1)
H A Dlocal2.c97 if (ISPTR(DECREF(ipp->ipp_type)) &&
98 !ISFTN(DECREF(DECREF(ipp->ipp_type))))
521 if (ISPTR(p->n_type) && ISFTN(DECREF(p->n_type))) {
H A Dorder.c461 if (ISFTN(DECREF(t))) in storearg()
502 !ISFTN(DECREF(narry[stk]->n_type))) { in storearg()
H A Dcode.c142 if (ISPTR(s->stype) && ISFTN(DECREF(s->stype))) in bfcode()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c259 for (temp = type; temp & TMASK; temp = DECREF(temp)) { in defid2()
663 type = DECREF(type); in dclargs()
1069 t = DECREF(t); in soumemb()
1156 for (; ty > BTMASK; ty = DECREF(ty)) { in talign()
1218 for (; ty > BTMASK; ty = DECREF(ty)) { in tsize()
1436 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in evalidx()
1458 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in isdyn()
1499 for (; t > BTMASK; t = DECREF(t)) { in dynalloc()
1990 ty = DECREF(ty); in arglist()
2003 ty = DECREF(ty); in arglist()
[all …]
H A Dtrees.c508 p->n_type = DECREF(l->n_type); in buildtree()
509 p->n_qual = DECREF(l->n_qual); in buildtree()
616 p->n_type = DECREF(l->n_type); in buildtree()
619 p->n_type = DECREF(p->n_type); in buildtree()
1169 t1 = DECREF(t1); in chkpun()
1170 t2 = DECREF(t2); in chkpun()
1324 s.stype = DECREF(p->n_type); in bpsize()
1328 for (t = s.stype; t > BTMASK; t = DECREF(t)) { in bpsize()
1360 return(tsize(DECREF(p->n_type), p->n_df, p->n_ap)); in psize()
1384 ty2 = ty = DECREF(s->n_type); in convert()
[all …]
H A Dstabs.c180 for (; tw > BTMASK; tw = DECREF(tw)) { in findtype()
301 t = DECREF(t); in printtype()
316 t = DECREF(t); in printtype()
H A Dinline.c610 p = tempnode(is->retval + toff, DECREF(sp->stype), in inlinetree()
613 p = xbcon(0, NULL, DECREF(sp->stype)); in inlinetree()
649 for (; t > BTMASK; t = DECREF(t)) in inline_args()
H A Dinit.c419 basesz = tsize(DECREF(sp->stype), sp->sdf+1, sp->sap); in beginit()
498 is->in_lnk = ISSOU(DECREF(t)) ? strmemb(pstk->in_sym->sap) : 0; in stkpush()
499 is->in_t = DECREF(t); in stkpush()
594 t = DECREF(t); in findoff()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c176 t = DECREF(sp->stype); in efcode()
251 if (argtyp(DECREF(sp->stype), sp->sdf, sp->sap) == STRMEM) { in bfcode()
365 for (i = 0; t > BTMASK; t = DECREF(t)) in bfcode()
789 t = DECREF(t); in classifystruct()
1144 for (i = 0; t > BTMASK; t = DECREF(t)) in funcode()
1245 t = DECREF(p->n_type); in codeatyp()
1248 t = DECREF(DECREF(p->n_type)); in codeatyp()
/netbsd-src/external/cddl/osnet/dist/head/
H A Dsyms.h157 #define DECREF(x) ((((x)>>N_TSHIFT)&~N_BTMASK)|((x)&N_BTMASK)) macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c324 TWORD t = DECREF(DECREF(p->n_left->n_type)); in funcode()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c622 for(;; t = DECREF(t), q = DECREF(q)) { in tprint()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c152 newtype = DECREF (ntype); in parse_coff_type()
800 DECREF (fntype), paux, false, dhandle); in parse_coff()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c122 newtype = DECREF (ntype); in parse_coff_type()
754 DECREF (fntype), paux, false, dhandle); in parse_coff()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c68 t = DECREF(t); in defloc()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c513 TWORD t = DECREF(DECREF(p->n_left->n_type));
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dcode.c698 ty = DECREF(l->n_type); in funcode()
700 ty = DECREF(l->n_type) - FTN; in funcode()

12