Home
last modified time | relevance | path

Searched refs:sarrayOf (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c1789 e->type = t1->nextOf()->sarrayOf(elems->dim); in Cat()
1815 e->type = t1->nextOf()->sarrayOf(elems->dim); in Cat()
1835 e->type = e2->type->sarrayOf(elems->dim); in Cat()
1852 e->type = e1->type->sarrayOf(elems->dim); in Cat()
H A Ddcast.c151 tx = tb->nextOf()->sarrayOf(ale->elements ? ale->elements->dim : 0); in implicitCastTo()
241 tprime = t->nextOf()->castMod(mod)->sarrayOf(t->size() / t->nextOf()->size()); in implicitConvTo()
1291 tx = tbn->sarrayOf(t1b->size() / tbn->size()); in implicitConvTo()
1323 return e->type->toBasetype()->nextOf()->sarrayOf(len); in toStaticArrayType()
2347 t1b = tb->nextOf()->sarrayOf(((TypeSArray *)t1b)->dim->toInteger()); in castTo()
H A Dmtype.h296 Type *sarrayOf(dinteger_t dim);
H A Dtraits.c482 ArrayLiteralExp* ale = new ArrayLiteralExp(e->loc, Type::tsize_t->sarrayOf(cntdata + 1), exps); in pointerBitmap()
H A Ddtemplate.c1592 argtype = se->type->nextOf()->sarrayOf(se->len); in deduceFunctionTemplateMatch()
1597 argtype = ae->type->nextOf()->sarrayOf(ae->elements->dim); in deduceFunctionTemplateMatch()
4333 e->type->nextOf()->sarrayOf(e->len)->accept(this); in deduceType()
4388 e->type->nextOf()->sarrayOf(e->elements->dim)->accept(this); in deduceType()
H A Dstatementsem.c1136 fs->aggr = fs->aggr->implicitCastTo(sc, telem->sarrayOf(edim)); in visit()
3251 Type *t = Type::tint8->sarrayOf(Target::ptrsize + Target::critsecsize()); in visit()
H A Dmtype.c1212 Type *Type::sarrayOf(dinteger_t dim) in sarrayOf() function
6086 ta = tn->sarrayOf(dim); in callMatch()
6096 ta = tn->sarrayOf(dim); in callMatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d1695 e.type = t1.nextOf().sarrayOf(elems.dim); in Cat()
1719 e.type = t1.nextOf().sarrayOf(elems.dim); in Cat()
1737 e.type = e2.type.sarrayOf(elems.dim); in Cat()
1753 e.type = e1.type.sarrayOf(elems.dim); in Cat()
H A Ddcast.d195 ? tb.nextOf().sarrayOf(ale.elements ? ale.elements.dim : 0) in implicitCastTo()
290 tprime = t.nextOf().castMod(mod).sarrayOf(t.size() / t.nextOf().size()); in implicitConvTo()
1410 tx = tbn.sarrayOf(t1b.size() / tbn.size()); in implicitConvTo()
1522 return e.type.toBasetype().nextOf().sarrayOf(len); in toStaticArrayType()
2595 t1b = tb.nextOf().sarrayOf(t1b.isTypeSArray().dim.toInteger()); in visitSlice()
H A Ddclass.d983 auto vtype = Type.tvoidptr.immutableOf().sarrayOf(vtbl.dim); in vtblSymbol()
H A Dmtype.h283 Type *sarrayOf(dinteger_t dim);
H A Dmtype.d1993 final Type sarrayOf(dinteger_t dim) in sarrayOf() function
4834 ta = tn.sarrayOf(dim);
4844 ta = tn.sarrayOf(dim);
4854 ta = tn.sarrayOf(dim);
H A Ddtemplate.d1859 argtype = se.type.nextOf().sarrayOf(se.len); in deduceFunctionTemplateMatch()
1864 argtype = ae.type.nextOf().sarrayOf(ae.elements.dim); in deduceFunctionTemplateMatch()
4720 e.type.nextOf().sarrayOf(e.len).accept(this); in visit()
4768 e.type.nextOf().sarrayOf(e.elements.dim).accept(this); in visit()
H A Dtraits.d419 auto ale = new ArrayLiteralExp(e.loc, Type.tsize_t.sarrayOf(data.dim + 1), exps); in pointerBitmap()
H A Dexpressionsem.d1823 arg = new ArrayLiteralExp(loc, tbn.sarrayOf(nargs - i), elements); in functionParameters()
2065 ale.type = ale.type.nextOf().sarrayOf(ale.elements.length); in functionParameters()
9451 auto newt = tsa2.next.sarrayOf(dim1).immutableOf(); in visit()
9539 e1x.type = type.sarrayOf(dim); in visit()
9713 tsa2 = cast(TypeSArray)t2.nextOf().sarrayOf(ale.elements.dim); in visit()
13176 Type tthis2 = Type.tvoidptr.sarrayOf(2); in makeThis2Argument()
H A Dfunc.d542 Type.tvoidptr.sarrayOf(2).pointerTo() : in declareThis()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc197 dtype = dtype->sarrayOf (TREE_INT_CST_LOW (length))->addMod (mod); in build_frontend_type()
213 dtype = dtype->sarrayOf (nunits)->addMod (mod); in build_frontend_type()
H A Dexpr.cc2638 tb = Type::tuns8->sarrayOf (tb->isTypeSArray ()->dim->toUInteger ()); in visit()
2783 tree akeys = build_array_from_exprs (ta->index->sarrayOf (e->keys->length), in visit()
2788 tree avals = build_array_from_exprs (ta->next->sarrayOf (e->values->length), in visit()
H A Dtypeinfo.cc1131 Type *satype = Type::tvoidptr->sarrayOf (ti->arguments->length); in visit()
H A Ddecl.cc2191 tree type = build_ctype (Type::tvoidptr->sarrayOf (decl->vtbl.length)); in get_vtable_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc193 dtype = dtype->sarrayOf (TREE_INT_CST_LOW (length))->addMod (mod); in build_frontend_type()
209 dtype = dtype->sarrayOf (nunits)->addMod (mod); in build_frontend_type()
H A Dtoir.cc837 Type *satype = condtype->sarrayOf (s->cases->dim); in visit()
H A Dtypeinfo.cc1139 Type *satype = Type::tvoidptr->sarrayOf (ti->arguments->dim); in visit()
H A Ddecl.cc2091 tree type = build_ctype (Type::tvoidptr->sarrayOf (decl->vtbl.dim)); in get_vtable_decl()
H A Dexpr.cc2700 tb = Type::tuns8->sarrayOf (((TypeSArray *) tb)->dim->toUInteger ()); in visit()

12