OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S2sc
(Results
26 - 32
of
32
) sorted by null
1
2
/external/clang/test/OpenMP/
teams_reduction_messages.cpp
22
static const float
S2sc
;
24
const float S2::
S2sc
= 0; // expected-note 2 {{'
S2sc
' defined here}}
148
#pragma omp teams reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
276
#pragma omp teams reduction(&& : S2::
S2sc
) // expected-error {{const-qualified list item cannot be reduction}}
for_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
241
#pragma omp for firstprivate(S2::
S2sc
) // OK
for_simd_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
238
#pragma omp for simd firstprivate(S2::
S2sc
) // OK
parallel_for_simd_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
205
#pragma omp parallel for simd firstprivate(S2::
S2sc
) // OK
taskloop_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
241
#pragma omp taskloop firstprivate(S2::
S2sc
) // OK
taskloop_simd_firstprivate_messages.cpp
19
static const float
S2sc
;
21
const float S2::
S2sc
= 0;
241
#pragma omp taskloop simd firstprivate(S2::
S2sc
) // OK
taskloop_simd_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 simd lastprivate(S2::
S2sc
) // expected-error {{shared variable cannot be lastprivate}}
Completed in 420 milliseconds
1
2