Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu442 template <typename T> __host__ T template_overload(const T &a) { return a; }; in template_overload() function
443 template <typename T> __device__ T template_overload(const T &a) { return a; }; in template_overload() function