Home
last modified time | relevance | path

Searched defs:coro_t (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-promise-dtor.cpp6 struct coro_t { struct
8 ~coro_t(); argument
10 coro_t get_return_object(); argument
H A Dcoro-eh-cleanup.cpp29 struct coro_t { struct
31 coro_t get_return_object() noexcept; argument
H A Dcoro-unhandled-exception.cpp11 struct coro_t { struct
13 coro_t get_return_object() { in get_return_object() argument
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dbool_await_suspend.pass.cpp19 struct coro_t { struct
21 coro_t get_return_object() { in get_return_object() argument
29 coro_t(std::coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument
46 coro_t f() { in f() argument
H A Dawait_result.pass.cpp16 struct coro_t { struct
18 coro_t get_return_object() { in get_return_object() argument
/llvm-project/clang/test/AST/
H A Dcoroutine-source-location-crash.cpp23 struct coro_t { struct
25 coro_t get_return_object(); argument
/llvm-project/clang/test/SemaCXX/
H A Dcoroutine-uninitialized-warning-crash.cpp14 struct coro_t { struct
16 coro_t get_return_object() { return {}; } in get_return_object() argument
H A Dcoroutine-final-suspend-noexcept.cpp41 struct coro_t { struct
43 coro_t get_return_object(); argument