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

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp31 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?normalInlineDef@ExportMembers@@QAEXXZ"(%struct.ExportMembers* %this)
32 // M64-DAG: define weak_odr dllexport void @"\01?normalInlineDef@ExportMembers@@QEAAXXZ"(%struct.ExportMembers* %this)
46 __declspec(dllexport) void normalInlineDef();
129 inline void ExportMembers::normalInlineDef() {} function in class:ExportMembers
156 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?normalInlineDef@Nested@ExportMembers@@QAEXXZ"(%"struct.ExportMembers::Nested"* %this)
157 // M64-DAG: define weak_odr dllexport void @"\01?normalInlineDef@Nested@ExportMembers@@QEAAXXZ"(%"struct.ExportMembers::Nested"* %this)
170 __declspec(dllexport) void normalInlineDef();
252 inline void ExportMembers::Nested::normalInlineDef() {} function in class:ExportMembers::Nested
H A Ddllimport-members.cpp72 // M32-DAG: declare dllimport x86_thiscallcc void @"\01?normalInlineDef@ImportMembers@@QAEXXZ"(%struct.ImportMembers*)
73 // M64-DAG: declare dllimport void @"\01?normalInlineDef@ImportMembers@@QEAAXXZ"(%struct.ImportMembers*)
87 // MO1-DAG: define available_externally dllimport x86_thiscallcc void @"\01?normalInlineDef@ImportMembers@@QAEXXZ"(
95 __declspec(dllimport) void normalInlineDef();
199 inline void ImportMembers::normalInlineDef() {} function in class:ImportMembers
211 USEMF(ImportMembers, normalInlineDef)
244 // M32-DAG: declare dllimport x86_thiscallcc void @"\01?normalInlineDef@Nested@ImportMembers@@QAEXXZ"(%"struct.ImportMembers::Nested"*)
245 // M64-DAG: declare dllimport void @"\01?normalInlineDef@Nested@ImportMembers@@QEAAXXZ"(%"struct.ImportMembers::Nested"*)
259 // MO1-DAG: define available_externally dllimport x86_thiscallcc void @"\01?normalInlineDef@Nested@ImportMembers@@QAEXXZ"(
267 __declspec(dllimport) void normalInlineDef();
372 inline void ImportMembers::Nested::normalInlineDef() {} function in class:ImportMembers::Nested
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp533 __declspec(dllexport) void normalInlineDef();
565 inline void ExportMembers::normalInlineDef() {} function in class:ExportMembers
584 __declspec(dllexport) void normalInlineDef();
599 __declspec(dllexport) inline void ExportMemberDefs::normalInlineDef() {} function in class:ExportMemberDefs
695 void normalInlineDef(); // expected-note{{previous declaration is here}}
710 __declspec(dllexport) inline void MemberRedecl::normalInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::normalInlineDef' cannot add 'dllexport' attribute}} function in class:MemberRedecl
733 template<typename T> __declspec(dllexport) void normalInlineDef();
754 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {} function in class:ExportMemberTmpl
770 template<typename T> void normalInlineDef(); // expecte
784 template<typename T> __declspec(dllexport) inline void MemTmplRedecl::normalInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::normalInlineDef' cannot add 'dllexport' attribute}} function in class:MemTmplRedecl
950 template<typename T> inline void ExportClassTmplMembers<T>::normalInlineDef() {} function in class:ExportClassTmplMembers
987 template<typename T> __declspec(dllexport) inline void CTMR<T>::normalInlineDef() {} // expected-error{{redeclaration of 'CTMR::normalInlineDef' cannot add 'dllexport' attribute}} function in class:CTMR
1032 template<typename T> template<typename U> inline void ExportClsTmplMemTmpl<T>::normalInlineDef() {} function in class:ExportClsTmplMemTmpl
1063 template<typename T> template<typename U> __declspec(dllexport) inline void CTMTR<T>::normalInlineDef() {} // expected-error{{redeclaration of 'CTMTR::normalInlineDef' cannot add 'dllexport' attribute}} function in class:CTMTR
[all...]
H A Ddllimport.cpp454 __declspec(dllimport) void normalInlineDef();
495 // expected-warning@+2{{'ImportMembers::normalInlineDef' redeclared inline; 'dllimport' attribute ignored}}
497 inline void ImportMembers::normalInlineDef() {} function in class:ImportMembers
520 __declspec(dllimport) void normalInlineDef();
540 __declspec(dllimport) inline void ImportMemberDefs::normalInlineDef() {} function in class:ImportMemberDefs
662 void normalInlineDef();
682 __declspec(dllimport) inline void MemberRedecl::normalInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::normalInlineDef' cannot add 'dllimport' attribute}} function in class:MemberRedecl
686 __declspec(dllimport) inline void MemberRedecl::normalInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:MemberRedecl
712 template<typename T> __declspec(dllimport) void normalInlineDef();
749 template<typename T> inline void ImportMemberTmpl::normalInlineDef() {} function in class:ImportMemberTmpl
783 template<typename T> __declspec(dllimport) inline void MemTmplRedecl::normalInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::normalInlineDef' cannot add 'dllimport' attribute}} function in class:MemTmplRedecl
785 template<typename T> __declspec(dllimport) inline void MemTmplRedecl::normalInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:MemTmplRedecl
1014 template<typename T> inline void ImportClassTmplMembers<T>::normalInlineDef() {} function in class:ImportClassTmplMembers
1069 template<typename T> __declspec(dllimport) inline void CTMR<T>::normalInlineDef() {} // expected-error{{redeclaration of 'CTMR::normalInlineDef' cannot add 'dllimport' attribute}} function in class:CTMR
1073 template<typename T> __declspec(dllimport) inline void CTMR<T>::normalInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:CTMR
1135 template<typename T> template<typename U> inline void ImportClsTmplMemTmpl<T>::normalInlineDef() {} function in class:ImportClsTmplMemTmpl
1175 template<typename T> template<typename U> __declspec(dllimport) inline void CTMTR<T>::normalInlineDef() {} // expected-error{{redeclaration of 'CTMTR::normalInlineDef' cannot add 'dllimport' attribute}} function in class:CTMTR
1178 template<typename T> template<typename U> __declspec(dllimport) inline void CTMTR<T>::normalInlineDef() {} // expected-warning{{'dllimport' attribute ignored on inline function}} function in class:CTMTR
[all...]

Completed in 72 milliseconds