Lines Matching refs:threads
30 #pragma omp ordered threads threads // expected-error {{directive '#pragma omp ordered' cannot contain more than one 'threads' clause}}
44 #pragma omp ordered threads // expected-error {{'ordered' directive with 'threads' clause cannot be closely nested inside ordered region with specified parameter}}
62 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}}
76 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}}
90 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}}
118 #pragma omp ordered depend(source) threads // expected-error {{'depend' clauses cannot be mixed with 'threads' clause}}
159 #pragma omp ordered threads threads // expected-error {{directive '#pragma omp ordered' cannot contain more than one 'threads' clause}}
173 #pragma omp ordered threads // expected-error {{'ordered' directive with 'threads' clause cannot be closely nested inside ordered region with specified parameter}}
191 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}}
205 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}}
219 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}}
247 #pragma omp ordered depend(source) threads // expected-error {{'depend' clauses cannot be mixed with 'threads' clause}}