HomeSort by: relevance | last modified time | path
    Searched refs:inunion (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h 87 Dsymbol *inunion; // !=null if processing members of a union member in struct:Scope
aggregate.d 171 sc2.inunion = isUnionDeclaration();
dscope.d 96 Dsymbol inunion; /// != null if processing members of a union
dsymbolsem.d 357 if (sc && sc.inunion && sc.inunion.isAnonDeclaration())
1456 sc.inunion = scd.isunion ? scd : null;

Completed in 18 milliseconds