Home
last modified time | relevance | path

Searched refs:S2s (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/OpenMP/
Dparallel_private_messages.cpp16 static float S2s; member in S2
72 #pragma omp parallel private(S2::S2s) in main()
Dtask_private_messages.cpp17 static float S2s; member in S2
76 #pragma omp task private(S2::S2s) in main()
Dtask_firstprivate_messages.cpp18 static float S2s; member in S2
82 #pragma omp task firstprivate(S2::S2s) in main()
Dparallel_firstprivate_messages.cpp17 static float S2s; member in S2
78 #pragma omp parallel firstprivate(S2::S2s) in main()
Dteams_private_messages.cpp16 static float S2s; member in S2
99 #pragma omp teams private(S2::S2s) in main()
Dteams_firstprivate_messages.cpp18 static float S2s; member in S2
107 #pragma omp teams firstprivate(S2::S2s) in main()
Dparallel_reduction_messages.cpp19 static float S2s; member in S2
118 #pragma omp parallel reduction(&& : S2::S2s) in tmain()
213 #pragma omp parallel reduction(&& : S2::S2s) in main()
Dparallel_sections_reduction_messages.cpp19 static float S2s; member in S2
158 #pragma omp parallel sections reduction(&& : S2::S2s) in tmain()
311 #pragma omp parallel sections reduction(&& : S2::S2s) in main()
Dteams_reduction_messages.cpp19 static float S2s; member in S2
139 #pragma omp teams reduction(&& : S2::S2s) in tmain()
267 #pragma omp teams reduction(&& : S2::S2s) in main()
Dsections_reduction_messages.cpp19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
179 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
359 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
Dsimd_reduction_messages.cpp19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
138 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in tmain()
263 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in main()
Dparallel_for_reduction_messages.cpp19 static float S2s; member in S2
138 #pragma omp parallel for reduction(&& : S2::S2s) in tmain()
260 #pragma omp parallel for reduction(&& : S2::S2s) in main()
Dparallel_sections_lastprivate_messages.cpp19 static float S2s; member in S2
223 #pragma omp parallel sections lastprivate(S2::S2s) in main()
Dsections_lastprivate_messages.cpp19 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
253 #pragma omp sections lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate… in main()
Dparallel_sections_firstprivate_messages.cpp18 static float S2s; member in S2
236 #pragma omp parallel sections firstprivate(S2::S2s) // OK in main()
Dfor_reduction_messages.cpp19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
159 #pragma omp for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in tmain()
308 #pragma omp for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in main()
Dparallel_for_simd_reduction_messages.cpp19 static float S2s; member in S2
138 #pragma omp parallel for simd reduction(&& : S2::S2s) in tmain()
260 #pragma omp parallel for simd reduction(&& : S2::S2s) in main()
Dfor_simd_reduction_messages.cpp19 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
159 #pragma omp for simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
308 #pragma omp for simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
Dsingle_firstprivate_messages.cpp18 static float S2s; member in S2
199 #pragma omp single firstprivate(S2::S2s) // OK in main()
Dsections_firstprivate_messages.cpp18 static float S2s; member in S2
267 #pragma omp sections firstprivate(S2::S2s) // OK in main()
Dsimd_lastprivate_messages.cpp19 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
184 #pragma omp simd lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}} in main()
Dparallel_for_lastprivate_messages.cpp20 static float S2s; member in S2
194 #pragma omp parallel for lastprivate(S2::S2s) in main()
Dparallel_for_firstprivate_messages.cpp18 static float S2s; member in S2
203 #pragma omp parallel for firstprivate(S2::S2s) // OK in main()
Dfor_lastprivate_messages.cpp20 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
224 #pragma omp for lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}} in main()
Dparallel_for_simd_lastprivate_messages.cpp19 static float S2s; member in S2
193 #pragma omp parallel for simd lastprivate(S2::S2s) in main()

12