Home
last modified time | relevance | path

Searched defs:mustInit (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c296 static bool mergeFieldInit(unsigned &fieldInit, unsigned fi, bool mustInit) in mergeFieldInit()
358 bool mustInit = (v->storage_class & STCnodefaultctor || in mergeFieldInit() local
H A Dstatementsem.c2951 bool mustInit = (v->storage_class & STCnodefaultctor || in visit() local
H A Dfunc.c1810 bool mustInit = (v->storage_class & STCnodefaultctor || in semantic3() local
H A Dexpression.c5312 bool mustInit = ((var->storage_class & STCnodefaultctor) != 0 || in modifyFieldVar() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d315 bool mustInit = (v.storage_class & STC.nodefaultctor || v.type.needsNested()); in merge() local
H A Dsemantic3.d702 … bool mustInit = (v.storage_class & STC.nodefaultctor || v.type.needsNested()); in visit() local
H A Ddeclaration.d108 auto mustInit = ((var.storage_class & STC.nodefaultctor) != 0 || in modifyFieldVar() local
H A Dstatementsem.d3082 bool mustInit = (v.storage_class & STC.nodefaultctor || v.type.needsNested()); in package() local