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

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d353 * ctorinit = true if the elements will be used for default initialization.
358 final bool fill(const ref Loc loc, Expressions* elements, bool ctorinit)
464 if ((vx.storage_class & STC.nodefaultctor) && !ctorinit)
487 if (telem.needsNested() && ctorinit)
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;
103 //printf("setting ctorinit\n");
154 v.ctorinit = true;
1095 bool ctorinit; /// it has been initialized in a ctor
1572 if (ctorinit == 0 && isCtorinit() && !isField())
H A Dsemantic3.d596 v.ctorinit = 0;
678 // Verify that all the ctorinit fields got initialized
685 if (v.ctorinit == 0)
H A Dexpression.d7106 if (v && v.isField() && !v._init && !v.ctorinit)
7121 if (v.ctorinit)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h141 bool fill(Loc loc, Expressions *elements, bool ctorinit);
H A Ddstruct.c626 * ctorinit: true if the elements will be used for default initialization.
631 bool AggregateDeclaration::fill(Loc loc, Expressions *elements, bool ctorinit) argument
739 if ((vx->storage_class & STCnodefaultctor) && !ctorinit)
762 if (telem->needsNested() && ctorinit)
H A Ddeclaration.h249 bool ctorinit; // it has been initialized in a ctor member in class:VarDeclaration
H A Ddeclaration.c830 ctorinit = 0;
1873 if (ctorinit == 0 && isCtorinit() && !isField())
H A Dfunc.c1703 v->ctorinit = 0;
1785 // Verify that all the ctorinit fields got initialized
1793 if (v->ctorinit == 0)
H A Dexpression.c5306 var->ctorinit = true;
5307 //printf("setting ctorinit\n");
5355 v->ctorinit = true;

Completed in 235 milliseconds