Home
last modified time | relevance | path

Searched refs:isTypeidExp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d1202 Type t1 = isType(e1.isTypeidExp().obj);
1203 Type t2 = isType(e2.isTypeidExp().obj);
H A Dexpression.h158 TypeidExp* isTypeidExp();
H A Dhdrgen.d2580 case EXP.typeid_: return visitTypeid(e.isTypeidExp()); in expressionPrettyPrint()
H A Dtypesem.d3113 if (!mt.exp.isTypeidExp()) in visitTypeof()
H A Dexpression.d1653 … inout(TypeidExp) isTypeidExp() { return op == EXP.typeid_ ? cast(typeof(return))this : null; } in isTypeidExp() function
H A Ddinterpret.d6231 if (auto t = isType(ex.isTypeidExp().obj)) in visit()