Home
last modified time | relevance | path

Searched refs:Tinstance (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d204 Tinstance, enumerator
256 alias Tinstance = TY.Tinstance; variable
H A Ddscope.d409 case Tinstance: in checkAliasThis()
H A Dtypesem.d597 case Tinstance: return visitInstance(t.isTypeInstance()); in typeToExpression()
906 …if (mtype.index.ty == Tident || mtype.index.ty == Tinstance || mtype.index.ty == Tsarray || mtype.… in typeSemantic()
2236 case Tinstance: return visitInstance(type.isTypeInstance()); in typeSemantic()
2307 case Tinstance: in merge()
2967 if (mt.index.ty == Tident || mt.index.ty == Tinstance || mt.index.ty == Tsarray) in visitAArray()
3346 case Tinstance: visitInstance (mt.isTypeInstance()); break;
H A Dimpcnvtab.d104 Tinstance, in generateImpCnvTab()
H A Dmtype.h87 Tinstance, enumerator
H A Ddmangle.d210 Tinstance : '@',
H A Ddtemplate.d4036 if (tparam && tparam.ty == Tinstance && t.tempinst.tempdecl) in visit()
4293 if (tparam && tparam.ty == Tinstance) in visit()
4433 if (tparam && tparam.ty == Tinstance) in visit()
5015 case Tinstance: return visitInstance(tb.isTypeInstance()); in reliesOnTemplateParameters()
5666 if (ta.ty == Tinstance) in defaultArg()
8143 else if (ta && ta.ty == Tinstance && !tap.specAlias) in matchArg()
H A Dmtype.d440 sizeTy[Tinstance] = __traits(classInstanceSize, TypeInstance);
2711 …inout(TypeInstance) isTypeInstance() { return ty == Tinstance ? cast(typeof(return))this : nu… in isTypeInstance()
5491 super(Tinstance, loc); in this()
5516 if (t && t.ty != Tinstance) in toDsymbol()
H A Dfunc.d761 … if (!ad.aliassym && ad.type.ty != Tident && ad.type.ty != Tinstance && ad.type.ty != Ttypeof) in overloadInsert()
H A Dhdrgen.d3982 case Tinstance: return visitInstance(cast(TypeInstance)t); in typeToBufferx()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c76 mangleChar[Tinstance] = "@"; in initTypeMangle()
H A Dmtype.c194 sizeTy[Tinstance] = sizeof(TypeInstance); in _init()
1629 if (ty == Tinstance) return this; in merge()
4626 if (index->ty == Tident || index->ty == Tinstance || index->ty == Tsarray || in semantic()
4801 if (index->ty == Tident || index->ty == Tinstance || index->ty == Tsarray) in resolve()
7042 if (t->ty == Tinstance && t != this && !t->deco) in resolveHelper()
7199 : TypeQualified(Tinstance, loc) in TypeInstance()
7276 if (t && t->ty != Tinstance) in toDsymbol()
H A Dmtype.h87 Tinstance, enumerator
H A Ddtemplate.c3681 if (tparam && tparam->ty == Tinstance && t->tempinst->tempdecl) in deduceType()
3920 if (tparam && tparam->ty == Tinstance) in deduceType()
4059 if (tparam && tparam->ty == Tinstance) in deduceType()
5320 else if (ta && ta->ty == Tinstance && !specAlias) in matchArg()
5442 if (ta->ty == Tinstance) in defaultArg()
H A Dfunc.c2923 if (!ad->aliassym && ad->type->ty != Tident && ad->type->ty != Tinstance) in overloadInsert()