Home
last modified time | relevance | path

Searched defs:coroutine_handle (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/test/CoverageMapping/
Dcoroutine.cpp10 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/
Dcoro-return.cpp6 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;
Dcoro-gro.cpp8 template <class Promise = void> struct coroutine_handle { struct
12 template <> struct coroutine_handle<void> { struct
Dcoro-cleanup.cpp7 template <class Promise = void> struct coroutine_handle { struct
11 template <> struct coroutine_handle<void> { struct
Dcoro-eh-cleanup.cpp11 template <> struct coroutine_handle<void> { struct
17 template <class Promise> struct coroutine_handle: coroutine_handle<void> { struct
Dcoro-alloc.cpp11 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()
Dcoro-lambda.cpp10 template <> struct coroutine_handle<void> { struct
16 template <class Promise> struct coroutine_handle : coroutine_handle<void> { struct
Dcoro-newpm-pipeline.cpp41 template <typename T> struct coroutine_handle { struct
42 static handle from_address(void *address) noexcept { return {}; } in from_address()
Dcoro-always-inline.cpp24 struct coroutine_handle { struct
25 static handle from_address(void *address) noexcept { return {}; } in from_address()
Dcoro-await.cpp12 struct coroutine_handle<void> { struct
19 struct coroutine_handle : coroutine_handle<> { struct
28 void await_suspend(std::experimental::coroutine_handle<>);
Dcoro-return-voidtype-initlist.cpp14 struct coroutine_handle<> {}; struct
16 struct coroutine_handle : coroutine_handle<> { struct
Dcoro-params.cpp10 template <class Promise = void> struct coroutine_handle { struct
14 template <> struct coroutine_handle<void> { struct
/external/llvm-project/clang/test/SemaCXX/
Dcoroutine-seh.cpp5 template <class Promise = void> struct coroutine_handle { struct
9 template <> struct coroutine_handle<void> { struct
Dcoroutine_handle-addres-return-type.cpp8 struct coroutine_handle<void> { struct
15 struct coroutine_handle : public coroutine_handle<> { struct
55 struct coroutine_handle<task::promise_type> : public coroutine_handle<> { struct
Dcoroutine-final-suspend-noexcept.cpp13 struct coroutine_handle { struct
17 struct coroutine_handle<void> { struct
Dcoroutine-rvo.cpp4 template <class Promise = void> struct coroutine_handle { struct
9 template <> struct coroutine_handle<void> { struct
Dcoroutines.cpp157 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/
Dlate-parsing-eager-instantiation.cpp23 template <typename Promise> struct coroutine_handle { struct
31 void await_suspend(coroutine_handle<Promise> h) { in GetCurrenPromise() argument
/external/llvm-project/clang/test/PCH/
Dcoroutines.cpp14 template <class Promise = void> struct coroutine_handle { struct
18 template <> struct coroutine_handle<void> { struct
/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-coroutines.cpp13 template <> struct coroutine_handle<void> { struct
19 template <class Promise> struct coroutine_handle : coroutine_handle<void> { struct
/external/llvm-project/clang/test/SemaCXX/Inputs/
Dstd-coroutine.h12 struct coroutine_handle { struct
/external/llvm-project/clang/test/Analysis/
Dmore-dtors-cfg-output.cpp280 struct coroutine_handle { struct