Searched refs:isThrowExp (Results 1 – 2 of 2) sorted by relevance
2588 case EXP.throw_: return visitThrow(e.isThrowExp()); in expressionPrettyPrint()
1660 … inout(ThrowExp) isThrowExp() { return op == EXP.throw_ ? cast(typeof(return))this : null; } in isThrowExp() function