Lines Matching full:viable
79 // expected-note@-2 1+ {{candidate function not viable: call to __device__ function from __host__ function}}
80 // expected-note@-3 0+ {{candidate function not viable: call to __device__ function from __host__ __device__ function}}
84 // expected-note@-2 1+ {{candidate function not viable: call to __host__ function from __device__ function}}
85 // expected-note@-3 0+ {{candidate function not viable: call to __host__ function from __host__ __device__ function}}
86 // expected-note@-4 1+ {{candidate function not viable: call to __host__ function from __global__ function}}
90 // expected-note@-2 1+ {{candidate function not viable: call to __global__ function from __device__ function}}
91 // expected-note@-3 0+ {{candidate function not viable: call to __global__ function from __host__ __device__ function}}
92 // expected-note@-4 1+ {{candidate function not viable: call to __global__ function from __global__ function}}
96 // expected-note@-2 1+ {{candidate function not viable: call to __device__ function from __host__ function}}
97 // expected-note@-3 0+ {{candidate function not viable: call to __device__ function from __host__ __device__ function}}
101 // expected-note@-2 1+ {{candidate function not viable: call to __host__ function from __device__ function}}
102 // expected-note@-3 0+ {{candidate function not viable: call to __host__ function from __host__ __device__ function}}
103 // expected-note@-4 1+ {{candidate function not viable: call to __host__ function from __global__ function}}