Lines Matching full:viable
20 // expected-note@-4 {{candidate constructor (the implicit copy constructor) not viable}}
21 // expected-note@-5 {{candidate constructor (the implicit move constructor) not viable}}
42 // expected-note@-4 {{candidate constructor (the implicit copy constructor) not viable}}
43 // expected-note@-5 {{candidate constructor (the implicit move constructor) not viable}}
86 // expected-note@-5 {{candidate constructor (the implicit copy constructor) not viable}}
87 // expected-note@-6 {{candidate constructor (the implicit move constructor) not viable}}
108 // expected-note@-3 {{candidate constructor (the implicit copy constructor) not viable: call to __host__ function from __device__ function}}
109 // expected-note@-4 {{candidate constructor (the implicit default constructor) not viable}}
131 // expected-note@-3 {{candidate constructor not viable: call to __host__ function from __device__ function}}
132 // expected-note@-5 {{candidate constructor (the implicit copy constructor) not viable}}
133 // expected-note@-6 {{candidate constructor (the implicit move constructor) not viable}}
150 // expected-note@-3 {{candidate function (the implicit copy assignment operator) not viable: call to __device__ function from __host__ function}}
151 // expected-note@-4 {{candidate function (the implicit move assignment operator) not viable: call to __device__ function from __host__ function}}
155 b1 = b2; // expected-error {{no viable overloaded '='}}
181 // expected-note@-3 {{candidate function (the implicit copy assignment operator) not viable: call to __device__ function from __host__ function}}
182 // expected-note@-4 {{candidate function (the implicit move assignment operator) not viable: call to __device__ function from __host__ function}}
186 b1 = std::move(b2); // expected-error {{no viable overloaded '='}}