Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp506 struct ImportDefaulted { struct
513 __declspec(dllimport) ImportDefaulted() = default;
521 __declspec(dllimport) ~ImportDefaulted() = default;
529 __declspec(dllimport) ImportDefaulted(const ImportDefaulted&) = default;
537 __declspec(dllimport) ImportDefaulted& operator=(const ImportDefaulted&) = default;
545 __declspec(dllimport) ImportDefaulted(ImportDefaulted&&) = default;
553 __declspec(dllimport) ImportDefaulted& operator=(ImportDefaulted&&) = default;
557 USESPECIALS(ImportDefaulted) argument
/external/clang/test/SemaCXX/
Ddllimport.cpp693 struct ImportDefaulted { struct
702 __declspec(dllimport) ImportDefaulted() = default;
703 __declspec(dllimport) ~ImportDefaulted() = default;
704 __declspec(dllimport) ImportDefaulted(const ImportDefaulted&) = default;
705 __declspec(dllimport) ImportDefaulted& operator=(const ImportDefaulted&) = default;
706 __declspec(dllimport) ImportDefaulted(ImportDefaulted&&) = default;
707 __declspec(dllimport) ImportDefaulted& operator=(ImportDefaulted&&) = default;