Home
last modified time | relevance | path

Searched refs:isConstructExp (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtransitivevisitor.d71 if (auto ce = ie.exp.isConstructExp()) in ParseVisitMethods()
674 if (auto ce = ie.exp.isConstructExp()) in ParseVisitMethods()
H A Dexpression.h194 ConstructExp* isConstructExp();
H A Dsemantic3.d1061 if (auto iec = ie.exp.isConstructExp()) in visit()
H A Descape.d1888 if (auto ce = ez.exp.isConstructExp()) in visit()
H A Dob.d2092 if (auto ae = e.isConstructExp()) in checkObErrors()
H A Ddcast.d3886 case EXP.construct : return visitAssign(e.isConstructExp()); in getIntRange()
H A Dhdrgen.d2282 if (auto ce = exp.isConstructExp()) in expressionPrettyPrint()
H A Dexpression.d1690 …inout(ConstructExp) isConstructExp() { return op == EXP.construct ? cast(typeof(return))this : nul… in isConstructExp() function
H A Dexpressionsem.d9907 if (auto ae = res.isConstructExp()) in visit()