Home
last modified time | relevance | path

Searched defs:ExportSpecials (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp282 struct ExportSpecials { struct
327 ExportSpecials::ExportSpecials() {} in ExportSpecials() function in ExportSpecials
329 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() argument
330 ExportSpecials& ExportSpecials::operator=(const ExportSpecials&) { return *this; } in operator =()
331 ExportSpecials::ExportSpecials(ExportSpecials&&) {} in ExportSpecials() argument
332 ExportSpecials& ExportSpecials::operator=(ExportSpecials&&) { return *this; } in operator =() argument
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp672 struct ExportSpecials { struct
673 __declspec(dllexport) ExportSpecials() {} in ExportSpecials() function
682 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() argument
683 inline ExportSpecials& ExportSpecials::operator=(const ExportSpecials&) { return *this; } in operator =()
684 ExportSpecials::ExportSpecials(ExportSpecials&&) {} in ExportSpecials() function in ExportSpecials
685 ExportSpecials& ExportSpecials::operator=(ExportSpecials&&) { return *this; } in operator =() argument