Home | History | Annotate | Download | only in OpenMP

Lines Matching defs:S6

53 class S6 {
57 S6() : a(0) {}
58 S6(T v) : a(v) {
63 S6 &operator=(S6 &s) {
177 S6<float> s6(0.0) , s6_0(1.0);
178 S7<S6<float> > s7(0.0) , s7_0(1.0);
243 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
244 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}