Lines Matching defs:S11
342 struct S11 {
346 struct S11 {
350 S11 s11;
351 // expected-error@second.h:* {{'Field::S11' has different definitions in different modules; first difference is definition in module 'SecondModule' found field 'x' with an initializer}}
577 struct S11 {
581 struct S11 {
585 S11 s11;
586 // expected-error@second.h:* {{'Method::S11' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'A' with 1st parameter named 'y'}}
829 struct S11 {
830 S11() = default;
833 struct S11 {
834 S11();
837 S11 s11;
838 // expected-error@first.h:* {{'MethodBody::S11' has different definitions in different modules; first difference is definition in module 'FirstModule' found constructor is defaulted}}
1921 struct S11 {
1927 struct S11 {
1933 S11 s11;
1934 // expected-error@second.h:* {{'TemplateArgument::S11' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'run' with 3 template arguments}}
2789 struct S11 {};
2792 struct S11 {};
2794 using TemplateParameters::S11;
3288 struct S11 {
3292 struct S11 {
3296 S11 s11;
3297 // expected-error@second.h:* {{'FunctionTemplate::S11' has different definitions in different modules; first difference is definition in module 'SecondModule' found function template 'foo' with 1st template parameter with no name}}
4980 struct S11 {
4984 struct S11 {
4987 template <int> void S11::foo() {}
4989 S11 s11;