Home
last modified time | relevance | path

Searched defs:hdd (Results 1 – 2 of 2) 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
/external/llvm-project/clang/test/SemaCUDA/
Dfunction-overload.cu59 __host__ __device__ int hdd() { return 0; } // expected-note {{previous declaration is here}} in hdd() function
60 __device__ int hdd() { return 0; } in hdd() function