HomeSort by: relevance | last modified time | path
    Searched refs:tnoreturn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 99 Tnoreturn,
193 static Type *tnoreturn; // for bottom type typeof(*null) member in class:Type
mtype.d 400 extern (C++) __gshared Type tnoreturn; // for bottom type typeof(*null)
453 sizeTy[Tnoreturn] = __traits(classInstanceSize, TypeNoreturn);
671 else if (t1n.ty == Tnoreturn)
829 tnoreturn = new TypeNoreturn();
830 tnoreturn.deco = tnoreturn.merge().deco;
831 basic[Tnoreturn] = tnoreturn;
863 tnoreturn = basic[Tnoreturn];
    [all...]
expressionsem.d 5447 e.type = Type.tnoreturn;
6388 exp.type = Type.tnoreturn;
7162 exp.type = Type.tnoreturn; // typeof(*null) is bottom type
11366 if (e1x.op == EXP.error || e1x.type.ty == Tnoreturn)
11945 if (t1.ty == Tnoreturn)
11949 else if (t2.ty == Tnoreturn)
expression.d 4719 this.type = Type.tnoreturn;

Completed in 51 milliseconds