Home
last modified time | relevance | path

Searched refs:ctorinit (Results 1 – 25 of 63) sorted by last modified time

123

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Daggregate.d334 final bool fill(Loc loc, Expressions* elements, bool ctorinit) in fill() argument
440 if ((vx.storage_class & STC.nodefaultctor) && !ctorinit) in fill()
463 if (telem.needsNested() && ctorinit) in fill()
H A Ddeclaration.h247 bool ctorinit; // it has been initialized in a ctor variable
H A Ddeclaration.d100 var.ctorinit = true; in modifyFieldVar()
152 v.ctorinit = true; in modifyFieldVar()
438 return (storage_class & STC.ctorinit) != 0; in isCtorinit()
1061 bool ctorinit; // it has been initialized in a ctor variable
1541 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
H A Dstatementsem.d1448 var.storage_class |= STC.ctorinit; in visit()
H A Dsemantic3.d575 v.ctorinit = 0; in visit()
661 if (v.ctorinit == 0) in visit()
H A Daggregate.h127 bool fill(Loc loc, Expressions *elements, bool ctorinit);
H A Dastenums.d65 ctorinit = 0x1_0000, /// can only be set inside constructor enumerator
H A Dexpression.d6906 if (v && v.isField() && !v._init && !v.ctorinit)
6921 if (v.ctorinit)
H A Ddsymbolsem.d867 dsym.storage_class |= STC.ctorinit; in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddstruct.c552 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) in fill() argument
660 if ((vx->storage_class & STCnodefaultctor) && !ctorinit) in fill()
683 if (telem->needsNested() && ctorinit) in fill()
H A Daggregate.h139 bool fill(Loc loc, Expressions *elements, bool ctorinit);
H A Ddeclaration.c710 ctorinit = 0; in VarDeclaration()
907 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
H A Ddeclaration.h259 bool ctorinit; // it has been initialized in a ctor variable
H A Dexpression.c4258 var->ctorinit = true; in modifyFieldVar()
4307 v->ctorinit = true; in modifyFieldVar()
H A Dsemantic3.c650 v->ctorinit = 0; in visit()
737 if (v->ctorinit == 0) in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dfunc.c1703 v->ctorinit = 0; in semantic3()
1793 if (v->ctorinit == 0) in semantic3()
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 Dexpression.c5306 var->ctorinit = true; in modifyFieldVar()
5355 v->ctorinit = true; in modifyFieldVar()
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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Daggregate.h126 bool fill(Loc loc, Expressions *elements, bool ctorinit);
H A Ddeclaration.c821 ctorinit = 0; in VarDeclaration()
1853 if (ctorinit == 0 && isCtorinit() && !isField()) in checkCtorConstInit()
H A Dfunc.c1699 v->ctorinit = 0; in semantic3()
1789 if (v->ctorinit == 0) in semantic3()
H A Ddeclaration.h249 bool ctorinit; // it has been initialized in a ctor variable

123