Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d1166 if (auto de = e.isDelegateExp()) in funcptrOf()
1235 Expression ptr1 = e1.isDelegateExp().e1;
1236 Expression ptr2 = e2.isDelegateExp().e1;
1877 Expression ethis = newval.isDelegateExp().e1; in isCtfeValueValid()
1878 …classReference || ethis.op == EXP.variable && ethis.isVarExp().var == newval.isDelegateExp().func); in isCtfeValueValid()
H A Dopover.d1526 if (auto de = aggr.isDelegateExp()) in inferForeachAggregate()
1580 ethis = fes.aggr.isDelegateExp().e1; in inferApplyArgTypes()
H A Dexpression.h169 DelegateExp* isDelegateExp();
H A Descape.d2015 if (auto de = arg.isDelegateExp()) in visit()
H A Ddcast.d1465 case EXP.delegate_ : return visitDelegate(e.isDelegateExp()); in implicitConvTo()
2648 case EXP.delegate_ : return visitDelegate(e.isDelegateExp());
H A Ddinterpret.d4843 else if (auto de = ecall.isDelegateExp()) in visit()
6934 if (auto de = deleg.isDelegateExp()) in interpret_aaApply()
6995 if (auto de = deleg.isDelegateExp()) in foreachApplyUtf()
H A Dexpression.d1665 …inout(DelegateExp) isDelegateExp() { return op == EXP.delegate_ ? cast(typeof(return))this : null… in isDelegateExp() function
5184 if (auto dge = e.isDelegateExp())
H A Dhdrgen.d2593 case EXP.delegate_: return visitDelegate(e.isDelegateExp()); in expressionPrettyPrint()
H A Dexpressionsem.d2080 else if (auto de = a.isDelegateExp()) in functionParameters()
4217 if (DelegateExp de = exp.e1.isDelegateExp()) in visit()