Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp629 template<typename T> static const int StaticVar = 1; member
632 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
670 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
676 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
681 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
H A Ddllimport-members.cpp828 template<typename T> static const int StaticVar = 1; member
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllexport.cpp880 template<typename T> static const int StaticVar = 1; member
883 template<typename T> const int MemVarTmpl::StaticVar; member in MemVarTmpl
910 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
914 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in MemVarTmpl
917 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in MemVarTmpl
918 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in MemVarTmpl
H A Ddllimport.cpp1027 template<typename T> static const int StaticVar = 1; member
1062 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
1063 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in MemVarTmpl