/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | coro-aligned-alloc.cpp | 16 auto get_return_object() { return task{}; } in get_return_object() function 41 auto get_return_object() { return task2{}; } in get_return_object() function 74 auto get_return_object() { return task3{}; } in get_return_object() function 93 auto get_return_object() { return task4{}; } in get_return_object() function 114 auto get_return_object() { return task5{}; } in get_return_object() function 133 auto get_return_object() { return task6{}; } in get_return_object() function 153 auto get_return_object() { return task7{}; } in get_return_object() function 175 auto get_return_object() { return task8{}; } in get_return_object() function
|
H A D | coro-aligned-alloc-2.cpp | 18 auto get_return_object() { return task{}; } in get_return_object() function 38 auto get_return_object() { return task2{}; } in get_return_object() function 58 auto get_return_object() { return task3{}; } in get_return_object() function 80 auto get_return_object() { return task4{}; } in get_return_object() function 103 auto get_return_object() { return task5{}; } in get_return_object() function
|
H A D | coro-alloc.cpp | 46 void get_return_object() {} in get_return_object() function 88 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 259 void get_return_object() {} 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-unhandled-exception.cpp | 13 coro_t get_return_object() { in get_return_object() function
|
H A D | coro-dealloc.cpp | 16 auto get_return_object() { return task{}; } in get_return_object() function
|
H A D | coro-gro.cpp | 79 invoker get_return_object() { return invoker{}; } in get_return_object() function in invoker::invoker_promise
|
H A D | coro-alloc-2.cpp | 14 resumable get_return_object() { return {}; } in get_return_object() function
|
H A D | coro-init-await-nontrivial-return.cpp | 34 Task get_return_object() { in get_return_object() function 74 NoexceptResumeTask get_return_object() { in get_return_object() function
|
H A D | pr56301.cpp | 57 MyTask get_return_object() { return {}; } in get_return_object() function
|
H A D | pr65054.cpp | 24 MyTask get_return_object() { in get_return_object() function
|
H A D | pr65018.cpp | 20 MyTask get_return_object() { 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 | pr59181.cpp | 12 Task get_return_object() { in get_return_object() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | coroutine-alloc-4.cpp | 15 auto get_return_object() { return task{}; } in get_return_object() function 30 auto get_return_object() { return task2{}; } in get_return_object() function 46 auto get_return_object() { return task3{}; } in get_return_object() function 64 auto get_return_object() { return task4{}; } in get_return_object() function 80 auto get_return_object() { return task5{}; } in get_return_object() function 101 auto get_return_object() { return task6{}; } in get_return_object() function
|
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-promise-ctor.cpp | 15 Gen get_return_object() { return {}; } in get_return_object() function in GH78290::Gen::promise_type
|
H A D | coroutine-no-valid-dealloc.cpp | 16 auto get_return_object() { return task{}; } in get_return_object() function
|
H A D | coroutine-dealloc.cpp | 16 auto get_return_object() { return task{}; } in get_return_object() function
|
H A D | coro-return-type-and-wrapper.cpp | 19 Gen<T> get_return_object() { in get_return_object() function 128 Task get_return_object() { in get_return_object() function
|
/llvm-project/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/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/Inputs/system/ |
H A D | coroutines.h | 26 task get_return_object() noexcept { return {}; } in get_return_object() function
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/ |
H A D | promise.pass.cpp | 33 MyCoro get_return_object() { in get_return_object() function
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-coroutine.cpp | 11 Task get_return_object() { in get_return_object() function
|