Searched refs:ImportedStaticVar (Results 1 – 2 of 2) sorted by relevance
829 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member835 USEMV(MemVarTmpl, ImportedStaticVar<ImplicitInst_Imported>)841 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;842 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitDecl_Imported>)851 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>;852 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitSpec_Imported>)858 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>;859 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitSpec_NotImported>)
1091 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member1095 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl()1099 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;1106 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>;1107 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>…1113 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>;