Searched refs:Ttypeof (Results 1 – 13 of 13) sorted by relevance
205 Ttypeof, enumerator257 alias Ttypeof = TY.Ttypeof; variable
105 Ttypeof, in generateImpCnvTab()
88 Ttypeof, enumerator
906 ….index.ty == Tinstance || mtype.index.ty == Tsarray || mtype.index.ty == Ttypeof || mtype.index.ty… in typeSemantic()2237 case Ttypeof: return visitTypeof(type.isTypeTypeof()); in typeSemantic()2305 case Ttypeof: in merge()3166 if (t.ty == Ttypeof) in visitTypeof()3347 case Ttypeof: visitTypeof (mt.isTypeTypeof()); break;
212 Ttypeof : '@',
441 sizeTy[Ttypeof] = __traits(classInstanceSize, TypeTypeof);2712 …inout(TypeTypeof) isTypeTypeof() { return ty == Ttypeof ? cast(typeof(return))this : nu… in isTypeTypeof()5536 super(Ttypeof, loc); in this()
761 … if (!ad.aliassym && ad.type.ty != Tident && ad.type.ty != Tinstance && ad.type.ty != Ttypeof) in overloadInsert()
3708 if (tparam.ty == Ttypeof) in visit()5016 case Ttypeof: return visitTypeof(tb.isTypeTypeof()); in reliesOnTemplateParameters()
3983 case Ttypeof: return visitTypeof(cast(TypeTypeof)t); in typeToBufferx()
78 mangleChar[Ttypeof] = "@"; in initTypeMangle()
195 sizeTy[Ttypeof] = sizeof(TypeTypeof); in _init()1627 if (ty == Ttypeof) return this; in merge()4627 index->ty == Ttypeof || index->ty == Treturn) in semantic()7286 : TypeQualified(Ttypeof, loc) in TypeTypeof()7400 if (t->ty == Ttypeof) in resolve()
3363 if (tparam->ty == Ttypeof) in deduceType()