Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp1193 ExtDefaulted();
1194 ExtDefaulted(const ExtDefaulted &);
1195 ExtDefaulted(ExtDefaulted &&);
1196 ExtDefaulted &operator=(const ExtDefaulted &);
1197 ExtDefaulted &operator=(ExtDefaulted &&);
1202 ExtDefaulted::ExtDefaulted() = default;
1203 ExtDefaulted::ExtDefaulted(const ExtDefaulted &) = default;
1204 ExtDefaulted::ExtDefaulted(ExtDefaulted &&) = default;
1205 ExtDefaulted &ExtDefaulted::operator=(const ExtDefaulted &) = default;
1206 ExtDefaulted &ExtDefaulted::operator=(ExtDefaulted &&) = default;
[all …]