HomeSort by relevance Sort by last modified time
    Searched refs:S2sc (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/clang/test/OpenMP/
parallel_firstprivate_messages.cpp 18 static const float S2sc;
20 const float S2::S2sc = 0;
80 #pragma omp parallel firstprivate(S2::S2sc)
task_firstprivate_messages.cpp 30 static const float S2sc;
32 const float S2::S2sc = 0;
100 #pragma omp task firstprivate(S2::S2sc)
target_parallel_firstprivate_messages.cpp 18 static const float S2sc;
20 const float S2::S2sc = 0;
94 #pragma omp target parallel firstprivate(S2::S2sc)
teams_firstprivate_messages.cpp 19 static const float S2sc;
21 const float S2::S2sc = 0;
110 #pragma omp teams firstprivate(S2::S2sc)
target_data_use_device_ptr_ast_print.cpp 66 static const float S2sc;
68 const float S2::S2sc = 0;
target_is_device_ptr_ast_print.cpp 111 static const float S2sc;
113 const float S2::S2sc = 0;
parallel_reduction_messages.cpp 22 static const float S2sc;
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
126 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be reduction}}
221 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be reduction}}
parallel_sections_reduction_messages.cpp 22 static const float S2sc;
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
168 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be reduction}}
321 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be reduction}}
target_parallel_reduction_messages.cpp 22 static const float S2sc;
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
126 #pragma omp target parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be reduction}}
224 #pragma omp target parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be reduction}}
target_update_from_messages.cpp 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
20 const float S2::S2sc = 0;
92 #pragma omp target update from(S2::S2sc)
146 #pragma omp target update from(S2::S2sc)
target_update_to_messages.cpp 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
20 const float S2::S2sc = 0;
92 #pragma omp target update to(S2::S2sc)
145 #pragma omp target update to(S2::S2sc)
distribute_firstprivate_messages.cpp 19 static const float S2sc;
21 const float S2::S2sc = 0;
118 #pragma omp distribute firstprivate(S2::S2sc)
parallel_sections_firstprivate_messages.cpp 19 static const float S2sc;
21 const float S2::S2sc = 0;
240 #pragma omp parallel sections firstprivate(S2::S2sc) // OK
parallel_sections_lastprivate_messages.cpp 20 static const float S2sc;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
227 #pragma omp parallel sections lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
sections_firstprivate_messages.cpp 19 static const float S2sc;
21 const float S2::S2sc = 0;
272 #pragma omp sections firstprivate(S2::S2sc) // OK
sections_lastprivate_messages.cpp 20 static const float S2sc;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
258 #pragma omp sections lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
single_firstprivate_messages.cpp 19 static const float S2sc;
21 const float S2::S2sc = 0;
202 #pragma omp single firstprivate(S2::S2sc) // OK
target_parallel_map_messages.cpp 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
20 const float S2::S2sc = 0;
95 #pragma omp target parallel map(S2::S2sc)
125 #pragma omp target parallel map(S2::S2sc)
228 #pragma omp target parallel map(S2::S2sc)
for_lastprivate_messages.cpp 21 static const float S2sc;
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
231 #pragma omp for lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
for_simd_lastprivate_messages.cpp 21 static const float S2sc;
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
228 #pragma omp for simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
parallel_for_firstprivate_messages.cpp 19 static const float S2sc;
21 const float S2::S2sc = 0;
203 #pragma omp parallel for firstprivate(S2::S2sc) // OK
parallel_for_lastprivate_messages.cpp 21 static const float S2sc;
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
194 #pragma omp parallel for lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
parallel_for_simd_lastprivate_messages.cpp 20 static const float S2sc;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
196 #pragma omp parallel for simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
simd_lastprivate_messages.cpp 20 static const float S2sc;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
187 #pragma omp simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}
target_parallel_for_lastprivate_messages.cpp 21 static const float S2sc;
23 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
194 #pragma omp target parallel for lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}}

Completed in 426 milliseconds

1 2 3