Searched defs:ExportedStaticVar (Results 1 – 2 of 2) sorted by relevance
630 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member633 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl645 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl651 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
966 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member969 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl977 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl981 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl