Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dopenmp-target.cu21 void host2() {bazz();} // expected-error {{function with 'device_type(nohost)' is not available on … in host2() function
22 #pragma omp declare target to(host2)
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_target_messages.cpp210 void host2() {bazz();} //host5-error {{function with 'device_type(nohost)' is not available on host… in host2() function
211 #pragma omp declare target to(host2)