Home
last modified time | relevance | path

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

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 Daggregate.h127 bool fill(Loc loc, Expressions *elements, bool ctorinit);
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 Dastenums.d65 ctorinit = 0x1_0000, /// can only be set inside constructor enumerator
/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()
/dports/lang/gcc11/gcc-11.2.0/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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddstruct.c629 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) in fill() argument
737 if ((vx->storage_class & STCnodefaultctor) && !ctorinit) in fill()
760 if (telem->needsNested() && ctorinit) in fill()
H A Daggregate.h126 bool fill(Loc loc, Expressions *elements, bool ctorinit);
/dports/devel/avr-gcc/gcc-10.2.0/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);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddstruct.c629 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) in fill() argument
737 if ((vx->storage_class & STCnodefaultctor) && !ctorinit) in fill()
760 if (telem->needsNested() && ctorinit) in fill()
H A Daggregate.h126 bool fill(Loc loc, Expressions *elements, bool ctorinit);
/dports/lang/gcc10/gcc-10.3.0/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);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddstruct.c629 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) in fill() argument
737 if ((vx->storage_class & STCnodefaultctor) && !ctorinit) in fill()
760 if (telem->needsNested() && ctorinit) in fill()
H A Daggregate.h126 bool fill(Loc loc, Expressions *elements, bool ctorinit);
/dports/lang/gcc10-devel/gcc-10-20211008/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);

123