Lines Matching defs:FirstOutOfLineSecondBody
753 int FirstOutOfLineSecondBody();
755 int S6::FirstOutOfLineSecondBody() { return 0; }
758 int FirstOutOfLineSecondBody() { return 0; }
762 // expected-error@first.h:* {{'MethodBody::S6' has different definitions in different modules; first difference is definition in module 'FirstModule' found method 'FirstOutOfLineSecondBody' with no body}}
763 // expected-note@second.h:* {{but in 'SecondModule' found method 'FirstOutOfLineSecondBody' with body}}
799 int FirstOutOfLineSecondBody();
801 int S9::FirstOutOfLineSecondBody() { return 1; }
804 int FirstOutOfLineSecondBody() { return 0; }
808 // expected-error@first.h:* {{'MethodBody::S9' has different definitions in different modules; first difference is definition in module 'FirstModule' found method 'FirstOutOfLineSecondBody' with no body}}
809 // expected-note@second.h:* {{but in 'SecondModule' found method 'FirstOutOfLineSecondBody' with body}}