Searched defs:staticInlineDef (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp73 // MSC-DAG: define weak_odr dllexport void @"\01?staticInlineDef@ExportMembers@@SAXXZ"()
81 __declspec(dllexport) static void staticInlineDef();
135 inline void ExportMembers::staticInlineDef() {} function in class:ExportMembers
196 // MSC-DAG: define weak_odr dllexport void @"\01?staticInlineDef@Nested@ExportMembers@@SAXXZ"()
204 __declspec(dllexport) static void staticInlineDef();
258 inline void ExportMembers::Nested::staticInlineDef() {} function in class:ExportMembers::Nested
H A Ddllimport-members.cpp133 // MSC-DAG: declare dllimport void @"\01?staticInlineDef@ImportMembers@@SAXXZ"()
141 // MO1-DAG: define available_externally dllimport void @"\01?staticInlineDef@ImportMembers@@SAXXZ"()
149 __declspec(dllimport) static void staticInlineDef();
205 inline void ImportMembers::staticInlineDef() {} function in class:ImportMembers
221 USEMF(ImportMembers, staticInlineDef)
306 // MSC-DAG: declare dllimport void @"\01?staticInlineDef@Nested@ImportMembers@@SAXXZ"()
314 // MO1-DAG: define available_externally dllimport void @"\01?staticInlineDef@Nested@ImportMembers@@SAXXZ"()
322 __declspec(dllimport) static void staticInlineDef();
378 inline void ImportMembers::Nested::staticInlineDef() {} function in class:ImportMembers::Nested
394 USEMF(ImportMembers::Nested, staticInlineDef)
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp478 __declspec(dllexport) static void staticInlineDef();
506 inline void ExportMembers::staticInlineDef() {} function in class:ExportMembers
525 __declspec(dllexport) static void staticInlineDef();
540 __declspec(dllexport) inline void ExportMemberDefs::staticInlineDef() {} function in class:ExportMemberDefs
636 static void staticInlineDef(); // expected-note{{previous declaration is here}}
651 __declspec(dllexport) inline void MemberRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDef' cannot add 'dllexport' attribute}} function in class:MemberRedecl
673 template<typename T> __declspec(dllexport) static void staticInlineDef();
692 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {} function in class:ExportMemberTmpl
708 template<typename T> static void staticInlineDef(); // expecte
722 template<typename T> __declspec(dllexport) inline void MemTmplRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDef' cannot add 'dllexport' attribute}} function in class:MemTmplRedecl
891 template<typename T> inline void ExportClassTmplMembers<T>::staticInlineDef() {} function in class:ExportClassTmplMembers
928 template<typename T> __declspec(dllexport) inline void CTMR<T>::staticInlineDef() {} // expected-error{{redeclaration of 'CTMR::staticInlineDef' cannot add 'dllexport' attribute}} function in class:CTMR
970 template<typename T> template<typename U> inline void ExportClsTmplMemTmpl<T>::staticInlineDef() {} function in class:ExportClsTmplMemTmpl
1001 template<typename T> template<typename U> __declspec(dllexport) inline void CTMTR<T>::staticInlineDef() {} // expected-error{{redeclaration of 'CTMTR::staticInlineDef' cannot add 'dllexport' attribute}} function in class:CTMTR
[all...]
H A Ddllimport.cpp389 __declspec(dllimport) static void staticInlineDef();
417 inline void ImportMembers::staticInlineDef() {} function in class:ImportMembers
434 __declspec(dllimport) static void staticInlineDef();
449 __declspec(dllimport) inline void ImportMemberDefs::staticInlineDef() {} function in class:ImportMemberDefs
535 static void staticInlineDef(); // expected-note{{previous declaration is here}}
553 __declspec(dllimport) inline void MemberRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDef' cannot add 'dllimport' attribute}} function in class:MemberRedecl
581 template<typename T> __declspec(dllimport) static void staticInlineDef();
600 template<typename T> inline void ImportMemberTmpl::staticInlineDef() {} function in class:ImportMemberTmpl
616 template<typename T> static void staticInlineDef(); // expecte
632 template<typename T> __declspec(dllimport) inline void MemTmplRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDef' cannot add 'dllimport' attribute}} function in class:MemTmplRedecl
816 template<typename T> inline void ImportClassTmplMembers<T>::staticInlineDef() {} function in class:ImportClassTmplMembers
852 template<typename T> __declspec(dllimport) inline void CTMR<T>::staticInlineDef() {} // expected-error{{redeclaration of 'CTMR::staticInlineDef' cannot add 'dllimport' attribute}} function in class:CTMR
900 template<typename T> template<typename U> inline void ImportClsTmplMemTmpl<T>::staticInlineDef() {} function in class:ImportClsTmplMemTmpl
933 template<typename T> template<typename U> __declspec(dllimport) inline void CTMTR<T>::staticInlineDef() {} // expected-error{{redeclaration of 'CTMTR::staticInlineDef' cannot add 'dllimport' attribute}} function in class:CTMTR
[all...]

Completed in 93 milliseconds