Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp410 struct ImportSpecials { struct
415 __declspec(dllimport) ImportSpecials();
421 __declspec(dllimport) ~ImportSpecials();
427 __declspec(dllimport) ImportSpecials(const ImportSpecials&);
433 __declspec(dllimport) ImportSpecials& operator=(const ImportSpecials&);
439 __declspec(dllimport) ImportSpecials(ImportSpecials&&);
445 __declspec(dllimport) ImportSpecials& operator=(ImportSpecials&&);
447 USESPECIALS(ImportSpecials)
/external/clang/test/SemaCXX/
Ddllimport.cpp651 struct ImportSpecials { struct
652 __declspec(dllimport) ImportSpecials();
653 __declspec(dllimport) ~ImportSpecials();
654 __declspec(dllimport) ImportSpecials(const ImportSpecials&);
655 __declspec(dllimport) ImportSpecials& operator=(const ImportSpecials&);
656 __declspec(dllimport) ImportSpecials(ImportSpecials&&);
657 __declspec(dllimport) ImportSpecials& operator=(ImportSpecials&&);