Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c271 void not_selected_vxv(int *v1, int *v2, int *v3, int n);
277 #pragma omp declare variant(not_selected_vxv) match(construct={parallel,for})
282 void not_selected_vxv(int *v1, int *v2, int *v3, int n) { in not_selected_vxv() function