Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:S2

12 class S2 {
16 S2() : a(0) {}
17 S2(const S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
237 #pragma omp for firstprivate(S2::S2s) // OK
241 #pragma omp for firstprivate(S2::S2sc) // OK