Searched refs:ExportSpecials (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp274 struct ExportSpecials { struct
275 // M32-DAG: define dllexport x86_thiscallcc %struct.ExportSpecials* @"\01??0ExportSpecials@@QAE@XZ"(%struct.ExportSpecials* returned %this)
276 // M64-DAG: define dllexport %struct.ExportSpecials* @"\01??0ExportSpecials@@QEAA@XZ"(%struct.ExportSpecials* returned %this)
277 // G32-DAG: define dllexport x86_thiscallcc void @_ZN14ExportSpecialsC1Ev(%struct.ExportSpecials* %this)
278 // G64-DAG: define dllexport void @_ZN14ExportSpecialsC1Ev(%struct.ExportSpecials* %this)
279 // G32-DAG: define dllexport x86_thiscallcc void @_ZN14ExportSpecialsC2Ev(%struct.ExportSpecials*
319 ExportSpecials::ExportSpecials() {} function in class:ExportSpecials
321 ExportSpecials(const ExportSpecials&) argument
322 operator =(const ExportSpecials&) argument
323 ExportSpecials::ExportSpecials(ExportSpecials&&) {} function in class:ExportSpecials
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp614 struct ExportSpecials { struct
615 __declspec(dllexport) ExportSpecials() {} function in struct:ExportSpecials
616 __declspec(dllexport) ~ExportSpecials();
617 __declspec(dllexport) inline ExportSpecials(const ExportSpecials&);
618 __declspec(dllexport) ExportSpecials& operator=(const ExportSpecials&);
619 __declspec(dllexport) ExportSpecials(ExportSpecials&&);
620 __declspec(dllexport) ExportSpecials
624 ExportSpecials(const ExportSpecials&) argument
625 operator =(const ExportSpecials&) argument
626 ExportSpecials::ExportSpecials(ExportSpecials&&) {} function in class:ExportSpecials
[all...]

Completed in 348 milliseconds