Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:S2

23 class S2 {
27 S2() : a(0) {}
28 S2(const S2 &s2) : a(s2.a) {}
32 const float S2::S2sc = 0;
33 const S2 b;
34 const S2 ba[5];
99 #pragma omp task firstprivate(S2::S2s)
100 #pragma omp task firstprivate(S2::S2sc)