Home
last modified time | relevance | path

Searched refs:isTypeExp (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmustuse.d232 auto typeExp = e.isTypeExp; in isMustUseAttribute()
H A Dobjc.d619 if (!e.isTypeExp()) in declaredAsOptionalCount()
622 auto typeExp = e.isTypeExp(); in declaredAsOptionalCount()
H A Dimportc.d250 auto t = ce.e1.isTypeExp().type; in castCallAmbiguity()
H A Dtypesem.d1854 (*elems)[i] = src.isTypeExp().type; in typeSemantic()
1876 result = e.isTypeExp().type; in typeSemantic()
2793 if (exp.isTypeExp()) in resolveExp()
3317 if (auto et = e.isTypeExp()) in visitMixin()
3633 if (e.isTypeExp()) in dotExp()
H A Dexpression.h148 TypeExp* isTypeExp();
H A Ddsymbol.d2005 if (auto te = ce.isTypeExp())
H A Dexpressionsem.d1333 if (e1.type && !e1.isTypeExp()) // function type is not a property
2764 if (Type t = ss.withstate.exp.isTypeExp().type) in visit()
6132 if (auto te = op.isTypeExp()) in visit()
6432 if (exp.ident == Id.__xalignof && exp.e1.isTypeExp()) in visit()
11642 auto tt = e.op == EXP.type ? e.isTypeExp().type.isTypeTuple() : null; in visit()
12666 if (exp.e1.isTypeExp() || exp.e1.isTemplateExp()) in semanticY()
H A Ddsymbolsem.d1923 else if (ns.exp.isTypeExp() && ns.exp.isTypeExp().type.toBasetype().isTypeTuple()) in visit()
H A Dexpression.d270 if (auto e = arg.isTypeExp()) in expandTuples()
1643 inout(TypeExp) isTypeExp() { return op == EXP.type ? cast(typeof(return))this : null; } in isTypeExp() function
H A Dhdrgen.d2569 case EXP.type: return visitType(e.isTypeExp()); in expressionPrettyPrint()
H A Dstatementsem.d711 !fs.aggr.isTypeExp() && !fs.aggr.isLvalue()) in package()