Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h161 IsExp* isExp();
H A Dhdrgen.d2583 case EXP.is_: return visitIs(e.isExp()); in expressionPrettyPrint()
H A Dexpression.d1656 inout(IsExp) isExp() { return op == EXP.is_ ? cast(typeof(return))this : null; } in isExp() function