Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddllimport.cpp561 __declspec(dllimport) static const int StaticConstField; member
629 __declspec(dllimport) static const int StaticConstField; member
646 __declspec(dllimport) const int ImportMemberDefs::StaticConstField = 1; // expected-error{{defini… member in ImportMemberDefs
779 static const int StaticConstField; // expected-note{{previous declaration is here}} member
808 __declspec(dllimport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
843 template<typename T> __declspec(dllimport) static const int StaticConstField; member
887 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
913 template<typename T> __declspec(dllimport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
1121 __declspec(dllimport) static const int StaticConstField; member
1193 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
Ddllexport.cpp565 __declspec(dllexport) static const int StaticConstField; member
604 __declspec(dllexport) static const int StaticConstField; member
619 __declspec(dllexport) const int ExportMemberDefs::StaticConstField = 1; member in ExportMemberDefs
715 static const int StaticConstField; // expected-note{{previous declaration is here}} member
730 __declspec(dllexport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
759 template<typename T> __declspec(dllexport) static const int StaticConstField; member
793 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
807 template<typename T> __declspec(dllexport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
956 __declspec(dllexport) static const int StaticConstField; member
997 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp125 __declspec(dllexport) static const int StaticConstField; member
148 const int ExportMembers::StaticConstField = 1; member in ExportMembers
251 __declspec(dllexport) static const int StaticConstField; member
274 const int ExportMembers::Nested::StaticConstField = 1; member in ExportMembers::Nested
Ddllimport-members.cpp190 __declspec(dllimport) static const int StaticConstField; member
363 __declspec(dllimport) static const int StaticConstField; member