Home
last modified time | relevance | path

Searched refs:Ttypeof (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d205 Ttypeof, enumerator
257 alias Ttypeof = TY.Ttypeof; variable
H A Dimpcnvtab.d105 Ttypeof, in generateImpCnvTab()
H A Dmtype.h88 Ttypeof, enumerator
H A Dtypesem.d906 ….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;
H A Ddmangle.d212 Ttypeof : '@',
H A Dmtype.d441 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()
H A Dfunc.d761 … if (!ad.aliassym && ad.type.ty != Tident && ad.type.ty != Tinstance && ad.type.ty != Ttypeof) in overloadInsert()
H A Ddtemplate.d3708 if (tparam.ty == Ttypeof) in visit()
5016 case Ttypeof: return visitTypeof(tb.isTypeTypeof()); in reliesOnTemplateParameters()
H A Dhdrgen.d3983 case Ttypeof: return visitTypeof(cast(TypeTypeof)t); in typeToBufferx()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c78 mangleChar[Ttypeof] = "@"; in initTypeMangle()
H A Dmtype.h88 Ttypeof, enumerator
H A Dmtype.c195 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()
H A Ddtemplate.c3363 if (tparam->ty == Ttypeof) in deduceType()