OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S2sc
(Results
1 - 25
of
32
) sorted by null
1
2
/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
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
89
#pragma omp task 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_map_messages.cpp
18
static const float
S2sc
; // expected-note 4 {{mappable type cannot contain static members}}
20
const float S2::
S2sc
= 0;
87
#pragma omp target map(S2::
S2sc
)
108
#pragma omp target map(S2::
S2sc
)
178
#pragma omp target map(S2::
S2sc
)
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}}
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
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}}
taskloop_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 taskloop lastprivate(S2::
S2sc
) // expected-error {{shared variable cannot be lastprivate}}
for_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
170
#pragma omp for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
327
#pragma omp for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
for_simd_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
169
#pragma omp for simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
318
#pragma omp for simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
parallel_for_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
147
#pragma omp parallel for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
269
#pragma omp parallel for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
parallel_for_simd_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
147
#pragma omp parallel for simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
269
#pragma omp parallel for simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
sections_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
190
#pragma omp sections reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
370
#pragma omp sections reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
simd_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
147
#pragma omp simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
272
#pragma omp simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
Completed in 451 milliseconds
1
2