Searched defs:Frobble (Results 1 – 2 of 2) sorted by relevance
294 struct Frobble { struct295 constexpr int size() const { return 5; } in size()296 constexpr const char *data() const { return "hello"; } in data()
119 auto nothingIsOkay = [i = 0](this const Frobble &) {}; // expected-note {{candidate function not viable: requires 0 non-object arguments, but 1 was provided}} in __anonbb8d70fa0a02() argument 120 struct Frobble {} f; struct