Home
last modified time | relevance | path

Searched defs:aliassym (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h221 Dsymbol *aliassym; variable
257 Dsymbol *aliassym; // if redone as alias to another symbol variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h210 Dsymbol *aliassym; variable
231 Dsymbol *aliassym; // if redone as alias to another symbol variable
H A Ddeclaration.d717 Dsymbol aliassym; // alias ident = aliassym; variable
996 Dsymbol aliassym; variable
1075 Dsymbol aliassym; // if redone as alias to another symbol variable
H A Ddsymbol.d2270 Dsymbol aliassym; /// replace previous RHS of AliasDeclaration with `aliassym` variable
2273 extern (D) this(const ref Loc loc, Identifier ident, Type type, Dsymbol aliassym) nothrow in this()
H A Ddsymbolsem.d6641 auto aliassym = findAliasDeclaration(ds, sc); in aliasAssignSemantic() local