Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-deducing-this-coro.cpp49 …coro_test<int> ko(this const S&) { // expected-error {{no matching constructor for initialization… in ko() function
H A Dcxx2b-deducing-this.cpp103 auto ko = [i = 0](this const Test&) {}; in test() local