Lines Matching refs:S1
4 struct S1;
10 …void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match defi…
11 …void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaratio…
12 …void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does…
13 …void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration doe…
16 struct S1 {}; struct
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument