Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h162 MixinExp* isMixinExp();
H A Dexpression.d1657 … inout(MixinExp) isMixinExp() { return op == EXP.mixin_ ? cast(typeof(return))this : null; } in isMixinExp() function
4641 if (auto ce = e.isMixinExp()) in equals()
H A Dhdrgen.d2585 case EXP.mixin_: return visitMixin(e.isMixinExp()); in expressionPrettyPrint()
H A Dexpressionsem.d6200 if (auto ce = exp.e1.isMixinExp()) in visit()