Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:S5

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