/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | constfold.c | 1789 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 D | dcast.c | 151 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 D | mtype.h | 296 Type *sarrayOf(dinteger_t dim);
|
H A D | traits.c | 482 ArrayLiteralExp* ale = new ArrayLiteralExp(e->loc, Type::tsize_t->sarrayOf(cntdata + 1), exps); in pointerBitmap()
|
H A D | dtemplate.c | 1592 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 D | statementsem.c | 1136 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 D | mtype.c | 1212 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 D | constfold.d | 1695 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 D | dcast.d | 195 ? 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 D | dclass.d | 983 auto vtype = Type.tvoidptr.immutableOf().sarrayOf(vtbl.dim); in vtblSymbol()
|
H A D | mtype.h | 283 Type *sarrayOf(dinteger_t dim);
|
H A D | mtype.d | 1993 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 D | dtemplate.d | 1859 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 D | traits.d | 419 auto ale = new ArrayLiteralExp(e.loc, Type.tsize_t.sarrayOf(data.dim + 1), exps); in pointerBitmap()
|
H A D | expressionsem.d | 1823 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 D | func.d | 542 Type.tvoidptr.sarrayOf(2).pointerTo() : in declareThis()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 197 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 D | expr.cc | 2638 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 D | typeinfo.cc | 1131 Type *satype = Type::tvoidptr->sarrayOf (ti->arguments->length); in visit()
|
H A D | decl.cc | 2191 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 D | d-builtins.cc | 193 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 D | toir.cc | 837 Type *satype = condtype->sarrayOf (s->cases->dim); in visit()
|
H A D | typeinfo.cc | 1139 Type *satype = Type::tvoidptr->sarrayOf (ti->arguments->dim); in visit()
|
H A D | decl.cc | 2091 tree type = build_ctype (Type::tvoidptr->sarrayOf (decl->vtbl.dim)); in get_vtable_decl()
|
H A D | expr.cc | 2700 tb = Type::tuns8->sarrayOf (((TypeSArray *) tb)->dim->toUInteger ()); in visit()
|