Home
last modified time | relevance | path

Searched refs:S2sc (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/OpenMP/
Dparallel_firstprivate_messages.cpp18 static const float S2sc; member in S2
20 const float S2::S2sc = 0; member in S2
79 #pragma omp parallel firstprivate(S2::S2sc) in main()
Dtask_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
83 #pragma omp task firstprivate(S2::S2sc) in main()
Dteams_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
110 #pragma omp teams firstprivate(S2::S2sc) in main()
Dparallel_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
120 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in tmain()
215 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in main()
Dparallel_sections_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
162 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in tmain()
315 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in main()
Dparallel_sections_lastprivate_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
227 #pragma omp parallel sections lastprivate(S2::S2sc) // expected-error {{shared variable cannot be l… in main()
Dsections_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
184 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in tmain()
364 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in main()
Dteams_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
142 #pragma omp teams reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be r… in tmain()
270 #pragma omp teams reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be r… in main()
Dparallel_sections_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
240 #pragma omp parallel sections firstprivate(S2::S2sc) // OK in main()
Dsections_lastprivate_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
258 #pragma omp sections lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivat… in main()
Dsingle_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
202 #pragma omp single firstprivate(S2::S2sc) // OK in main()
Dsections_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
272 #pragma omp sections firstprivate(S2::S2sc) // OK in main()
Dparallel_for_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
141 #pragma omp parallel for reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cann… in tmain()
263 #pragma omp parallel for reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cann… in main()
Dsimd_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
141 #pragma omp simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be re… in tmain()
266 #pragma omp simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be re… in main()
Dsimd_lastprivate_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
187 #pragma omp simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}} in main()
Dfor_simd_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
163 #pragma omp for simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in tmain()
312 #pragma omp for simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in main()
Dfor_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
163 #pragma omp for reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be red… in tmain()
312 #pragma omp for reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be red… in main()
Dparallel_for_simd_reduction_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2
141 #pragma omp parallel for simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in tmain()
263 #pragma omp parallel for simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in main()
Dparallel_for_lastprivate_messages.cpp21 static const float S2sc; member in S2
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
197 #pragma omp parallel for lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastpr… in main()
Dparallel_for_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
206 #pragma omp parallel for firstprivate(S2::S2sc) // OK in main()
Dfor_lastprivate_messages.cpp21 static const float S2sc; member in S2
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
228 #pragma omp for lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}} in main()
Dparallel_for_simd_lastprivate_messages.cpp20 static const float S2sc; member in S2
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
196 #pragma omp parallel for simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be l… in main()
Dfor_simd_lastprivate_messages.cpp21 static const float S2sc; member in S2
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2
228 #pragma omp for simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivat… in main()
Dparallel_for_simd_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
205 #pragma omp parallel for simd firstprivate(S2::S2sc) // OK in main()
Dfor_simd_firstprivate_messages.cpp19 static const float S2sc; member in S2
21 const float S2::S2sc = 0; member in S2
238 #pragma omp for simd firstprivate(S2::S2sc) // OK in main()

12