Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/SemaCXX/
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();
Dcoroutines.cpp131 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 …]
Dco_await-range-for.cpp43 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();
Dcoreturn-eh.cpp18 void get_return_object();
27 VoidTagReturnValue get_return_object();
Dcoroutine-unhandled_exception-warning.cpp24 void get_return_object();
Dcoroutine-uninitialized-warning-crash.cpp17 coro_t get_return_object() { return {}; } in get_return_object() function
Dcoroutine-seh.cpp25 void get_return_object() noexcept;
/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-alloc.cpp49 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
Dcoro-params.cpp30 void get_return_object() noexcept;
143 void get_return_object() {} in get_return_object() function
167 method get_return_object();
Dcoro-ret-void.cpp9 coro1 get_return_object();
40 coro2 get_return_object();
Dcoro-await-resume-eh.cpp23 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
Dcoro-return.cpp26 void get_return_object();
45 int get_return_object();
Dcoro-await.cpp47 void get_return_object();
120 void get_return_object();
296 void get_return_object();
Dcoro-gro-nrvo.cpp22 RetObject get_return_object();
53 RetObject get_return_object();
Dcoro-dest-slot.cpp9 coro get_return_object();
Dcoro-await-domination.cpp8 coro get_return_object();
Dcoro-promise-dtor.cpp12 coro_t get_return_object();
Dcoro-newpm-pipeline.cpp50 T get_return_object() { return T(); } in get_return_object() function
Dcoro-unhandled-exception.cpp15 coro_t get_return_object() { in get_return_object() function
Dcoro-always-inline.cpp34 T get_return_object() { return T(); } in get_return_object() function
/external/clang/test/SemaCXX/
Dcoroutines.cpp72 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/
Dcoroutines.cpp34 void get_return_object() noexcept;
47 int get_return_object() noexcept;
/external/llvm-project/clang/test/Index/
Dcoroutines.cpp8 void get_return_object();
/external/llvm-project/clang/test/AST/
Dcoroutine-source-location-crash.cpp25 coro_t get_return_object();
/external/llvm-project/clang/test/CoverageMapping/
Dcoroutine.cpp32 int get_return_object();

123