Searched refs:initializerList (Results 1 – 6 of 6) sorted by relevance
246 DesigInits initializerList; /// initializer-list variable301 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()
110 DesigInits initializerList;
647 auto dil = ci.initializerList[]; in initializerSemantic()913 if (newdim < ci.initializerList.length && tnb.isTypeStruct()) in initializerSemantic()925 ci.initializerList.length = newdim; in initializerSemantic()
918 foreach (di; ci.initializerList) in ParseVisitMethods()
2100 ci.initializerList.push(desigInit); in cparseInitializer()
3698 foreach (i, ref DesigInit di; ci.initializerList) in initializerToBuffer()