Home
last modified time | relevance | path

Searched defs:hdd (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCUDA/
Dfunction-overload.cu51 __host__ __device__ int hdd() { return 0; } // expected-note {{previous definition is here}} in hdd() function
52 __device__ int hdd() { return 0; } // expected-error {{redefinition of 'hdd'}} in hdd() function