Home
last modified time | relevance | path

Searched refs:isTypeDelegate (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcanthrow.d139 auto td = t.isTypeDelegate(); in canThrow()
H A Dopover.d1687 auto td = tab.isTypeDelegate(); in inferApplyArgTypes()
1753 auto tfBody = tf.parameterList[0].type.isTypeDelegate().next; in findBestOpApplyMatch()
1756 auto bestBody = bestTf.parameterList[0].type.isTypeDelegate().next; in findBestOpApplyMatch()
1807 auto de = p0.type.isTypeDelegate(); in matchParamsToOpApply()
H A Descape.d1688 dg = t1.isTypeDelegate(); in visit()
1989 tf = t1.isTypeDelegate().next.isTypeFunction(); in visit()
H A Dmtype.h336 TypeDelegate *isTypeDelegate();
H A Doptimize.d737 if (auto td = t1.isTypeDelegate()) in Expression_optimize()
H A Dmtype.d2709 …inout(TypeDelegate) isTypeDelegate() { return ty == Tdelegate ? cast(typeof(return))this : nu… in isTypeDelegate() function
5193 if (auto toDg = to.isTypeDelegate()) in implicitConvTo()
6818 if (auto td = tel.isTypeDelegate()) in isLazyArray()
H A Dtypesem.d2234 case Tdelegate: return visitDelegate(type.isTypeDelegate()); in typeSemantic()
4638 case Tdelegate: return visitDelegate (mt.isTypeDelegate()); in dotExp()
H A Dparse.d4864 const isFuncType = (tp && tp.next.isTypeFunction) || t.isTypeDelegate; in parseAliasDeclarations()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc785 TypeDelegate *ti = d->tinfo->isTypeDelegate (); in visit()
H A Dd-codegen.cc2090 tf = t->isTypeDelegate ()->next->isTypeFunction (); in get_function_type()