Home
last modified time | relevance | path

Searched refs:isDotTypeExp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h170 DotTypeExp* isDotTypeExp();
H A Dtypesem.d1857 (*elems)[i] = src.isDotTypeExp().sym.isType(); in typeSemantic()
1873 result = e.isDotTypeExp().sym.isType(); in typeSemantic()
H A Ddinterpret.d2972 auto edt = e.copy().isDotTypeExp(); in visit()
4750 if (auto dte = pthis.isDotTypeExp()) in visit()
H A Dhdrgen.d2594 case EXP.dotType: return visitDotType(e.isDotTypeExp()); in expressionPrettyPrint()
H A Dexpression.d1666 … inout(DotTypeExp) isDotTypeExp() { return op == EXP.dotType ? cast(typeof(return))this : null; } in isDotTypeExp() function