Lines Matching full:default
7 …const A1&) const = default; // expected-warning {{implicitly deleted}} expected-note 2{{deleted he…
8 …const A1&) const = default; // expected-warning {{implicitly deleted}} expected-note 5{{deleted he…
15 bool operator!=(const A2&) const = default;
18 bool operator<(const A2&) const = default;
19 bool operator<=(const A2&) const = default;
20 bool operator>(const A2&) const = default;
21 bool operator>=(const A2&) const = default;
45 …ool operator==(const A3 &) const = default; // expected-warning {{implicitly deleted}} expected-no…
46 …ool operator<(const A3 &) const = default; // expected-warning {{implicitly deleted}} expected-no…
56 …bool operator==(const B1&) const = default; // expected-warning {{implicitly deleted}} expected-no…
57 …ool operator<=>(const B1&) const = default; // expected-warning {{implicitly deleted}} expected-no…
67 bool operator!=(const B2&) const = default;
70 bool operator<(const B2&) const = default;
71 bool operator<=(const B2&) const = default;
72 bool operator>(const B2&) const = default;
73 bool operator>=(const B2&) const = default;
79 …C1&) const = default; // expected-warning {{implicitly deleted}} expected-note {{because 'C1' is a…
80 …C1&) const = default; // expected-warning {{implicitly deleted}} expected-note {{because 'C1' is a…
87 bool operator!=(const C2&) const = default;
90 bool operator<(const C2&) const = default;
91 bool operator<=(const C2&) const = default;
92 bool operator>(const C2&) const = default;
93 bool operator>=(const C2&) const = default;
101 …const = default; // expected-warning {{implicitly deleted}} expected-note {{because 'D1' is a unio…
102 …const = default; // expected-warning {{implicitly deleted}} expected-note {{because 'D1' is a unio…
110 bool operator!=(const D2&) const = default;
113 bool operator<(const D2&) const = default;
114 bool operator<=(const D2&) const = default;
115 bool operator>(const D2&) const = default;
116 bool operator>=(const D2&) const = default;
120 bool operator==(const E1&) const = default;
121 bool operator!=(const E1&) const = default;
123 bool operator<=>(const E1&) const = default;
124 bool operator<(const E1&) const = default;
125 bool operator<=(const E1&) const = default;
126 bool operator>(const E1&) const = default;
127 bool operator>=(const E1&) const = default;
130 bool operator==(const E2&) const = default;
131 bool operator!=(const E2&) const = default;
133 bool operator<=>(const E2&) const = default;
134 bool operator<(const E2&) const = default;
135 bool operator<=(const E2&) const = default;
136 bool operator>(const E2&) const = default;
137 bool operator>=(const E2&) const = default;
147 …friend bool operator==(const F&, const F&) = default; // expected-error {{defaulting this equality…
148 …friend bool operator!=(const F&, const F&) = default; // expected-error {{because it was already d…
149 …friend bool operator<=>(const F&, const F&) = default; // expected-error {{defaulting this three-w…
150 …friend bool operator<(const F&, const F&) = default; // expected-error {{because it was already de…