Home
last modified time | relevance | path

Searched refs:get_return_object (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcoreturn.cpp14 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();
H A Dcoreturn-exp-namespace.cpp14 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();
H A Dcoroutines.cpp130 void get_return_object();
141 void 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();
753 float get_return_object();
785 int get_return_object() {} in get_return_object() function
940 int get_return_object() {} in get_return_object() function
959 int get_return_object() {} in get_return_object() function
[all …]
H A Dcoroutines-exp-namespace.cpp137 void get_return_object();
148 void get_return_object();
461 coro<basic_promise> get_return_object();
549 void get_return_object();
591 coro<bad_promise_2> get_return_object();
602 coro<bad_promise_3> get_return_object();
766 float get_return_object();
796 int get_return_object() {} in get_return_object() function
950 int get_return_object() {} in get_return_object() function
968 int get_return_object() {} in get_return_object() function
[all …]
H A Dco_await-range-for-exp-namespace.cpp42 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();
H A Dco_await-range-for.cpp42 MyForLoopArrayAwaiter get_return_object() { return {}; } in get_return_object() function
60 ForLoopAwaiterBadBeginTransform get_return_object();
94 ForLoopAwaiterBadIncTransform get_return_object();
135 ForLoopAwaiterCoawaitLookup get_return_object();
H A Dcoroutine-final-suspend-noexcept-exp-namespace.cpp44 coro_t get_return_object();
75 correct_coro get_return_object();
96 incorrect_coro get_return_object();
H A Dcoroutine-final-suspend-noexcept.cpp43 coro_t get_return_object();
74 correct_coro get_return_object();
95 incorrect_coro get_return_object();
H A Dcoreturn-eh.cpp18 void get_return_object();
27 VoidTagReturnValue get_return_object();
H A Dcoreturn-eh-exp-namespace.cpp19 void get_return_object();
28 VoidTagReturnValue get_return_object();
H A Dcoroutine-allocs.cpp14 resumable get_return_object() { return {}; } in get_return_object() function
73 resumable2 get_return_object() { return {}; } in get_return_object() function
/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-alloc.cpp46 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 Dcoro-alloc-exp-namespace.cpp48 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 Dcoro-params-exp-namespace.cpp30 void get_return_object() noexcept;
165 void get_return_object() {} in get_return_object() function
189 method get_return_object();
H A Dcoro-params.cpp30 void get_return_object() noexcept;
163 void get_return_object() {} in get_return_object() function
187 method get_return_object();
H A Dcoro-ret-void.cpp7 coro1 get_return_object();
39 coro2 get_return_object();
H A Dcoro-await-resume-eh.cpp21 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 Dcoro-ret-void-exp-namespace.cpp9 coro1 get_return_object();
40 coro2 get_return_object();
H A Dcoro-await.cpp45 void get_return_object();
117 void get_return_object();
294 void get_return_object();
H A Dcoro-await-resume-eh-exp-namespace.cpp23 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 Dcoro-return.cpp26 void get_return_object();
45 int get_return_object();
H A Dcoro-await-exp-namespace.cpp47 void get_return_object();
119 void get_return_object();
299 void get_return_object();
H A Dcoro-return-exp-namespace.cpp26 void get_return_object();
45 int get_return_object();
H A Dcoro-gro2.cpp22 RetObject get_return_object();
51 RetObject get_return_object();
H A Dcoro-gro2-exp-namespace.cpp21 RetObject get_return_object();
49 RetObject get_return_object();

12345