Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:S5

43 class S5 { // expected-note {{'S5' declared here}}
45 S5() : a(0) {}
48 S5(const S5 &s5) : a(s5.a) {}
49 S5(int v) : a(v) {}
148 S5 g(5); // expected-note {{'g' defined here}}
268 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}