Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_nohost_variant_messages.cpp14 void not_a_host_function();
16 #pragma omp declare variant(not_a_host_function) match(device={kind(host)}) // omp52-error {{functi…
19 void not_a_host_function() {} in not_a_host_function() function