Home
last modified time | relevance | path

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

1234

/external/swiftshader/tests/ReactorBenchmarks/
DReactorBenchmarks.cpp22 class Coroutines : public benchmark::Fixture class
30 BENCHMARK_DEFINE_F(Coroutines, Fibonacci) in BENCHMARK_DEFINE_F() argument
70 BENCHMARK_REGISTER_F(Coroutines, Fibonacci)->RangeMultiplier(8)->Range(1, 0x1000000)->ArgName("iter…
/external/llvm-project/clang/test/Modules/
Drequires-coroutines.mm6 @import DependsOnModule.Coroutines;
11 // expected-error@module.map:25 {{module 'DependsOnModule.Coroutines' requires feature 'coroutines'…
12 @import DependsOnModule.Coroutines; // expected-note {{module imported here}}
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCMakeLists.txt2 Coroutines.cpp
10 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Coroutines
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/
DBUILD.gn1 static_library("Coroutines") {
18 "Coroutines.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DLLVMBuild.txt1 ;===- ./lib/Transforms/Coroutines/LLVMBuild.txt ----------------*- Conf -*--===;
19 name = Coroutines
DCMakeLists.txt2 Coroutines.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/
DCMakeLists.txt10 add_subdirectory(Coroutines)
DLLVMBuild.txt18 subdirectories = AggressiveInstCombine Coroutines IPO InstCombine Instrumentation Scalar Utils Vect…
/external/llvm-project/llvm/lib/Transforms/
DCMakeLists.txt11 add_subdirectory(Coroutines)
/external/llvm-project/llvm/lib/Passes/
DCMakeLists.txt17 Coroutines
/external/llvm-project/llvm/tools/llvm-opt-fuzzer/
DCMakeLists.txt11 Coroutines
/external/llvm-project/llvm/tools/opt/
DCMakeLists.txt12 Coroutines
DNewPMDriver.h74 bool EnableDebugify, bool Coroutines);
DNewPMDriver.cpp230 bool EnableDebugify, bool Coroutines) { in runPassPipeline() argument
283 PTO.Coroutines = Coroutines; in runPassPipeline()
/external/kotlinx.coroutines/kotlinx-coroutines-core/npm/
DREADME.md10 println("Kotlin Coroutines World!")
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Passes/
DBUILD.gn10 "//llvm/lib/Transforms/Coroutines",
/external/python/cpython2/Demo/threads/
DREADME9 Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-opt-fuzzer/
DBUILD.gn18 "//llvm/lib/Transforms/Coroutines",
/external/kotlinx.coroutines/ui/
DREADME.md1 # Coroutines for UI
/external/kotlinx.coroutines/reactive/
DREADME.md1 # Coroutines for reactive streams
/external/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/
Dmodule.map25 explicit module Coroutines {
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/opt/
DBUILD.gn14 "//llvm/lib/Transforms/Coroutines",
/external/llvm-project/libcxx/docs/DesignDocs/
DExperimentalFeatures.rst153 `Coroutines TS <https://wg21.link/N4680>`__
155 The Coroutines TS is not yet part of a shipping standard.
156 We are shipping (as of v5.0) an implementation of the Coroutines TS in namespace ``std::experimenta…
/external/llvm-project/mlir/lib/ExecutionEngine/
DCMakeLists.txt28 Coroutines
/external/llvm-project/clang/lib/CodeGen/
DCMakeLists.txt6 Coroutines

1234