Searched refs:isTypeAArray (Results 1 – 15 of 15) sorted by relevance
226 case Taarray: return visitAArray(tb.isTypeAArray()); in isSpeculativeType()
173 case Taarray: visitAArray(tb.isTypeAArray()); break; in semanticTypeInfo()
332 TypeAArray *isTypeAArray();
595 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()
640 return t.toBasetype().isTypeAArray() !is null; in isAssocArray()646 return t.toBasetype().isTypeAArray(); in toBuiltinAAType()
787 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()
1356 if (ae.type.isTypeAArray().index.hasPointers()) in hasNonConstPointers()
2705 …inout(TypeAArray) isTypeAArray() { return ty == Taarray ? cast(typeof(return))this : nu… in isTypeAArray() function3993 if (auto ta = to.isTypeAArray()) in implicitConvTo()4013 if (auto taa = to.isTypeAArray()) in constConv()
1628 TypeAArray taa = tab.isTypeAArray(); in inferApplyArgTypes()
1717 if (auto taa = type.isTypeAArray())
5012 case Taarray: return visitAArray(tb.isTypeAArray()); in reliesOnTemplateParameters()
7275 if (auto firstAAtype = firstarg.type.toBasetype().isTypeAArray()) in evaluateIfBuiltin()
523 TypeAArray taa = t.isTypeAArray(); in resolveUFCS()
481 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()
728 TypeAArray *ti = d->tinfo->isTypeAArray (); in visit()