Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d102 if (AssertExp a = s.exp.isAssertExp()) in blockExit()
H A Dexpression.h164 AssertExp* isAssertExp();
H A Dhdrgen.d2587 case EXP.assert_: return visitAssert(e.isAssertExp()); in expressionPrettyPrint()
H A Dexpression.d1659 … inout(AssertExp) isAssertExp() { return op == EXP.assert_ ? cast(typeof(return))this : null; } in isAssertExp() function