Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCUDA/
Dfunction-template-overload.cu56 template <typename T> __host__ HType overload_h_d2(T a) { return HType(); } in overload_h_d2() function
57 template <typename T> __host__ __device__ HDType overload_h_d2(T a) { return HDType(); } in overload_h_d2() function
58 template <typename T1, typename T2 = int> __device__ DType overload_h_d2(T1 a) { T1 x; T2 y; return… in overload_h_d2() function