Searched refs:DoThing (Results 1 – 1 of 1) sorted by relevance
197 S DoThing() { return {}; }; in DoThing() function206 P DoThing() { return {}; }; in DoThing() function218 s.DoThing(); // expected-warning {{ignoring return value}} in f()219 p.DoThing(); // expected-warning {{ignoring return value}} in f()232 (void)s.DoThing(); in f()