Searched refs:ImportedStaticVar (Results 1 – 4 of 4) 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>)
1028 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member1032 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl()1036 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;1043 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>; member in MemVarTmpl1044 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>… member in MemVarTmpl1050 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>; member in MemVarTmpl
1090 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member1094 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl()1098 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;1105 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>; member in MemVarTmpl1106 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>… member in MemVarTmpl1112 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>; member in MemVarTmpl