Searched defs:StaticVar (Results 1 – 9 of 9) sorted by relevance
629 template<typename T> static const int StaticVar = 1; member632 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl670 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl676 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl681 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
828 template<typename T> static const int StaticVar = 1; member
949 template<typename T> static const int StaticVar = 1; member952 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl979 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl983 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl986 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in MemVarTmpl987 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
1089 template<typename T> static const int StaticVar = 1; member1124 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in MemVarTmpl1125 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in MemVarTmpl
880 template<typename T> static const int StaticVar = 1; member883 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl910 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl914 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl917 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in MemVarTmpl918 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
1027 template<typename T> static const int StaticVar = 1; member1062 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in MemVarTmpl1063 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in MemVarTmpl
128 static const auto StaticVar = Obj.reference(); in NegativeStaticLocalVar() local