Lines Matching full:other

77   X(const X &other) : Copyable(other) {}  in X()  argument
81 X2(const X2 &other) {} in X2() argument
82 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: calling a base constructor other than the copy constru…
83 // CHECK-FIXES: X2(const X2 &other) : Copyable2(other) {}
93 X3(const X3 &other) : Copyable(other) {} in X3() argument
95 // CHECK-FIXES: X3(const X3 &other) : Copyable(other) {}
99 X4(const X4 &other) : Copyable() {} in X4() argument
101 // CHECK-FIXES: X4(const X4 &other) : Copyable(other) {}
105 X5(const X5 &other) {} in X5() argument
107 // CHECK-FIXES: X5(const X5 &other) : Copyable3(other) {}
111 X6(const X6 &other) {} in X6() argument
113 // CHECK-FIXES: X6(const X6 &other) : Copyable2(other), Copyable3(other) {}
117 X7(const X7 &other) : Copyable() {} in X7() argument
119 // CHECK-FIXES: X7(const X7 &other) : Copyable(other) {}
123 X8(const X8 &other) : Copyable4(other) {} in X8() argument
127 X9(const X9 &other) : Copyable4() {} in X9() argument
129 // CHECK-FIXES: X9(const X9 &other) : Copyable4(other) {}
133 X10(const X10 &other) {} in X10() argument
135 // CHECK-FIXES: X10(const X10 &other) : Copyable4(other) {}
139 X11(const X11 &other) {} in X11() argument
141 // CHECK-FIXES: X11(const X11 &other) : Copyable5(other) {}
145 X12(const X12 &other) {} in X12() argument
151 X13(const X13 &other) {} in X13() argument
159 X14(const X14 &other) {} \
166 X15(const X15 &other) {} in X15() argument
168 // CHECK-FIXES: X15(const X15 &other) : Copyable5(other) {}
172 X16(const X16 &other) {} in X16() argument
176 X17(const X17 &other) {} in X17() argument
180 X18(const X18 &other) {} in X18() argument
182 // CHECK-FIXES: X18(const X18 &other) : Copyable(other) {}
186 X19(const X19 &other) : Copyable(other) {} in X19() argument