Home
last modified time | relevance | path

Searched refs:isThrowExp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.d2588 case EXP.throw_: return visitThrow(e.isThrowExp()); in expressionPrettyPrint()
H A Dexpression.d1660 … inout(ThrowExp) isThrowExp() { return op == EXP.throw_ ? cast(typeof(return))this : null; } in isThrowExp() function