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

/external/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp130 // MSC-DAG: define void @"\01?staticDef@ImportMembers@@SAXXZ"()
146 __declspec(dllimport) static void staticDef(); // dllimport ignored
204 void ImportMembers::staticDef() {} // dllimport ignored function in class:ImportMembers
218 USEMF(ImportMembers, staticDef)
303 // MSC-DAG: define void @"\01?staticDef@Nested@ImportMembers@@SAXXZ"()
319 __declspec(dllimport) static void staticDef(); // dllimport ignored
377 void ImportMembers::Nested::staticDef() {} // dllimport ignored function in class:ImportMembers::Nested
391 USEMF(ImportMembers::Nested, staticDef)
655 template<typename T> static void staticDef() {} function in struct:MemFunTmpl
765 // MSC-DAG: declare dllimport void @"\01??$staticDef
822 template<> __declspec(dllimport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Imported>() {} function in class:MemFunTmpl
[all...]
H A Ddllexport-members.cpp71 // MSC-DAG: define dllexport void @"\01?staticDef@ExportMembers@@SAXXZ"()
79 __declspec(dllexport) static void staticDef();
134 void ExportMembers::staticDef() {} function in class:ExportMembers
194 // MSC-DAG: define dllexport void @"\01?staticDef@Nested@ExportMembers@@SAXXZ"()
202 __declspec(dllexport) static void staticDef();
257 void ExportMembers::Nested::staticDef() {} function in class:ExportMembers::Nested
464 template<typename T> static void staticDef() {} function in struct:MemFunTmpl
554 // M32-DAG: define weak_odr dllexport void @"\01??$staticDef@UExplicitDecl_Exported@@@MemFunTmpl@@SAXXZ"()
556 extern template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
557 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exporte
589 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
590 template<> __declspec(dllexport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp541 __declspec(dllexport) static void staticDef();
570 void ExportMembers::staticDef() {} function in class:ExportMembers
589 __declspec(dllexport) static void staticDef();
604 __declspec(dllexport) void ExportMemberDefs::staticDef() {} function in class:ExportMemberDefs
700 static void staticDef(); // expected-note{{previous declaration is here}}
715 __declspec(dllexport) void MemberRedecl::staticDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticDef' cannot add 'dllexport' attribute}} function in class:MemberRedecl
736 template<typename T> __declspec(dllexport) static void staticDef();
756 template<typename T> void ExportMemberTmpl::staticDef() {} function in class:ExportMemberTmpl
772 template<typename T> static void staticDef(); // expecte
786 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticDef' cannot add 'dllexport' attribute}} function in class:MemTmplRedecl
801 template<typename T> static void staticDef() {} function in struct:MemFunTmpl
858 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
859 template<> __declspec(dllexport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
955 template<typename T> void ExportClassTmplMembers<T>::staticDef() {} function in class:ExportClassTmplMembers
992 template<typename T> __declspec(dllexport) void CTMR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMR::staticDef' cannot add 'dllexport' attribute}} function in class:CTMR
1034 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticDef() {} function in class:ExportClsTmplMemTmpl
1065 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMTR::staticDef' cannot add 'dllexport' attribute}} function in class:CTMTR
[all...]
H A Ddllimport.cpp470 __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
505 void ImportMembers::staticDef() {} // expected-warning{{'ImportMembers::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}} function in class:ImportMembers
523 __declspec(dllimport) static void staticDef();
538 __declspec(dllimport) void ImportMemberDefs::staticDef() {} // expected-error{{dllimport cannot be applied to non-inline function definition}} function in class:ImportMemberDefs
654 static void staticDef(); // expected-note{{previous declaration is here}}
677 __declspec(dllimport) void MemberRedecl::staticDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticDef' cannot add 'dllimport' attribute}} function in class:MemberRedecl
714 template<typename T> __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
742 template<typename T> void ImportMemberTmpl::staticDef() {} // expecte function in class:ImportMemberTmpl
788 template<typename T> __declspec(dllimport) void MemTmplRedecl::staticDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticDef' cannot add 'dllimport' attribute}} function in class:MemTmplRedecl
817 template<typename T> static void staticDef() {} function in struct:MemFunTmpl
901 template<> __declspec(dllimport) void MemFunTmpl::staticDef<ExplicitSpec_Def_Imported>() {} // error on mingw function in class:MemFunTmpl
905 template<> __declspec(dllimport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Imported>() {} function in class:MemFunTmpl
1022 template<typename T> void ImportClassTmplMembers<T>::staticDef() {} // expected-warning{{'ImportClassTmplMembers::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}} function in class:ImportClassTmplMembers
1064 template<typename T> __declspec(dllimport) void CTMR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMR::staticDef' cannot add 'dllimport' attribute}} function in class:CTMR
1128 template<typename T> template<typename U> void ImportClsTmplMemTmpl<T>::staticDef() {} // expected-warning{{'ImportClsTmplMemTmpl::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}} function in class:ImportClsTmplMemTmpl
1170 template<typename T> template<typename U> __declspec(dllimport) void CTMTR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMTR::staticDef' cannot add 'dllimport' attribute}} function in class:CTMTR
[all...]

Completed in 100 milliseconds