Home
last modified time | relevance | path

Searched refs:ExportDefaultedInclassDefs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp433 struct ExportDefaultedInclassDefs { struct
434 __declspec(dllexport) ExportDefaultedInclassDefs() = default;
440 __declspec(dllexport) ~ExportDefaultedInclassDefs() = default;
446 __declspec(dllexport) ExportDefaultedInclassDefs(const ExportDefaultedInclassDefs&) = default;
452 …__declspec(dllexport) ExportDefaultedInclassDefs& operator=(const ExportDefaultedInclassDefs&) = d…
H A Ddllexport.cpp655 struct __declspec(dllexport) ExportDefaultedInclassDefs { struct
656 ExportDefaultedInclassDefs() = default;
662 ~ExportDefaultedInclassDefs() = default;
668 ExportDefaultedInclassDefs(const ExportDefaultedInclassDefs&) = default;
674 ExportDefaultedInclassDefs& operator=(const ExportDefaultedInclassDefs&) = default;