HomeSort by: relevance | last modified time | path
    Searched refs:initializerList (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
init.d 246 DesigInits initializerList; /// initializer-list
301 ci.initializerList.setDim(vi.initializerList.length);
302 foreach (const i; 0 .. vi.initializerList.length)
304 DesigInit* cdi = &ci.initializerList[i];
305 DesigInit* vdi = &ci.initializerList[i];
init.h 110 DesigInits initializerList;
initsem.d 647 auto dil = ci.initializerList[];
913 if (newdim < ci.initializerList.length && tnb.isTypeStruct())
916 // initializerList can be bigger than the number of actual elements
925 ci.initializerList.length = newdim;
transitivevisitor.d 918 foreach (di; ci.initializerList)
cparse.d 2056 * into ci.initializerList, but lazily create ci
2100 ci.initializerList.push(desigInit);
hdrgen.d 3698 foreach (i, ref DesigInit di; ci.initializerList)

Completed in 30 milliseconds