Home
last modified time | relevance | path

Searched refs:ExportedStaticVar (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp630 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
633 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
638 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()
644 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
645 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
651 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
656 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…
662 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1;
/external/llvm-project/clang/test/CodeGenCXX/
Ddllexport-members.cpp630 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
633 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
638 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()
644 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
645 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
651 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
656 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…
662 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1;
/external/clang/test/SemaCXX/
Ddllexport.cpp881 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
884 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
887 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()
891 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
892 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
896 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
899 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Exported>;
900 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…
904 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported>;
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp950 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member
953 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl
956 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()
960 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
961 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl
965 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl
968 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Exported>;
969 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…
973 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported>;