Home
last modified time | relevance | path

Searched defs:Frobble (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dstatic-assert-cxx26.cpp294 struct Frobble { struct
295 constexpr int size() const { return 5; } in size()
296 constexpr const char *data() const { return "hello"; } in data()
H A Dcxx2b-deducing-this.cpp119 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