Searched refs:tcd (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic6915.c622 uint32_t cqci, tcd; local
637 tcd = le32toh(sc->sc_txcomp[consumer].tcd_word0);
639 txidx = SF_TCD_INDEX_TO_HOST(TCD_INDEX(tcd));
641 if ((tcd & TCD_PR) == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d4549 ClassDeclaration tcd = t.isClassHandle();
4550 if (cd && tcd && (tcd == cd || cd.isBaseOf(tcd, null)))
4557 if (tcd && tcd.isNested())
4559 /* e1 is the 'this' pointer for an inner class: tcd.
4562 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd
[all...]
H A Dexpressionsem.d1072 ClassDeclaration tcd = t.isClassHandle();
1076 if (!cd || !tcd || !(tcd == cd || cd.isBaseOf(tcd, null)))
1081 if (tcd && tcd.isNested())
1083 /* e1 is the 'this' pointer for an inner class: tcd.
1086 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c85 ClassDeclaration *tcd = t->isClassHandle(); local
89 if (!cd || !tcd ||
90 !(tcd == cd || cd->isBaseOf(tcd, NULL))
96 if (tcd && tcd->isNested())
98 /* e1 is the 'this' pointer for an inner class: tcd.
102 e1 = new DotVarExp(loc, e1, tcd->vthis);
103 e1->type = tcd->vthis->type;
112 for (s = tcd
[all...]
H A Dmtype.c8781 ClassDeclaration *tcd = t->isClassHandle(); local
8782 if (cd && tcd && (tcd == cd || cd->isBaseOf(tcd, NULL)))
8789 if (tcd && tcd->isNested())
8790 { /* e1 is the 'this' pointer for an inner class: tcd.
8794 e1 = new DotVarExp(e->loc, e1, tcd->vthis);
8795 e1->type = tcd->vthis->type;
8803 for (s = tcd
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc2362 ClassDeclaration *tcd = e->thisexp->type->isClassHandle (); local
2367 if (outer != tcd)
2370 gcc_assert (ocd->isBaseOf (tcd, &offset));
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc2308 ClassDeclaration *tcd = e->thisexp->type->isClassHandle (); local
2314 if (outer != tcd)
2318 gcc_assert (ocd->isBaseOf (tcd, &offset));
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsrconv.c306 un.tcd = DATE;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c306 un.tcd = DATE;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c306 un.tcd = DATE;

Completed in 197 milliseconds