Home
last modified time | relevance | path

Searched refs:ctorinit (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d358 final bool fill(const ref Loc loc, Expressions* elements, bool ctorinit) in fill() argument
464 if ((vx.storage_class & STC.nodefaultctor) && !ctorinit) in fill()
487 if (telem.needsNested() && ctorinit) in fill()
H A Daggregate.h128 bool fill(const Loc &loc, Expressions *elements, bool ctorinit);
H A Ddeclaration.h252 bool ctorinit() const; // it has been initialized in a ctor
253 bool ctorinit(bool v);
H A Ddeclaration.d102 var.ctorinit = true; in modifyFieldVar()
154 v.ctorinit = true; in modifyFieldVar()
1095 bool ctorinit; /// it has been initialized in a ctor member
1572 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
H A Dsemantic3.d596 v.ctorinit = 0; in visit()
685 if (v.ctorinit == 0) in visit()
H A Dexpression.d7106 if (v && v.isField() && !v._init && !v.ctorinit)
7121 if (v.ctorinit)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c631 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) in fill() argument
739 if ((vx->storage_class & STCnodefaultctor) && !ctorinit) in fill()
762 if (telem->needsNested() && ctorinit) in fill()
H A Daggregate.h141 bool fill(Loc loc, Expressions *elements, bool ctorinit);
H A Ddeclaration.c830 ctorinit = 0; in VarDeclaration()
1873 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
H A Ddeclaration.h249 bool ctorinit; // it has been initialized in a ctor variable
H A Dfunc.c1703 v->ctorinit = 0; in semantic3()
1793 if (v->ctorinit == 0) in semantic3()
H A Dexpression.c5306 var->ctorinit = true; in modifyFieldVar()
5355 v->ctorinit = true; in modifyFieldVar()