OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S2sc
(Results
1 - 17
of
17
) sorted by null
/external/clang/test/OpenMP/
parallel_firstprivate_messages.cpp
18
static const float
S2sc
;
20
const float S2::
S2sc
= 0;
71
#pragma omp parallel firstprivate(S2::
S2sc
)
parallel_reduction_messages.cpp
20
static const float
S2sc
;
22
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
120
#pragma omp parallel reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
207
#pragma omp parallel reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
parallel_sections_reduction_messages.cpp
20
static const float
S2sc
;
22
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
162
#pragma omp parallel sections reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
307
#pragma omp parallel sections reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
sections_reduction_messages.cpp
20
static const float
S2sc
;
22
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
184
#pragma omp sections reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
356
#pragma omp sections reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
parallel_sections_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
232
#pragma omp parallel sections firstprivate(S2::
S2sc
) // OK
parallel_sections_lastprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0; // expected-note {{static data member is predetermined as shared}}
218
#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;
264
#pragma omp sections firstprivate(S2::
S2sc
) // OK
sections_lastprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0; // expected-note {{static data member is predetermined as shared}}
249
#pragma omp sections lastprivate(S2::
S2sc
) // expected-error {{shared variable cannot be lastprivate}}
simd_lastprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0; // expected-note {{static data member is predetermined as shared}}
178
#pragma omp simd 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;
194
#pragma omp single firstprivate(S2::
S2sc
) // OK
for_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
230
#pragma omp for firstprivate(S2::
S2sc
) // OK
for_lastprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0; // expected-note {{static data member is predetermined as shared}}
218
#pragma omp for 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;
198
#pragma omp parallel for firstprivate(S2::
S2sc
) // OK
parallel_for_lastprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0; // expected-note {{static data member is predetermined as shared}}
187
#pragma omp parallel for lastprivate(S2::
S2sc
) // expected-error {{shared variable cannot be lastprivate}}
for_reduction_messages.cpp
20
static const float
S2sc
;
22
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
163
#pragma omp for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
304
#pragma omp for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
parallel_for_reduction_messages.cpp
20
static const float
S2sc
;
22
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
141
#pragma omp parallel for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
255
#pragma omp parallel for reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
simd_reduction_messages.cpp
20
static const float
S2sc
;
22
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
141
#pragma omp simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
258
#pragma omp simd reduction(&& : S2::
S2sc
) // expected-error {{const-qualified variable cannot be reduction}}
Completed in 110 milliseconds