Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp376 struct ExportDefaultedDefs { struct
377 __declspec(dllexport) ExportDefaultedDefs();
378 __declspec(dllexport) ~ExportDefaultedDefs();
379 __declspec(dllexport) inline ExportDefaultedDefs(const ExportDefaultedDefs&);
380 __declspec(dllexport) ExportDefaultedDefs& operator=(const ExportDefaultedDefs&);
381 __declspec(dllexport) ExportDefaultedDefs(ExportDefaultedDefs&&);
382 __declspec(dllexport) ExportDefaultedDefs& operator=(ExportDefaultedDefs&&);
391 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs() = default;
399 ExportDefaultedDefs::~ExportDefaultedDefs() = default;
407 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs(const ExportDefaultedDefs&) = defaul…
[all …]
/external/clang/test/SemaCXX/
Ddllexport.cpp679 struct ExportDefaultedDefs { struct
680 __declspec(dllexport) ExportDefaultedDefs();
681 __declspec(dllexport) ~ExportDefaultedDefs();
683 __declspec(dllexport) inline ExportDefaultedDefs(const ExportDefaultedDefs&);
684 __declspec(dllexport) ExportDefaultedDefs& operator=(const ExportDefaultedDefs&);
686 __declspec(dllexport) ExportDefaultedDefs(ExportDefaultedDefs&&);
687 __declspec(dllexport) ExportDefaultedDefs& operator=(ExportDefaultedDefs&&);
691 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs() = default;
692 ExportDefaultedDefs::~ExportDefaultedDefs() = default;
695 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs(const ExportDefaultedDefs&) = defaul…
[all …]