Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-promise-dtor.cpp8 struct coro_t { struct
10 ~coro_t(); argument
12 coro_t get_return_object(); argument
Dcoro-eh-cleanup.cpp29 struct coro_t { struct
31 coro_t get_return_object() noexcept; argument
Dcoro-unhandled-exception.cpp13 struct coro_t { struct
15 coro_t get_return_object() { in get_return_object() argument
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dbool_await_suspend.pass.cpp21 struct coro_t { struct
23 coro_t get_return_object() { in get_return_object() argument
31 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument
48 coro_t f() { in f() argument
Dawait_result.pass.cpp18 struct coro_t { struct
20 coro_t get_return_object() { in get_return_object() argument
/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dbool_await_suspend.pass.cpp22 struct coro_t { struct
24 coro_t get_return_object() { in get_return_object() argument
32 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument
49 coro_t f() { in f() argument
Dawait_result.pass.cpp19 struct coro_t { struct
21 coro_t get_return_object() { in get_return_object() argument
/external/llvm-project/clang/test/AST/
Dcoroutine-source-location-crash.cpp23 struct coro_t { struct
25 coro_t get_return_object(); argument
/external/llvm-project/clang/test/SemaCXX/
Dcoroutine-uninitialized-warning-crash.cpp15 struct coro_t { struct
17 coro_t get_return_object() { return {}; } in get_return_object() argument
Dcoroutine-final-suspend-noexcept.cpp49 struct coro_t { struct
51 coro_t get_return_object(); argument