Searched defs:hdd (Results 1 – 1 of 1) 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