Searched defs:StaticVar (Results 1 – 5 of 5) 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 MemVarTmpl
828 template<typename T> static const int StaticVar = 1; member
965 template<typename T> static const int StaticVar = 1; member968 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl995 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl999 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
1090 template<typename T> static const int StaticVar = 1; member
313 static const auto StaticVar = Obj.reference(); NegativeStaticLocalVar() local