/external/llvm-project/clang/test/SemaCXX/ |
D | coreturn.cpp | 14 void get_return_object(); 22 void get_return_object(); 31 VoidTagNoReturn get_return_object(); 40 VoidTagReturnValue get_return_object(); 50 VoidTagReturnVoid get_return_object(); 59 float get_return_object(); 67 int get_return_object();
|
D | coroutines.cpp | 131 void get_return_object(); 142 void get_return_object(); 438 coro<transform_promise> get_return_object(); 448 coro<basic_promise> get_return_object(); 536 void get_return_object(); 578 coro<bad_promise_2> get_return_object(); 589 coro<bad_promise_3> get_return_object(); 599 coro<bad_promise_4> get_return_object(); 611 coro<bad_promise_5> get_return_object(); 623 coro<bad_promise_6> get_return_object(); [all …]
|
D | co_await-range-for.cpp | 43 MyForLoopArrayAwaiter get_return_object() { return {}; } in get_return_object() function 61 ForLoopAwaiterBadBeginTransform get_return_object(); 95 ForLoopAwaiterBadIncTransform get_return_object(); 136 ForLoopAwaiterCoawaitLookup get_return_object();
|
D | coreturn-eh.cpp | 18 void get_return_object(); 27 VoidTagReturnValue get_return_object();
|
D | coroutine-unhandled_exception-warning.cpp | 24 void get_return_object();
|
D | coroutine-uninitialized-warning-crash.cpp | 17 coro_t get_return_object() { return {}; } in get_return_object() function
|
D | coroutine-seh.cpp | 25 void get_return_object() noexcept;
|
/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-alloc.cpp | 49 void get_return_object() {} in get_return_object() function 90 void get_return_object() {} in get_return_object() function 116 void get_return_object() {} in get_return_object() function 146 void get_return_object() {} in get_return_object() function 169 void get_return_object() {} in get_return_object() function 194 void get_return_object() {} in get_return_object() function 219 int get_return_object() { return 0; } in get_return_object() function
|
D | coro-params.cpp | 30 void get_return_object() noexcept; 143 void get_return_object() {} in get_return_object() function 167 method get_return_object();
|
D | coro-ret-void.cpp | 9 coro1 get_return_object(); 40 coro2 get_return_object();
|
D | coro-await-resume-eh.cpp | 23 auto get_return_object() { return throwing_task{}; } in get_return_object() function 91 auto get_return_object() { return noexcept_task{}; } in get_return_object() function
|
D | coro-return.cpp | 26 void get_return_object(); 45 int get_return_object();
|
D | coro-await.cpp | 47 void get_return_object(); 120 void get_return_object(); 296 void get_return_object();
|
D | coro-gro-nrvo.cpp | 22 RetObject get_return_object(); 53 RetObject get_return_object();
|
D | coro-dest-slot.cpp | 9 coro get_return_object();
|
D | coro-await-domination.cpp | 8 coro get_return_object();
|
D | coro-promise-dtor.cpp | 12 coro_t get_return_object();
|
D | coro-newpm-pipeline.cpp | 50 T get_return_object() { return T(); } in get_return_object() function
|
D | coro-unhandled-exception.cpp | 15 coro_t get_return_object() { in get_return_object() function
|
D | coro-always-inline.cpp | 34 T get_return_object() { return T(); } in get_return_object() function
|
/external/clang/test/SemaCXX/ |
D | coroutines.cpp | 72 void get_return_object(); 194 void get_return_object(); 233 coro<bad_promise_2> get_return_object(); 242 coro<bad_promise_3> get_return_object(); 251 coro<bad_promise_4> get_return_object(); 261 coro<bad_promise_5> get_return_object();
|
/external/llvm-project/clang/test/PCH/ |
D | coroutines.cpp | 34 void get_return_object() noexcept; 47 int get_return_object() noexcept;
|
/external/llvm-project/clang/test/Index/ |
D | coroutines.cpp | 8 void get_return_object();
|
/external/llvm-project/clang/test/AST/ |
D | coroutine-source-location-crash.cpp | 25 coro_t get_return_object();
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | coroutine.cpp | 32 int get_return_object();
|