HomeSort by relevance Sort by last modified time
    Searched refs:S2s (Results 1 - 18 of 18) sorted by null

  /external/clang/test/OpenMP/
parallel_private_messages.cpp 16 static float S2s; // expected-note {{static data member is predetermined as shared}}
64 #pragma omp parallel private(S2::S2s) // expected-error {{shared variable cannot be private}}
parallel_firstprivate_messages.cpp 17 static float S2s;
70 #pragma omp parallel firstprivate(S2::S2s)
parallel_reduction_messages.cpp 19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}}
118 #pragma omp parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
205 #pragma omp parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
parallel_sections_reduction_messages.cpp 19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}}
158 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
303 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
sections_reduction_messages.cpp 19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}}
179 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
351 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
parallel_sections_firstprivate_messages.cpp 18 static float S2s;
228 #pragma omp parallel sections firstprivate(S2::S2s) // OK
parallel_sections_lastprivate_messages.cpp 18 static float S2s; // expected-note {{static data member is predetermined as shared}}
214 #pragma omp parallel sections lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}}
sections_firstprivate_messages.cpp 18 static float S2s;
259 #pragma omp sections firstprivate(S2::S2s) // OK
sections_lastprivate_messages.cpp 18 static float S2s; // expected-note {{static data member is predetermined as shared}}
244 #pragma omp sections lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}}
simd_lastprivate_messages.cpp 18 static float S2s; // expected-note {{static data member is predetermined as shared}}
175 #pragma omp simd lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}}
single_firstprivate_messages.cpp 18 static float S2s;
191 #pragma omp single firstprivate(S2::S2s) // OK
for_reduction_messages.cpp 19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}}
159 #pragma omp for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
300 #pragma omp for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
parallel_for_reduction_messages.cpp 19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}}
138 #pragma omp parallel for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
252 #pragma omp parallel for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
simd_reduction_messages.cpp 19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}}
138 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
255 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
for_firstprivate_messages.cpp 18 static float S2s;
226 #pragma omp for firstprivate(S2::S2s) // OK
for_lastprivate_messages.cpp 18 static float S2s; // expected-note {{static data member is predetermined as shared}}
214 #pragma omp for lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}}
parallel_for_firstprivate_messages.cpp 18 static float S2s;
195 #pragma omp parallel for firstprivate(S2::S2s) // OK
parallel_for_lastprivate_messages.cpp 18 static float S2s; // expected-note {{static data member is predetermined as shared}}
184 #pragma omp parallel for lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}}

Completed in 87 milliseconds