Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu72 extern "C" __device__ DeviceReturnTy cdh() { return DeviceReturnTy(); } in cdh() function
73 extern "C" __host__ HostReturnTy cdh() { return HostReturnTy(); } in cdh() function