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.cpp543 __declspec(dllexport) static void staticInlineDef();
571 inline void ExportMembers::staticInlineDef() {} function in class:ExportMembers
590 __declspec(dllexport) static void staticInlineDef();
605 __declspec(dllexport) inline void ExportMemberDefs::staticInlineDef() {} function in class:ExportMemberDefs
701 static void staticInlineDef(); // expected-note{{previous declaration is here}}
716 __declspec(dllexport) inline void MemberRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDef' cannot add 'dllexport' attribute}} function in class:MemberRedecl
738 template<typename T> __declspec(dllexport) static void staticInlineDef();
757 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {} function in class:ExportMemberTmpl
773 template<typename T> static void staticInlineDef(); // expecte
787 template<typename T> __declspec(dllexport) inline void MemTmplRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDef' cannot add 'dllexport' attribute}} function in class:MemTmplRedecl
956 template<typename T> inline void ExportClassTmplMembers<T>::staticInlineDef() {} function in class:ExportClassTmplMembers
993 template<typename T> __declspec(dllexport) inline void CTMR<T>::staticInlineDef() {} // expected-error{{redeclaration of 'CTMR::staticInlineDef' cannot add 'dllexport' attribute}} function in class:CTMR
1035 template<typename T> template<typename U> inline void ExportClsTmplMemTmpl<T>::staticInlineDef() {} function in class:ExportClsTmplMemTmpl
1066 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.cpp472 __declspec(dllimport) static void staticInlineDef();
507 // expected-warning@+2{{'ImportMembers::staticInlineDef' redeclared inline; 'dllimport' attribute ignored}}
509 inline void ImportMembers::staticInlineDef() {} function in class:ImportMembers
524 __declspec(dllimport) static void staticInlineDef();
544 __declspec(dllimport) inline void ImportMemberDefs::staticInlineDef() {} function in class:ImportMemberDefs
664 static void staticInlineDef();
684 __declspec(dllimport) inline void MemberRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDef' cannot add 'dllimport' attribute}} function in class:MemberRedecl
688 __declspec(dllimport) inline void MemberRedecl::staticInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:MemberRedecl
715 template<typename T> __declspec(dllimport) static void staticInlineDef();
750 template<typename T> inline void ImportMemberTmpl::staticInlineDef() {} function in class:ImportMemberTmpl
791 template<typename T> __declspec(dllimport) inline void MemTmplRedecl::staticInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDef' cannot add 'dllimport' attribute}} function in class:MemTmplRedecl
793 template<typename T> __declspec(dllimport) inline void MemTmplRedecl::staticInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:MemTmplRedecl
1026 template<typename T> inline void ImportClassTmplMembers<T>::staticInlineDef() {} function in class:ImportClassTmplMembers
1071 template<typename T> __declspec(dllimport) inline void CTMR<T>::staticInlineDef() {} // expected-error{{redeclaration of 'CTMR::staticInlineDef' cannot add 'dllimport' attribute}} function in class:CTMR
1075 template<typename T> __declspec(dllimport) inline void CTMR<T>::staticInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:CTMR
1136 template<typename T> template<typename U> inline void ImportClsTmplMemTmpl<T>::staticInlineDef() {} function in class:ImportClsTmplMemTmpl
1176 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
1179 template<typename T> template<typename U> __declspec(dllimport) inline void CTMTR<T>::staticInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:CTMTR
[all...]

Completed in 268 milliseconds