Searched refs:MemVarTmpl (Results 1 – 4 of 4) sorted by relevance
628 struct MemVarTmpl { struct632 template<typename T> const int MemVarTmpl::StaticVar; argument633 template<typename T> const int MemVarTmpl::ExportedStaticVar;638 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()644 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;645 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;651 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>;656 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…662 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1;669 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;[all …]
827 struct MemVarTmpl { struct835 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>)866 extern template __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitDecl_Imported>;867 USEMV(MemVarTmpl, StaticVar<ExplicitDecl_Imported>)[all …]
879 struct MemVarTmpl { struct883 template<typename T> const int MemVarTmpl::StaticVar; argument884 template<typename T> const int MemVarTmpl::ExportedStaticVar;887 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()891 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;892 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;896 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>;899 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Exported>;900 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…904 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported>;[all …]
1026 struct MemVarTmpl { struct1032 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl() argument1036 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;1043 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>;1044 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>…1050 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>;1055 extern template __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitDecl_Imported>;1062 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>;1063 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1;