Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddispatch_messages.cpp23 void testit_one(int dnum) { in testit_one() argument
25 #pragma omp dispatch device(dnum) device(3) in testit_one()
29 #pragma omp dispatch nowait device(dnum) nowait in testit_one()
43 #pragma omp dispatch novariants(dnum> 4) novariants(3) in testit_one()
61 #pragma omp dispatch nocontext(dnum> 4) nocontext(3) in testit_one()