Searched refs:StaticVar (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp595 template<typename T> static const int StaticVar = 1; member in struct:MemVarTmpl
598 template<typename T> const int MemVarTmpl::StaticVar; member in class:MemVarTmpl
633 // MSC-DAG: @"\01??$StaticVar@UExplicitDecl_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
635 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in class:MemVarTmpl
636 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in class:MemVarTmpl
640 // MSC-DAG: @"\01??$StaticVar@UExplicitInst_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
642 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in class:MemVarTmpl
645 // MSC-DAG: @"\01??$StaticVar@UExplicitSpec_Def_Exported@@@MemVarTmpl@@2HB" = dllexport constant i32 1, align 4
647 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in class:MemVarTmpl
H A Ddllimport-members.cpp828 template<typename T> static const int StaticVar = 1; member in struct:MemVarTmpl
864 // MSC-DAG: @"\01??$StaticVar@UExplicitDecl_Imported@@@MemVarTmpl@@2HB" = external dllimport constant i32
866 extern template __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitDecl_Imported>; member in class:MemVarTmpl
867 USEMV(MemVarTmpl, StaticVar<ExplicitDecl_Imported>)
874 // MSC-DAG: @"\01??$StaticVar@UExplicitSpec_Imported@@@MemVarTmpl@@2HB" = external dllimport constant i32
876 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in class:MemVarTmpl
877 USEMV(MemVarTmpl, StaticVar<ExplicitSpec_Imported>)
/external/clang/test/SemaCXX/
H A Ddllexport.cpp865 template<typename T> static const int StaticVar = 1; member in struct:MemVarTmpl
868 template<typename T> const int MemVarTmpl::StaticVar; member in class:MemVarTmpl
894 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in class:MemVarTmpl
895 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>; member in class:MemVarTmpl
899 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>; member in class:MemVarTmpl
902 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>; member in class:MemVarTmpl
903 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1; member in class:MemVarTmpl
H A Ddllimport.cpp915 template<typename T> static const int StaticVar = 1; member in struct:MemVarTmpl
943 extern template __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitDecl_Imported>; member in class:MemVarTmpl
950 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Imported>; member in class:MemVarTmpl
951 template<> __declspec(dllimport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Imported> = 1; member in class:MemVarTmpl

Completed in 128 milliseconds