Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
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
754 template<typename T> __declspec(dllexport) static const int StaticConstField; member
788 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
802 template<typename T> __declspec(dllexport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
951 __declspec(dllexport) static const int StaticConstField; member
992 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
Ddllimport.cpp490 __declspec(dllimport) static const int StaticConstField; member
538 __declspec(dllimport) static const int StaticConstField; member
555 __declspec(dllimport) const int ImportMemberDefs::StaticConstField = 1; // expected-error{{defini… member in ImportMemberDefs
673 static const int StaticConstField; // expected-note{{previous declaration is here}} member
702 __declspec(dllimport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
737 template<typename T> __declspec(dllimport) static const int StaticConstField; member
781 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
807 template<typename T> __declspec(dllimport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
1006 __declspec(dllimport) static const int StaticConstField; member
1060 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp123 __declspec(dllexport) static const int StaticConstField; member
146 const int ExportMembers::StaticConstField = 1; member in ExportMembers
249 __declspec(dllexport) static const int StaticConstField; member
272 const int ExportMembers::Nested::StaticConstField = 1; member in ExportMembers::Nested
Ddllimport-members.cpp190 __declspec(dllimport) static const int StaticConstField; member
230 USEMV(ImportMembers, StaticConstField)
363 __declspec(dllimport) static const int StaticConstField; member
403 USEMV(ImportMembers::Nested, StaticConstField)