Searched refs:thrownException (Results 1 – 4 of 4) sorted by relevance
333 thrownException, enumerator
323 thrownException,
134 super(loc, EXP.thrownException, __traits(classInstanceSize, ThrownExceptionExp)); in this()221 …return e && (e.op == EXP.cantExpression || e.op == EXP.thrownException || e.op == EXP.showCtfeCont… in exceptionOrCantInterpret()
1748 …inout(ThrownExceptionExp) isThrownExceptionExp() { return op == EXP.thrownException ? cast(typeof(… in isThrownExceptionExp()