Home
last modified time | relevance | path

Searched refs:coro2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp45 struct coro2 { struct
49 coro2 get_return_object() { return{}; } in get_return_object() argument
58 coro2 a() { in a()
71 coro2 b() { in b()
85 coro2 c() { in c()
98 coro2 d() { in d()
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp46 struct coro2 { struct
50 coro2 get_return_object() { return{}; } in get_return_object() argument
59 coro2 a() { in a()
72 coro2 b() { in b()
86 coro2 c() { in c()
99 coro2 d() { in d()
/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-ret-void.cpp38 struct coro2 { struct
40 coro2 get_return_object(); argument
47 coro2 g() { in g()
/external/python/cpython3/Lib/test/
Dtest_coroutines.py1115 async def coro2(): function
1118 c = coro2()
1123 c = coro2()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1388 async def coro2(): function
1393 b = self.new_task(self.loop, coro2())
2042 async def coro2(loop): function
2049 task2 = self.new_task(self.loop, coro2(self.loop))
3699 def coro2(): function
3704 return await asyncio.gather(coro1(), coro2(), loop=self.loop)
Dtest_events.py259 async def coro2(): function
268 RuntimeError, self.loop.run_until_complete, coro2())