Home
last modified time | relevance | path

Searched refs:test_coro (Results 1 – 20 of 20) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.sh.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.sh.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp45 MyFuture test_coro() { in test_coro() function
53 MyFuture f = test_coro(); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.sh.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/experimental/language.support/support.coroutines/
H A Ddialect_support.pass.cpp46 MyFuture test_coro() { in test_coro() function
54 MyFuture f = test_coro(); in main()
/dports/devel/py-apscheduler/APScheduler-3.8.1/tests/
H A Dtest_util_py35.py18 def test_coro(self): member in TestIsCoroutineFunctionPartial
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/coroutines/
H A Dpr96749-1.C23 task<int> test_coro(void) { in test_coro() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/coroutines/
H A Dpr96749-1.C23 task<int> test_coro(void) { in test_coro() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/
H A Dpr96749-1.C23 task<int> test_coro(void) { in test_coro() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/
H A Dpr96749-1.C23 task<int> test_coro(void) { in test_coro() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/coroutines/
H A Dpr96749-1.C23 task<int> test_coro(void) { in test_coro() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/coroutines/
H A Dpr96749-1.C23 task<int> test_coro(void) { in test_coro() function
/dports/net/py-amqp/amqp-2.6.1/t/unit/
H A Dtest_utils.py29 class test_coro: class
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dtesting_test.py137 async def test_coro(self): member in AsyncTestCaseWrapperTest.test_undecorated_coroutine.Test