Searched refs:ctorinit (Results 1 – 12 of 12) sorted by relevance
358 final bool fill(const ref Loc loc, Expressions* elements, bool ctorinit) in fill() argument464 if ((vx.storage_class & STC.nodefaultctor) && !ctorinit) in fill()487 if (telem.needsNested() && ctorinit) in fill()
128 bool fill(const Loc &loc, Expressions *elements, bool ctorinit);
252 bool ctorinit() const; // it has been initialized in a ctor253 bool ctorinit(bool v);
102 var.ctorinit = true; in modifyFieldVar()154 v.ctorinit = true; in modifyFieldVar()1095 bool ctorinit; /// it has been initialized in a ctor member1572 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
596 v.ctorinit = 0; in visit()685 if (v.ctorinit == 0) in visit()
7106 if (v && v.isField() && !v._init && !v.ctorinit)7121 if (v.ctorinit)
631 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) in fill() argument739 if ((vx->storage_class & STCnodefaultctor) && !ctorinit) in fill()762 if (telem->needsNested() && ctorinit) in fill()
141 bool fill(Loc loc, Expressions *elements, bool ctorinit);
830 ctorinit = 0; in VarDeclaration()1873 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
249 bool ctorinit; // it has been initialized in a ctor variable
1703 v->ctorinit = 0; in semantic3()1793 if (v->ctorinit == 0) in semantic3()
5306 var->ctorinit = true; in modifyFieldVar()5355 v->ctorinit = true; in modifyFieldVar()