HomeSort by relevance Sort by last modified time
    Searched full:importdefaulted (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
dllimport-members.cpp     [all...]
  /external/clang/test/SemaCXX/
dllimport.cpp 490 struct ImportDefaulted {
491 __declspec(dllimport) ImportDefaulted() = default;
492 __declspec(dllimport) ~ImportDefaulted() = default;
493 __declspec(dllimport) ImportDefaulted(const ImportDefaulted&) = default;
494 __declspec(dllimport) ImportDefaulted& operator=(const ImportDefaulted&) = default;
495 __declspec(dllimport) ImportDefaulted(ImportDefaulted&&) = default;
496 __declspec(dllimport) ImportDefaulted& operator=(ImportDefaulted&&) = default
    [all...]

Completed in 853 milliseconds