/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-await.cpp | 29 void await_resume(); 34 void await_resume() noexcept; 41 void await_resume(); 113 void await_resume(); 166 _Complex float await_resume(); 187 Aggr await_resume(); 221 int await_resume(); 289 RefTag& await_resume(); 334 void await_resume();
|
D | coro-return-voidtype-initlist.cpp | 22 void await_resume(); 35 void await_resume() noexcept; 62 am await_resume();
|
D | coro-await-resume-eh.cpp | 18 void await_resume() { throw 42; } in await_resume() function 86 void await_resume() noexcept {} in await_resume() function
|
D | coro-lambda.cpp | 25 void await_resume() noexcept; 45 return A.await_resume(); in SyncAwait()
|
D | coro-symmetric-transfer-02.cpp | 21 void await_resume() noexcept {} in await_resume() function 47 void await_resume();
|
/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/ |
D | suspend_always.pass.cpp | 54 LIBCPP_STATIC_ASSERT(noexcept(s.await_resume()), ""); in main() 55 static_assert(std::is_same<decltype(s.await_resume()), void>::value, ""); in main() 56 s.await_resume(); in main() 57 cs.await_resume(); in main()
|
D | suspend_never.pass.cpp | 56 LIBCPP_STATIC_ASSERT(noexcept(s.await_resume()), ""); in main() 57 static_assert(std::is_same<decltype(s.await_resume()), void>::value, ""); in main() 58 s.await_resume(); in main() 59 cs.await_resume(); in main()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/ |
D | suspend_always.pass.cpp | 55 LIBCPP_STATIC_ASSERT(noexcept(s.await_resume()), ""); in main() 56 static_assert(std::is_same<decltype(s.await_resume()), void>::value, ""); in main() 57 s.await_resume(); in main() 58 cs.await_resume(); in main()
|
D | suspend_never.pass.cpp | 57 LIBCPP_STATIC_ASSERT(noexcept(s.await_resume()), ""); in main() 58 static_assert(std::is_same<decltype(s.await_resume()), void>::value, ""); in main() 59 s.await_resume(); in main() 60 cs.await_resume(); in main()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | coroutine-final-suspend-noexcept.cpp | 25 void await_resume() {} // expected-note 2 {{must be declared with 'noexcept'}} in await_resume() function 32 void await_resume() {} in await_resume() function 44 void await_resume();
|
D | coroutines.cpp | 58 void await_resume() noexcept; 65 void await_resume() noexcept {} in await_resume() function 72 void await_resume() noexcept {} in await_resume() function 78 void await_resume(); 991 void await_resume(); 997 void await_resume(); 1005 void await_resume(); 1013 void await_resume(); 1078 T await_resume() const; 1391 int await_resume() noexcept { return 1; } in await_resume() function in awaitable_no_unused_warn [all …]
|
D | coroutine_handle-addres-return-type.cpp | 40 void await_resume() noexcept; 65 void await_resume();
|
/external/llvm-project/clang/test/SemaCXX/Inputs/ |
D | std-coroutine.h | 25 void await_resume() noexcept {} 31 void await_resume() noexcept {}
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | await_result.pass.cpp | 34 B await_resume() { return {}; } in await_resume() function 42 int await_resume() { return 42; } in await_resume() function
|
D | go.pass.cpp | 69 void await_resume() {} in await_resume() function 77 int await_resume(); 145 int pull_awaiter::await_resume() { in await_resume() function in pull_awaiter
|
D | bool_await_suspend.pass.cpp | 37 void await_resume() {} in await_resume() function 43 void await_resume() {} in await_resume() function
|
/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | go.pass.cpp | 68 void await_resume() {} in await_resume() function 76 int await_resume(); 144 int pull_awaiter::await_resume() { in await_resume() function in pull_awaiter
|
D | await_result.pass.cpp | 35 B await_resume() { return {}; } in await_resume() function 43 int await_resume() { return 42; } in await_resume() function
|
D | bool_await_suspend.pass.cpp | 38 void await_resume() {} in await_resume() function 44 void await_resume() {} in await_resume() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | ubsan-coroutines.cpp | 28 void await_resume() noexcept; 45 bool await_resume() { return false; } in await_resume() function
|
/external/llvm-project/clang/test/AST/ |
D | coroutine-locals-cleanup.cpp | 21 void await_resume() noexcept {} in await_resume() function 47 void await_resume();
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-coroutine.hpp | 66 co_observable_iterator<Source> await_resume(); 116 co_observable_iterator<Source> co_observable_inc_awaiter<Source>::await_resume() { in await_resume() function in rxcpp::coroutine::co_observable_inc_awaiter 168 iterator await_resume() { in await_resume() function
|
/external/clang/test/SemaCXX/ |
D | coroutines.cpp | 6 void await_resume(); 12 void await_resume() {} in await_resume() function 18 void await_resume() {} in await_resume() function
|
/external/llvm-project/clang/test/AST/Inputs/ |
D | std-coroutine.h | 61 void await_resume() {} 67 void await_resume() noexcept {}
|
/external/llvm-project/clang/test/CodeGenCoroutines/Inputs/ |
D | coroutine.h | 72 void await_resume() {} 77 void await_resume() noexcept {}
|