Home
last modified time | relevance | path

Searched refs:newdim (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Darray.h103 void setDim(d_size_t newdim) in setDim()
105 if (dim < newdim) in setDim()
107 reserve(newdim - dim); in setDim()
109 dim = newdim; in setDim()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.h145 void setDim(d_size_t newdim) in setDim()
147 if (length < newdim) in setDim()
149 reserve(newdim - length); in setDim()
151 length = newdim; in setDim()
H A Darray.d233 void setDim(size_t newdim) pure nothrow in Array()
235 if (length < newdim) in Array()
237 reserve(newdim - length); in Array()
239 length = newdim; in Array()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinitsem.d865 auto newdim = array(t, dim, simple); in initializerSemantic() local
873 tsa = new TypeSArray(tn, new IntegerExp(Loc.initial, newdim, Type.tsize_t)); in initializerSemantic()
913 if (newdim < ci.initializerList.length && tnb.isTypeStruct()) in initializerSemantic()
925 ci.initializerList.length = newdim; in initializerSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d829 immutable newdim = lenToDim(newlen);
831 if (newdim != olddim)
835 b.length = newdim; // realloc
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d1191 immutable newdim = lenToDim(newlen);
1193 if (newdim != olddim)
1197 b.length = newdim; // realloc