Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_target_codegen.cpp257 void device_fun() {} in device_fun() function
258 #pragma omp declare target to(device_fun) device_type(nohost)
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dconstexpr-variables.cu27 __device__ void device_fun(const int **a) { in device_fun() function