Searched refs:Tinstance (Results 1 – 15 of 15) sorted by relevance
204 Tinstance, enumerator256 alias Tinstance = TY.Tinstance; variable
409 case Tinstance: in checkAliasThis()
597 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;
104 Tinstance, in generateImpCnvTab()
87 Tinstance, enumerator
210 Tinstance : '@',
4036 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()
440 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()
761 … if (!ad.aliassym && ad.type.ty != Tident && ad.type.ty != Tinstance && ad.type.ty != Ttypeof) in overloadInsert()
3982 case Tinstance: return visitInstance(cast(TypeInstance)t); in typeToBufferx()
76 mangleChar[Tinstance] = "@"; in initTypeMangle()
194 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()
3681 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()
2923 if (!ad->aliassym && ad->type->ty != Tident && ad->type->ty != Tinstance) in overloadInsert()