Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu306 template <typename T> TemplateReturnTy template_vs_function(T arg) { in template_vs_function() function
309 __device__ DeviceReturnTy template_vs_function(float arg) { in template_vs_function() function