Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinit.d246 DesigInits initializerList; /// initializer-list variable
301 ci.initializerList.setDim(vi.initializerList.length); in syntaxCopy()
302 foreach (const i; 0 .. vi.initializerList.length) in syntaxCopy()
304 DesigInit* cdi = &ci.initializerList[i]; in syntaxCopy()
305 DesigInit* vdi = &ci.initializerList[i]; in syntaxCopy()
H A Dinit.h110 DesigInits initializerList;
H A Dinitsem.d647 auto dil = ci.initializerList[]; in initializerSemantic()
913 if (newdim < ci.initializerList.length && tnb.isTypeStruct()) in initializerSemantic()
925 ci.initializerList.length = newdim; in initializerSemantic()
H A Dtransitivevisitor.d918 foreach (di; ci.initializerList) in ParseVisitMethods()
H A Dcparse.d2100 ci.initializerList.push(desigInit); in cparseInitializer()
H A Dhdrgen.d3698 foreach (i, ref DesigInit di; ci.initializerList) in initializerToBuffer()