Home
last modified time | relevance | path

Searched refs:constexpr_overload (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu454 __host__ __device__ int constexpr_overload(const T &x, const T &y) { in constexpr_overload() function
460 return constexpr_overload(x, y); in test_constexpr_overload()