Searched refs:SCOPEalias (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h67 #define SCOPEalias 0x20000 // inside alias declaration macro
H A Ddeclaration.c351 sc->flags |= SCOPEalias;
361 sc->flags &= ~SCOPEalias;
377 sc->flags &= ~SCOPEalias;
383 sc->flags &= ~SCOPEalias;
488 sc->flags &= ~SCOPEalias;
H A Dmtype.c6584 const int inAlias = (sc->flags & SCOPEalias) != 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h63 SCOPEalias = 0x20000, // inside alias declaration enumerator in enum:__anon791

Completed in 292 milliseconds