Home
last modified time | relevance | path

Searched refs:TOKthrownexception (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h66 TOKthrownexception, enumerator
H A Dctfeexpr.c113 …ExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthrownexception, sizeof(Thro… in ThrownExceptionExp()
143 return e && (e->op == TOKcantexp || e->op == TOKthrownexception); in exceptionOrCantInterpret()
H A Ddinterpret.c846 if (earg->op == TOKthrownexception) in interpretFunction()
971 if (!istate && e->op == TOKthrownexception) in interpretFunction()
1611 if (e && e->op == TOKthrownexception) in visit()
1737 if (ey && ey->op == TOKthrownexception) in visit()
1740 if (ex && ex->op == TOKthrownexception) in visit()