| /llvm-project-15.0.7/clang/test/CodeGenCoroutines/ |
| H A D | coro-alloc.cpp | 46 void get_return_object() {} in get_return_object() function 87 void get_return_object() {} in get_return_object() function 113 void get_return_object() {} in get_return_object() function 143 void get_return_object() {} in get_return_object() function 166 void get_return_object() {} in get_return_object() function 191 void get_return_object() {} in get_return_object() function 216 int get_return_object() { return 0; } in get_return_object() function
|
| H A D | coro-alloc-exp-namespace.cpp | 48 void get_return_object() {} in get_return_object() function 89 void get_return_object() {} in get_return_object() function 115 void get_return_object() {} in get_return_object() function 145 void get_return_object() {} in get_return_object() function 168 void get_return_object() {} in get_return_object() function 193 void get_return_object() {} in get_return_object() function 218 int get_return_object() { return 0; } in get_return_object() function
|
| H A D | coro-await-resume-eh.cpp | 21 auto get_return_object() { return throwing_task{}; } in get_return_object() function 95 auto get_return_object() { return noexcept_task{}; } in get_return_object() function
|
| H A D | coro-await-resume-eh-exp-namespace.cpp | 23 auto get_return_object() { return throwing_task{}; } in get_return_object() function 97 auto get_return_object() { return noexcept_task{}; } in get_return_object() function
|
| H A D | coro-unhandled-exception-exp-namespace.cpp | 15 coro_t get_return_object() { in get_return_object() function
|
| H A D | coro-unhandled-exception.cpp | 13 coro_t get_return_object() { in get_return_object() function
|
| H A D | coro-alloc-2.cpp | 14 resumable get_return_object() { return {}; } in get_return_object() function
|
| H A D | coro-newpm-pipeline.cpp | 37 T get_return_object() { return T(); } in get_return_object() function
|
| H A D | coro-always-inline-exp-namespace.cpp | 29 T get_return_object() { return T(); } in get_return_object() function
|
| H A D | coro-newpm-pipeline-exp-namespace.cpp | 38 T get_return_object() { return T(); } in get_return_object() function
|
| H A D | coro-always-inline.cpp | 28 T get_return_object() { return T(); } in get_return_object() function
|
| H A D | coro-symmetric-transfer-01-exp-namespace.cpp | 10 detached_task get_return_object() noexcept { in get_return_object() function
|
| H A D | coro-symmetric-transfer-01.cpp | 8 detached_task get_return_object() noexcept { in get_return_object() function
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | coroutine-no-move-ctor.cpp | 10 invoker get_return_object() { return invoker{}; } in get_return_object() function in invoker::invoker_promise
|
| H A D | coroutine-allocs.cpp | 14 resumable get_return_object() { return {}; } in get_return_object() function 73 resumable2 get_return_object() { return {}; } in get_return_object() function
|
| H A D | coroutine-uninitialized-warning-crash.cpp | 16 coro_t get_return_object() { return {}; } in get_return_object() function
|
| H A D | coroutine-uninitialized-warning-crash-exp-namespace.cpp | 15 coro_t get_return_object() { return {}; } in get_return_object() function
|
| H A D | coroutine-rvo.cpp | 57 auto get_return_object() { return task{}; } in get_return_object() function 133 auto get_return_object() { return generic_task{}; } in get_return_object() function
|
| H A D | coroutine_handle-address-return-type.cpp | 47 auto get_return_object() { return task{}; } in get_return_object() function
|
| H A D | coroutine-rvo-exp-namespace.cpp | 58 auto get_return_object() { return task{}; } in get_return_object() function 134 auto get_return_object() { return generic_task{}; } in get_return_object() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/system/ |
| H A D | coroutines.h | 26 task get_return_object() noexcept { return {}; } in get_return_object() function
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/ |
| H A D | promise.pass.cpp | 34 MyCoro get_return_object() { in get_return_object() function
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/ |
| H A D | promise.pass.cpp | 35 MyCoro get_return_object() { in get_return_object() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ubsan-coroutines.cpp | 31 task get_return_object() { return task(); } in get_return_object() function
|
| /llvm-project-15.0.7/libcxx/test/libcxx/experimental/language.support/support.coroutines/ |
| H A D | dialect_support.pass.cpp | 31 MyFuture get_return_object() { in get_return_object() function
|