Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp1035 struct ExtDefaulted { struct
1036 ExtDefaulted();
1037 ExtDefaulted(const ExtDefaulted &);
1038 ExtDefaulted(ExtDefaulted &&);
1039 ExtDefaulted &operator=(const ExtDefaulted &);
1040 ExtDefaulted &operator=(ExtDefaulted &&);
1041 ~ExtDefaulted();
1045 ExtDefaulted::ExtDefaulted() = default;
1046 ExtDefaulted::ExtDefaulted(const ExtDefaulted &) = default;
1047 ExtDefaulted::ExtDefaulted(ExtDefaulted &&) = default;
[all …]