Home
last modified time | relevance | path

Searched refs:Coroutines (Results 1 – 25 of 43) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DLLVMBuild.txt1 ;===- ./lib/Transforms/Coroutines/LLVMBuild.txt ----------------*- Conf -*--===;
20 name = Coroutines
DCMakeLists.txt2 Coroutines.cpp
DCoroSplit.cpp838 SmallVector<Function *, 4> Coroutines; in runOnSCC() local
842 Coroutines.push_back(F); in runOnSCC()
844 if (Coroutines.empty()) in runOnSCC()
850 for (Function *F : Coroutines) { in runOnSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/
DCMakeLists.txt10 add_subdirectory(Coroutines)
DLLVMBuild.txt19 subdirectories = AggressiveInstCombine Coroutines IPO InstCombine Instrumentation Scalar Utils Vect…
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
DCMakeLists.txt8 Coroutines
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DCMakeLists.txt8 Coroutines
Dopt.cpp254 static cl::opt<bool> Coroutines( variable
365 if (Coroutines) in AddOptimizationPasses()
/external/python/cpython2/Demo/threads/
DREADME9 Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
/external/clang/include/clang/Basic/
DStmtNodes.td51 // C++ Coroutines TS statements
148 // C++ Coroutines TS expressions
DLangOptions.def136 LANGOPT(Coroutines , 1, 0, "C++ coroutines")
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dex1.ll1 ; First example from Doc/Coroutines.rst (one block loop)
Dex0.ll1 ; First example from Doc/Coroutines.rst (two block loop)
Dex3.ll1 ; Third example from Doc/Coroutines.rst (two suspend points)
Dex2.ll1 ; Second example from Doc/Coroutines.rst (custom alloc and free functions)
Dex5.ll1 ; Fifth example from Doc/Coroutines.rst (final suspend)
Dex4.ll1 ; Fourth example from Doc/Coroutines.rst (coroutine promise)
/external/python/cpython3/Doc/library/
Dasyncio-task.rst5 Coroutines and Tasks
18 Coroutines chapter
21 Coroutines declared with async/await syntax is the preferred way of
120 .. rubric:: Coroutines
857 Generator-based Coroutines
Dasyncio-future.rst68 Future is an :term:`awaitable` object. Coroutines can await on
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dindex.rst283 Coroutines
405 :doc:`Coroutines`
/external/clang/lib/Basic/
DIdentifierTable.cpp152 if (LangOpts.Coroutines && (Flags & KEYCOROUTINES)) return KS_Enabled; in getKeywordStatus()
/external/clang/include/clang/AST/
DOperationKinds.def401 // [C++ Coroutines] co_await operator
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst175 PEP 492: Coroutines with async and await syntax.
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst715 Coroutines chapter
836 :pep:`492` - Coroutines with async and await syntax
/external/clang/lib/Frontend/
DInitPreprocessor.cpp499 if (LangOpts.Coroutines) in InitializeCPlusPlusFeatureTestMacros()

12