Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dopenmp-target.cu25 void host3() {host1();} in host3() function
26 #pragma omp declare target to(host3)
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_target_messages.cpp214 void host3() {host1();} // dev5-error {{function with 'device_type(host)' is not available on devic… in host3() function
215 #pragma omp declare target to(host3)