Searched refs:isAssertExp (Results 1 – 4 of 4) sorted by relevance
102 if (AssertExp a = s.exp.isAssertExp()) in blockExit()
164 AssertExp* isAssertExp();
2587 case EXP.assert_: return visitAssert(e.isAssertExp()); in expressionPrettyPrint()
1659 … inout(AssertExp) isAssertExp() { return op == EXP.assert_ ? cast(typeof(return))this : null; } in isAssertExp() function