Home
last modified time | relevance | path

Searched refs:isTypeDArray (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimportc.d49 if (auto ta = tb.isTypeDArray()) in cAdjustParamType()
82 if (auto ta = t.isTypeDArray()) in arrayFuncConv()
159 if (t1.isTypeDArray() || t1.isTypeSArray()) in carraySemantic()
169 if (t2.isTypeDArray() || t2.isTypeSArray()) in carraySemantic()
H A Ddcast.d180 if (auto ta = tb.isTypeDArray()) in implicitCastTo()
3513 if (!isArrayOpImplicitCast(t1.isTypeDArray(), t2.isTypeDArray())) in typeMerge()
3523 if (!isArrayOpImplicitCast(t2.isTypeDArray(), t1.isTypeDArray())) in typeMerge()
H A Ddtoh.d370 if (auto arr = type.isTypeDArray())
1283 !vd.type.isTypeClass && !vd.type.isTypeDArray && !vd.type.isTypeSArray)
2371 if (auto ta = target.isTypeDArray())
H A Dmtype.h331 TypeDArray *isTypeDArray();
H A Dtypesem.d1466 (t.isTypeDArray() || t.isTypeClass())) in typeSemantic()
2229 case Tarray: return visitDArray(type.isTypeDArray()); in typeSemantic()
3343 case Tarray: visitDArray (mt.isTypeDArray()); break;
4635 case Tarray: return visitDArray (mt.isTypeDArray()); in dotExp()
H A Descape.d882 …(ee.op == EXP.call && ee.type.toBasetype().isTypeSArray() && e1.type.toBasetype().isTypeDArray() && in checkAssignEscape()
H A Dmtype.d2704 …inout(TypeDArray) isTypeDArray() { return ty == Tarray ? cast(typeof(return))this : nu… in isTypeDArray() function
3714 if (auto ta = to.isTypeDArray()) in implicitConvTo()
3898 if (auto ta = to.isTypeDArray()) in implicitConvTo()
H A Dcparse.d2655 if (ts.isTypeSArray() || ts.isTypeDArray())
H A Ddinterpret.d2174 if (auto ta = s.type.toBasetype().isTypeDArray()) in getVarExp()
H A Dexpressionsem.d3837 tb = tb.isTypeDArray().next.toBasetype(); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc691 TypeDArray *ti = d->tinfo->isTypeDArray (); in visit()
H A Dexpr.cc2216 if (e->type->isTypeDArray ()) in visit()
2416 TypeDArray *tarray = tb->isTypeDArray (); in visit()