Home
last modified time | relevance | path

Searched refs:thrownException (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h333 thrownException, enumerator
H A Dtokens.d323 thrownException,
H A Dctfeexpr.d134 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()
H A Dexpression.d1748 …inout(ThrownExceptionExp) isThrownExceptionExp() { return op == EXP.thrownException ? cast(typeof(… in isThrownExceptionExp()