Home
last modified time | relevance | path

Searched refs:Treturn (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d208 Treturn, enumerator
260 alias Treturn = TY.Treturn; variable
H A Dimpcnvtab.d108 Treturn, in generateImpCnvTab()
H A Dmtype.h91 Treturn, enumerator
H A Ddmangle.d214 Treturn : '@',
H A Dtypesem.d906 …pe.index.ty == Tsarray || mtype.index.ty == Ttypeof || mtype.index.ty == Treturn || mtype.index.ty… in typeSemantic()
2239 case Treturn: return visitReturn(type.isTypeReturn()); in typeSemantic()
3348 case Treturn: visitReturn (mt.isTypeReturn()); break;
H A Dmtype.d447 sizeTy[Treturn] = __traits(classInstanceSize, TypeReturn);
2713 …inout(TypeReturn) isTypeReturn() { return ty == Treturn ? cast(typeof(return))this : nu… in isTypeReturn()
5584 super(Treturn, loc); in this()
H A Dhdrgen.d3984 case Treturn: return visitReturn(cast(TypeReturn)t); in typeToBufferx()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c81 mangleChar[Treturn] = "@"; in initTypeMangle()
H A Dmtype.h91 Treturn, enumerator
H A Dmtype.c201 sizeTy[Treturn] = sizeof(TypeReturn); in _init()
4627 index->ty == Ttypeof || index->ty == Treturn) in semantic()
7456 : TypeQualified(Treturn, loc) in TypeReturn()