Home
last modified time | relevance | path

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

123

/external/clang/test/OpenMP/
Dtask_private_messages.cpp17 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
81 #pragma omp task private(S2::S2s) // expected-error {{shared variable cannot be private}} in main()
Dparallel_private_messages.cpp16 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
72 #pragma omp parallel private(S2::S2s) // expected-error {{shared variable cannot be private}} in main()
Dparallel_firstprivate_messages.cpp17 static float S2s; member in S2
79 #pragma omp parallel firstprivate(S2::S2s) in main()
Dtarget_parallel_private_messages.cpp13 …static float S2s; // expected-note {{static data member is predetermined as shared}} expected-note… member in S2
93 #pragma omp target parallel private(S2::S2s) // expected-error {{shared variable cannot be private}} in foomain()
180 #pragma omp target parallel private(S2::S2s) // expected-error {{shared variable cannot be private}} in main()
Dtask_firstprivate_messages.cpp29 static float S2s; member in S2
99 #pragma omp task firstprivate(S2::S2s) in main()
Dteams_private_messages.cpp16 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
99 #pragma omp teams private(S2::S2s) // expected-error {{shared variable cannot be private}} in main()
Dtarget_parallel_firstprivate_messages.cpp17 static float S2s; member in S2
92 #pragma omp target parallel firstprivate(S2::S2s) in main()
Dtarget_parallel_map_messages.cpp17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}} member in S2
93 #pragma omp target parallel map(S2::S2s) in tmain()
123 #pragma omp target parallel map(S2::S2s) in tmain()
226 #pragma omp target parallel map(S2::S2s) in main()
Dteams_firstprivate_messages.cpp18 static float S2s; member in S2
107 #pragma omp teams firstprivate(S2::S2s) in main()
Dtarget_update_from_messages.cpp17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}} member in S2
91 #pragma omp target update from(S2::S2s) in tmain()
145 #pragma omp target update from(S2::S2s) in main()
Dtarget_update_to_messages.cpp17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}} member in S2
91 #pragma omp target update to(S2::S2s) in tmain()
144 #pragma omp target update to(S2::S2s) in main()
Dparallel_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
124 #pragma omp parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
219 #pragma omp parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
Ddistribute_private_messages.cpp16 static float S2s; // expected-note {{predetermined as shared}} member in S2
78 #pragma omp distribute private(S2::S2s) // expected-error {{shared variable cannot be private}} in main()
Dparallel_sections_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
164 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in tmain()
317 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in main()
Dtarget_parallel_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
124 #pragma omp target parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be r… in tmain()
222 #pragma omp target parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be r… in main()
Dteams_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
145 #pragma omp teams reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in tmain()
275 #pragma omp teams reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in main()
Dsections_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
185 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
365 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
Ddistribute_firstprivate_messages.cpp18 static float S2s; member in S2
114 #pragma omp distribute firstprivate(S2::S2s) in main()
Dtarget_parallel_for_map_messages.cpp17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}} member in S2
93 #pragma omp target parallel for map(S2::S2s) in tmain()
123 #pragma omp target parallel for map(S2::S2s) in tmain()
227 #pragma omp target parallel for map(S2::S2s) in main()
Dsimd_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
144 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in tmain()
269 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in main()
Dparallel_for_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
144 #pragma omp parallel for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be redu… in tmain()
266 #pragma omp parallel for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be redu… in main()
Dparallel_sections_lastprivate_messages.cpp19 static float S2s; // expected-note {{static data member is predetermined as shared}} member in S2
223 #pragma omp parallel sections lastprivate(S2::S2s) // expected-error {{shared variable cannot be la… 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()
Dtarget_parallel_for_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
144 #pragma omp target parallel for reduction(&& : S2::S2s) // expected-error {{shared variable cannot … in tmain()
266 #pragma omp target parallel for reduction(&& : S2::S2s) // expected-error {{shared variable cannot … in main()
Dparallel_for_simd_reduction_messages.cpp21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} member in S2
144 #pragma omp parallel for simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in tmain()
266 #pragma omp parallel for simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in main()

123