Home
last modified time | relevance | path

Searched refs:vgate (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc877 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate; in register_module_decl() local
878 if (vgate != NULL) in register_module_decl()
880 tree gate = get_symbol_decl (vgate); in register_module_decl()
887 VarDeclaration *vgate = ((StaticDtorDeclaration *) fd)->vgate; in register_module_decl() local
888 if (vgate != NULL) in register_module_decl()
890 tree gate = get_symbol_decl (vgate); in register_module_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc862 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate; in register_module_decl() local
863 if (vgate != NULL) in register_module_decl()
865 tree gate = get_symbol_decl (vgate); in register_module_decl()
872 VarDeclaration *vgate = ((StaticDtorDeclaration *) fd)->vgate; in register_module_decl() local
873 if (vgate != NULL) in register_module_decl()
875 tree gate = get_symbol_decl (vgate); in register_module_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h804 VarDeclaration *vgate; // 'gate' variable
H A Dfunc.d4061 VarDeclaration vgate; // 'gate' variable variable
H A Ddsymbolsem.d4353 sdd.vgate = v; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h805 VarDeclaration *vgate; // 'gate' variable
H A Dfunc.c5226 vgate = NULL; in StaticDtorDeclaration()
5233 vgate = NULL; in StaticDtorDeclaration()
5293 vgate = v; in semantic()