Searched defs:ko (Results 1 – 2 of 2) sorted by relevance
49 …coro_test<int> ko(this const S&) { // expected-error {{no matching constructor for initialization… in ko() function
103 auto ko = [i = 0](this const Test&) {}; in test() local