Home
last modified time | relevance | path

Searched defs:StaticVar (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp601 template<typename T> static const int StaticVar = 1; member
604 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
642 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
648 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
653 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
Ddllimport-members.cpp828 template<typename T> static const int StaticVar = 1; member
/external/clang/test/SemaCXX/
Ddllexport.cpp875 template<typename T> static const int StaticVar = 1; member
878 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
905 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
909 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
912 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in MemVarTmpl
913 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
Ddllimport.cpp921 template<typename T> static const int StaticVar = 1; member
956 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
957 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in MemVarTmpl