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

/external/clang/test/SemaCXX/
H A Ddllexport.cpp544 __declspec(dllexport) static inline void staticInlineDecl();
572 void ExportMembers::staticInlineDecl() {} function in class:ExportMembers
591 __declspec(dllexport) static inline void staticInlineDecl();
606 __declspec(dllexport) void ExportMemberDefs::staticInlineDecl() {} function in class:ExportMemberDefs
702 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
717 __declspec(dllexport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDecl' cannot add 'dllexport' attribute}} function in class:MemberRedecl
739 template<typename T> __declspec(dllexport) static inline void staticInlineDecl();
758 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} function in class:ExportMemberTmpl
774 template<typename T> static inline void staticInlineDecl(); // expecte
788 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDecl' cannot add 'dllexport' attribute}} function in class:MemTmplRedecl
957 template<typename T> void ExportClassTmplMembers<T>::staticInlineDecl() {} function in class:ExportClassTmplMembers
994 template<typename T> __declspec(dllexport) void CTMR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMR::staticInlineDecl' cannot add 'dllexport' attribute}} function in class:CTMR
1036 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticInlineDecl() {} function in class:ExportClsTmplMemTmpl
1067 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMTR::staticInlineDecl' cannot add 'dllexport' attribute}} function in class:CTMTR
[all...]
H A Ddllimport.cpp473 __declspec(dllimport) static inline void staticInlineDecl();
510 void ImportMembers::staticInlineDecl() {} function in class:ImportMembers
528 __declspec(dllimport) static inline void staticInlineDecl();
545 __declspec(dllimport) void ImportMemberDefs::staticInlineDecl() {} function in class:ImportMemberDefs
655 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
679 __declspec(dllimport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDecl' cannot add 'dllimport' attribute}} function in class:MemberRedecl
726 template<typename T> __declspec(dllimport) static inline void staticInlineDecl();
743 template<typename T> void ImportMemberTmpl::staticInlineDecl() {} function in class:ImportMemberTmpl
764 template<typename T> static inline void staticInlineDecl(); // expecte
795 template<typename T> __declspec(dllimport) void MemTmplRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDecl' cannot add 'dllimport' attribute}} function in class:MemTmplRedecl
1027 template<typename T> void ImportClassTmplMembers<T>::staticInlineDecl() {} function in class:ImportClassTmplMembers
1066 template<typename T> __declspec(dllimport) void CTMR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMR::staticInlineDecl' cannot add 'dllimport' attribute}} function in class:CTMR
1129 template<typename T> template<typename U> void ImportClsTmplMemTmpl<T>::staticInlineDecl() {} function in class:ImportClsTmplMemTmpl
1172 template<typename T> template<typename U> __declspec(dllimport) void CTMTR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMTR::staticInlineDecl' cannot add 'dllimport' attribute}} function in class:CTMTR
[all...]
/external/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp134 // MSC-DAG: declare dllimport void @"\01?staticInlineDecl@ImportMembers@@SAXXZ"()
142 // MO1-DAG: define available_externally dllimport void @"\01?staticInlineDecl@ImportMembers@@SAXXZ"()
150 __declspec(dllimport) static inline void staticInlineDecl();
206 void ImportMembers::staticInlineDecl() {} function in class:ImportMembers
222 USEMF(ImportMembers, staticInlineDecl)
307 // MSC-DAG: declare dllimport void @"\01?staticInlineDecl@Nested@ImportMembers@@SAXXZ"()
315 // MO1-DAG: define available_externally dllimport void @"\01?staticInlineDecl@Nested@ImportMembers@@SAXXZ"()
323 __declspec(dllimport) static inline void staticInlineDecl();
379 void ImportMembers::Nested::staticInlineDecl() {} function in class:ImportMembers::Nested
395 USEMF(ImportMembers::Nested, staticInlineDecl)
[all...]
H A Ddllexport-members.cpp74 // MSC-DAG: define weak_odr dllexport void @"\01?staticInlineDecl@ExportMembers@@SAXXZ"()
82 __declspec(dllexport) static inline void staticInlineDecl();
136 void ExportMembers::staticInlineDecl() {} function in class:ExportMembers
197 // MSC-DAG: define weak_odr dllexport void @"\01?staticInlineDecl@Nested@ExportMembers@@SAXXZ"()
205 __declspec(dllexport) static inline void staticInlineDecl();
259 void ExportMembers::Nested::staticInlineDecl() {} function in class:ExportMembers::Nested

Completed in 158 milliseconds