Searched defs:hdd (Results 1 – 2 of 2) sorted by relevance
51 __host__ __device__ int hdd() { return 0; } // expected-note {{previous definition is here}} in hdd() function52 __device__ int hdd() { return 0; } // expected-error {{redefinition of 'hdd'}} in hdd() function
59 __host__ __device__ int hdd() { return 0; } // expected-note {{previous declaration is here}} in hdd() function60 __device__ int hdd() { return 0; } in hdd() function