Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Ddeferred-diag.cu19 void host_fun() { in host_fun() function
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_target_codegen.cpp255 void host_fun() {} in host_fun() function
256 #pragma omp declare target to(host_fun) device_type(host)
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dconstexpr-variables.cu40 void host_fun(const int **a) { in host_fun() function