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

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp370 struct ExportDefaultedDefs { struct
371 __declspec(dllexport) ExportDefaultedDefs();
372 __declspec(dllexport) ~ExportDefaultedDefs();
373 __declspec(dllexport) inline ExportDefaultedDefs(const ExportDefaultedDefs&);
374 __declspec(dllexport) ExportDefaultedDefs& operator=(const ExportDefaultedDefs&);
375 __declspec(dllexport) ExportDefaultedDefs(ExportDefaultedDefs&&);
376 __declspec(dllexport) ExportDefaultedDefs
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp669 struct ExportDefaultedDefs { struct
670 __declspec(dllexport) ExportDefaultedDefs();
671 __declspec(dllexport) ~ExportDefaultedDefs();
673 __declspec(dllexport) inline ExportDefaultedDefs(const ExportDefaultedDefs&);
674 __declspec(dllexport) ExportDefaultedDefs& operator=(const ExportDefaultedDefs&);
676 __declspec(dllexport) ExportDefaultedDefs(ExportDefaultedDefs&&);
677 __declspec(dllexport) ExportDefaultedDefs
[all...]

Completed in 108 milliseconds