Home | History | Annotate | Download | only in dmd

Lines Matching refs:fieldinit

190          * The copied scope should not inherit fieldinit.
192 sc.ctorflow.fieldinit = null;
215 s.ctorflow.fieldinit = ctorflow.fieldinit.arraydup;
305 const fies = ctorflow.fieldinit;
306 if (this.ctorflow.fieldinit.length && fies.length)
316 auto fieldInit = &this.ctorflow.fieldinit[i];
318 if (fieldInit.loc is Loc.init)
319 fieldInit.loc = fiesCurrent.loc;
320 if (!mergeFieldInit(this.ctorflow.fieldinit[i].csx, fiesCurrent.csx) && mustInit)