/llvm-project/libcxx/include/__coroutine/ |
H A D | trivial_awaitables.h | 27 _LIBCPP_HIDE_FROM_ABI constexpr void await_resume() const noexcept {} in await_resume() function 33 _LIBCPP_HIDE_FROM_ABI constexpr void await_resume() const noexcept {} in await_resume() function
|
/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | pr56329.cpp | 50 void await_resume() { in await_transform() function 76 void await_resume() {} in await_transform() function 92 void await_resume() noexcept { in final_suspend() function
|
H A D | coro-await-domination.cpp | 19 int await_resume() { return 8; } in await_resume() function
|
H A D | coro-await-resume-eh.cpp | 16 void await_resume() { throw 42; } in await_resume() function 90 void await_resume() noexcept {} in await_resume() function
|
H A D | coro-elide.cpp | 16 void await_resume() noexcept {} in await_resume() function 40 int await_resume() noexcept { in await_resume() function
|
H A D | coro-symmetric-transfer-04.cpp | 15 void await_resume() noexcept {} in await_resume() function 40 int await_resume() noexcept { in await_resume() function
|
H A D | pr56919.cpp | 53 void await_resume() {} in await_transform() function 73 void await_resume() noexcept {} in final_suspend() function
|
H A D | coro-symmetric-transfer-03.cpp | 14 void await_resume() noexcept {} in await_resume() function 43 int await_resume() noexcept { in await_resume() function
|
H A D | microsoft-abi-operator-coawait.cpp | 5 void await_resume() {} in await_resume() function
|
H A D | coro-init-await-nontrivial-return.cpp | 26 NontrivialType await_resume() { return {}; } in await_resume() function 66 R await_resume() noexcept { return {}; } in await_resume() function
|
H A D | pr56301.cpp | 47 void await_resume() { in await_resume() function
|
H A D | pr65054.cpp | 17 void await_resume() {} in await_resume() function
|
H A D | pr65018.cpp | 13 void await_resume() {} in await_resume() function
|
H A D | pr59723.cpp | 133 void await_resume() in await_resume() function in bug_task 180 void await_resume() {} in await_resume() function
|
H A D | coro-newpm-pipeline.cpp | 25 bool await_resume() noexcept { return true; } in await_resume() function
|
H A D | pr59181.cpp | 34 auto await_resume() noexcept { in await_transform() function
|
H A D | coro-always-inline.cpp | 14 bool await_resume() noexcept { return true; } in await_resume() function
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
H A D | await_result.pass.cpp | 32 B await_resume() { return {}; } in await_resume() function 40 int await_resume() { return 42; } in await_resume() function
|
H A D | bool_await_suspend.pass.cpp | 35 void await_resume() {} in await_resume() function 41 void await_resume() {} in await_resume() function
|
H A D | go.pass.cpp | 67 void await_resume() {} in await_resume() function 143 int pull_awaiter::await_resume() { in await_resume() function in pull_awaiter
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/system/ |
H A D | coroutines.h | 21 void await_resume() noexcept {} in await_resume() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/Inputs/system/ |
H A D | coroutines.h | 21 void await_resume() noexcept {} in await_resume() function
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-coroutine.cpp | 22 int await_resume() { return 1; } in await_transform() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | coroutine-uninitialized-warning-crash.cpp | 8 int await_resume() { return 42; } in await_resume() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ubsan-coroutines.cpp | 43 bool await_resume() { return false; } in await_resume() function
|