Searched refs:untied (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dpr44085.c12 #pragma omp task untied /* { dg-error "enclosing task" } */
14 thr1++; /* { dg-error "used in untied task" } */
15 thr2 |= 4; /* { dg-error "used in untied task" } */
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtask-1.c53 #pragma omp task private(j, m) shared(k, n) untied
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dtask-1.C53 #pragma omp task private(j, m) shared(k, n) untied
H A Dtask-6.C56 #pragma omp task private(j, m) shared(k, n) untied
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1227 bool nowait, ordered, untied, mergeable; member in struct:gfc_omp_clauses
H A Dopenmp.c907 if ((mask & OMP_CLAUSE_UNTIED) && !c->untied
908 && gfc_match ("untied") == MATCH_YES)
910 c->untied = needs_space = true;
H A Dtrans-openmp.c2362 if (clauses->untied)

Completed in 101 milliseconds