Searched refs:inunion (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h87 int inunion; // we're processing members of a union member in struct:Scope
H A Ddscope.c89 this->inunion = 0;
H A Ddstruct.c230 sc2->inunion = 1;
H A Dattrib.c767 sc->inunion = isunion;
H A Ddeclaration.c1376 if (!_init && !sc->inunion && !(storage_class & (STCstatic | STCgshared | STCextern)) && fd &&
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h87 Dsymbol *inunion; // !=null if processing members of a union member in struct:Scope
H A Daggregate.d171 sc2.inunion = isUnionDeclaration();
H A Ddscope.d96 Dsymbol inunion; /// != null if processing members of a union
H A Ddsymbolsem.d357 if (sc && sc.inunion && sc.inunion.isAnonDeclaration())
1456 sc.inunion = scd.isunion ? scd : null;

Completed in 373 milliseconds