Home
last modified time | relevance | path

Searched refs:dhd (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu63 __device__ int dhd() { return 0; } // expected-note {{previous declaration is here}} in dhd() function
64 __host__ __device__ int dhd() { return 0; } in dhd() function