Home
last modified time | relevance | path

Searched refs:DoThing (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp197 S DoThing() { return {}; }; in DoThing() function
206 P DoThing() { return {}; }; in DoThing() function
218 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()