/external/llvm-project/clang/test/CoverageMapping/ |
D | coroutine.cpp | 10 struct coroutine_handle { struct 15 struct coroutine_handle<void> { struct 19 coroutine_handle(coroutine_handle<PromiseType>) noexcept {} in coroutine_handle() function 25 void await_suspend(std::experimental::coroutine_handle<>) noexcept;
|
/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-return.cpp | 6 template <class Promise = void> struct coroutine_handle { struct 10 template <> struct coroutine_handle<void> { struct 14 coroutine_handle(coroutine_handle<PromiseType>) noexcept {} in coroutine_handle() function 20 void await_suspend(std::experimental::coroutine_handle<>) noexcept;
|
D | coro-gro.cpp | 8 template <class Promise = void> struct coroutine_handle { struct 12 template <> struct coroutine_handle<void> { struct
|
D | coro-cleanup.cpp | 7 template <class Promise = void> struct coroutine_handle { struct 11 template <> struct coroutine_handle<void> { struct
|
D | coro-eh-cleanup.cpp | 11 template <> struct coroutine_handle<void> { struct 17 template <class Promise> struct coroutine_handle: coroutine_handle<void> { struct
|
D | coro-alloc.cpp | 11 struct coroutine_handle { struct 13 static coroutine_handle from_address(void *) noexcept { return {}; } in from_address() 17 struct coroutine_handle<void> { struct 21 coroutine_handle(coroutine_handle<PromiseType>) noexcept {} in coroutine_handle() function 40 void await_suspend(std::experimental::coroutine_handle<>) noexcept {} in await_suspend()
|
D | coro-lambda.cpp | 10 template <> struct coroutine_handle<void> { struct 16 template <class Promise> struct coroutine_handle : coroutine_handle<void> { struct
|
D | coro-newpm-pipeline.cpp | 41 template <typename T> struct coroutine_handle { struct 42 static handle from_address(void *address) noexcept { return {}; } in from_address()
|
D | coro-always-inline.cpp | 24 struct coroutine_handle { struct 25 static handle from_address(void *address) noexcept { return {}; } in from_address()
|
D | coro-await.cpp | 12 struct coroutine_handle<void> { struct 19 struct coroutine_handle : coroutine_handle<> { struct 28 void await_suspend(std::experimental::coroutine_handle<>);
|
D | coro-return-voidtype-initlist.cpp | 14 struct coroutine_handle<> {}; struct 16 struct coroutine_handle : coroutine_handle<> { struct
|
D | coro-params.cpp | 10 template <class Promise = void> struct coroutine_handle { struct 14 template <> struct coroutine_handle<void> { struct
|
/external/llvm-project/clang/test/SemaCXX/ |
D | coroutine-seh.cpp | 5 template <class Promise = void> struct coroutine_handle { struct 9 template <> struct coroutine_handle<void> { struct
|
D | coroutine_handle-addres-return-type.cpp | 8 struct coroutine_handle<void> { struct 15 struct coroutine_handle : public coroutine_handle<> { struct 55 struct coroutine_handle<task::promise_type> : public coroutine_handle<> { struct
|
D | coroutine-final-suspend-noexcept.cpp | 13 struct coroutine_handle { struct 17 struct coroutine_handle<void> { struct
|
D | coroutine-rvo.cpp | 4 template <class Promise = void> struct coroutine_handle { struct 9 template <> struct coroutine_handle<void> { struct
|
D | coroutines.cpp | 157 struct coroutine_handle { struct 161 struct coroutine_handle<void> { struct 760 template<> struct std::experimental::coroutine_handle<good_promise_2> {}; struct in std::experimental
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | late-parsing-eager-instantiation.cpp | 23 template <typename Promise> struct coroutine_handle { struct 31 void await_suspend(coroutine_handle<Promise> h) { in GetCurrenPromise() argument
|
/external/llvm-project/clang/test/PCH/ |
D | coroutines.cpp | 14 template <class Promise = void> struct coroutine_handle { struct 18 template <> struct coroutine_handle<void> { struct
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | ubsan-coroutines.cpp | 13 template <> struct coroutine_handle<void> { struct 19 template <class Promise> struct coroutine_handle : coroutine_handle<void> { struct
|
/external/llvm-project/clang/test/SemaCXX/Inputs/ |
D | std-coroutine.h | 12 struct coroutine_handle { struct
|
/external/llvm-project/clang/test/Analysis/ |
D | more-dtors-cfg-output.cpp | 280 struct coroutine_handle { struct
|