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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 333 thrownException,
tokens.d 323 thrownException,
ctfeexpr.d 134 super(loc, EXP.thrownException, __traits(classInstanceSize, ThrownExceptionExp));
141 return "CTFE ThrownException";
221 return e && (e.op == EXP.cantExpression || e.op == EXP.thrownException || e.op == EXP.showCtfeContext);
expression.d 1748 inout(ThrownExceptionExp) isThrownExceptionExp() { return op == EXP.thrownException ? cast(typeof(return))this : null; }

Completed in 41 milliseconds