Searched refs:vgate (Results 1 – 7 of 7) sorted by relevance
877 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate; in register_module_decl() local878 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() local888 if (vgate != NULL) in register_module_decl()890 tree gate = get_symbol_decl (vgate); in register_module_decl()
862 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate; in register_module_decl() local863 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() local873 if (vgate != NULL) in register_module_decl()875 tree gate = get_symbol_decl (vgate); in register_module_decl()
804 VarDeclaration *vgate; // 'gate' variable
4061 VarDeclaration vgate; // 'gate' variable variable
4353 sdd.vgate = v; in visit()
805 VarDeclaration *vgate; // 'gate' variable
5226 vgate = NULL; in StaticDtorDeclaration()5233 vgate = NULL; in StaticDtorDeclaration()5293 vgate = v; in semantic()