HomeSort by relevance Sort by last modified time
    Searched refs:final_suspend (Results 1 - 23 of 23) sorted by null

  /external/clang/test/SemaCXX/
coroutines.cpp 74 suspend_always final_suspend();
193 suspend_never final_suspend();
226 suspend_always final_suspend();
235 suspend_always final_suspend(); // expected-note {{here}}
246 coro<bad_promise_3> missing_final_suspend() { // expected-error {{no member named 'final_suspend' in 'bad_promise_3'}}
253 suspend_always final_suspend();
263 not_awaitable final_suspend();
  /external/libcxx/test/libcxx/experimental/language.support/support.coroutines/
dialect_support.sh.cpp 31 coro::suspend_always final_suspend() { return sa; } function in struct:MyFuture::promise_type
  /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
await_result.pass.cpp 25 suspend_never final_suspend() { return {}; } function in struct:coro_t::promise_type
bool_await_suspend.pass.cpp 27 suspend_never final_suspend() { return {}; } function in struct:coro_t::promise_type
fullexpr-dtor.pass.cpp 49 suspend_never final_suspend() { return{}; } function in struct:coro2::promise_type
generator.pass.cpp 32 suspend_always final_suspend() { return {}; } function in struct:minig::promise_type
expected.pass.cpp 42 suspend_never final_suspend() { return {}; } function in struct:expected::promise_type
multishot_func.pass.cpp 28 suspend_never final_suspend() { return {}; } function in struct:func::promise_type
oneshot_func.pass.cpp 27 suspend_always final_suspend() { return {}; } function in struct:func::promise_type
go.pass.cpp 48 suspend_never final_suspend() { function in struct:goroutine::promise_type
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/language.support/support.coroutines/
dialect_support.sh.cpp 31 coro::suspend_always final_suspend() { return sa; } function in struct:MyFuture::promise_type
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/end.to.end/
await_result.pass.cpp 25 suspend_never final_suspend() { return {}; } function in struct:coro_t::promise_type
bool_await_suspend.pass.cpp 27 suspend_never final_suspend() { return {}; } function in struct:coro_t::promise_type
fullexpr-dtor.pass.cpp 49 suspend_never final_suspend() { return{}; } function in struct:coro2::promise_type
generator.pass.cpp 32 suspend_always final_suspend() { return {}; } function in struct:minig::promise_type
expected.pass.cpp 42 suspend_never final_suspend() { return {}; } function in struct:expected::promise_type
multishot_func.pass.cpp 28 suspend_never final_suspend() { return {}; } function in struct:func::promise_type
oneshot_func.pass.cpp 27 suspend_always final_suspend() { return {}; } function in struct:func::promise_type
go.pass.cpp 48 suspend_never final_suspend() { function in struct:goroutine::promise_type
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
promise.pass.cpp 36 coro::suspend_never final_suspend() { return {}; } function in struct:MyCoro::promise_type
  /external/libcxx/test/support/
coroutine_types.h 24 std::experimental::suspend_always final_suspend() { return {}; } function in struct:generator::promise_type
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
promise.pass.cpp 36 coro::suspend_never final_suspend() { return {}; } function in struct:MyCoro::promise_type
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
coroutine_types.h 24 std::experimental::suspend_always final_suspend() { return {}; } function in struct:generator::promise_type

Completed in 475 milliseconds