Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c107 void test_teams(int ***v1, int ***v2, int ***v3, int n);
111 #pragma omp declare variant(test_teams) match(construct = {teams})
122 void test_teams(int ***v1, int ***v2, int ***v3, int n) { in test_teams() function