Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCUDA/
Dfunction-template-overload.cu62 template <typename T> constexpr T overload_ce_implicit_hd(T a) { return a+1; } in overload_ce_implicit_hd() function
82 template <> constexpr double overload_ce_implicit_hd(double a) { return a + 3.0; }; in overload_ce_implicit_hd() function