Home
last modified time | relevance | path

Searched refs:isTypeAArray (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d226 case Taarray: return visitAArray(tb.isTypeAArray()); in isSpeculativeType()
H A Ddstruct.d173 case Taarray: visitAArray(tb.isTypeAArray()); break; in semanticTypeInfo()
H A Dmtype.h332 TypeAArray *isTypeAArray();
H A Dtypesem.d595 case Taarray: return visitAArray(t.isTypeAArray()); in typeToExpression()
2230 case Taarray: return visitAArray(type.isTypeAArray()); in typeSemantic()
2322 if (!type.isTypeAArray().index.merge().deco) in merge()
3344 case Taarray: visitAArray (mt.isTypeAArray()); break;
4636 case Taarray: return visitAArray (mt.isTypeAArray()); in dotExp()
H A Dctfeexpr.d640 return t.toBasetype().isTypeAArray() !is null; in isAssocArray()
646 return t.toBasetype().isTypeAArray(); in toBuiltinAAType()
H A Ddcast.d787 auto taa = t.toBasetype().isTypeAArray(); in implicitConvTo()
2364 ex = ex.castTo(sc, tb.isTypeAArray().index); in visitAssocArrayLiteral()
2686 if (auto taa = tb.isTypeAArray()) in visitAar()
H A Dinitsem.d1356 if (ae.type.isTypeAArray().index.hasPointers()) in hasNonConstPointers()
H A Dmtype.d2705 …inout(TypeAArray) isTypeAArray() { return ty == Taarray ? cast(typeof(return))this : nu… in isTypeAArray() function
3993 if (auto ta = to.isTypeAArray()) in implicitConvTo()
4013 if (auto taa = to.isTypeAArray()) in constConv()
H A Dopover.d1628 TypeAArray taa = tab.isTypeAArray(); in inferApplyArgTypes()
H A Ddtoh.d1717 if (auto taa = type.isTypeAArray())
H A Ddtemplate.d5012 case Taarray: return visitAArray(tb.isTypeAArray()); in reliesOnTemplateParameters()
H A Ddinterpret.d7275 if (auto firstAAtype = firstarg.type.toBasetype().isTypeAArray()) in evaluateIfBuiltin()
H A Dexpressionsem.d523 TypeAArray taa = t.isTypeAArray(); in resolveUFCS()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc481 Type *tkey = tb2->isTypeAArray ()->index->toBasetype (); in visit()
1237 Type *tkey = tb1->isTypeAArray ()->index->toBasetype (); in visit()
1475 Type *tkey = tb->isTypeAArray ()->index->toBasetype (); in visit()
2774 TypeAArray *ta = tb->isTypeAArray (); in visit()
H A Dtypeinfo.cc728 TypeAArray *ti = d->tinfo->isTypeAArray (); in visit()