Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp1058 struct ExtDefaulted { struct
1059 ExtDefaulted();
1060 ExtDefaulted(const ExtDefaulted &);
1061 ExtDefaulted(ExtDefaulted &&);
1062 ExtDefaulted &operator=(const ExtDefaulted &);
1063 ExtDefaulted &operator=(ExtDefaulted &&);
1064 ~ExtDefaulted();
1068 ExtDefaulted::ExtDefaulted() = default;
1069 ExtDefaulted::ExtDefaulted(const ExtDefaulted &) = default;
1070 ExtDefaulted::ExtDefaulted(ExtDefaulted &&) = default;
[all …]