Searched refs:Coroutines (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroSplit.cpp | 2124 SmallVector<LazyCallGraph::Node *, 4> Coroutines; in run() local 2127 Coroutines.push_back(&N); in run() 2129 if (Coroutines.empty() && PrepareFns.empty()) in run() 2132 if (Coroutines.empty()) { in run() 2139 for (LazyCallGraph::Node *N : Coroutines) { in run() 2207 SmallVector<Function *, 4> Coroutines; in runOnSCC() local 2211 Coroutines.push_back(F); in runOnSCC() 2213 if (Coroutines.empty() && PrepareFns.empty()) in runOnSCC() 2218 if (Coroutines.empty()) { in runOnSCC() 2228 for (Function *F : Coroutines) { in runOnSCC()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | StmtNodes.td | 53 // C++ Coroutines TS statements 164 // C++ Coroutines TS expressions
|
| D | LangOptions.def | 150 LANGOPT(Coroutines , 1, 0, "C++20 coroutines")
|
| D | DiagnosticParseKinds.td | 1525 let CategoryName = "Coroutines Issue" in {
|
| D | DiagnosticSemaKinds.td | 10933 let CategoryName = "Coroutines Issue" in {
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | Builtins.cpp | 64 !LangOpts.Coroutines && (BuiltinInfo.Langs & COR_LANG); in builtinIsSupported()
|
| D | IdentifierTable.cpp | 154 if (LangOpts.Coroutines && (Flags & KEYCOROUTINES)) return KS_Enabled; in getKeywordStatus()
|
| D | Module.cpp | 106 .Case("coroutines", LangOpts.Coroutines) in hasFeature()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/ |
| D | opt.cpp | 268 static cl::opt<bool> Coroutines( variable 388 if (Coroutines) in AddOptimizationPasses()
|
| /freebsd-12-stable/lib/clang/libllvm/ |
| D | Makefile | 1490 SRCS_MIN+= Transforms/Coroutines/CoroCleanup.cpp 1491 SRCS_MIN+= Transforms/Coroutines/CoroEarly.cpp 1492 SRCS_MIN+= Transforms/Coroutines/CoroElide.cpp 1493 SRCS_MIN+= Transforms/Coroutines/CoroFrame.cpp 1494 SRCS_MIN+= Transforms/Coroutines/CoroSplit.cpp 1495 SRCS_MIN+= Transforms/Coroutines/Coroutines.cpp
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 672 LangOpts.Coroutines); in CreatePasses() 721 if (LangOpts.Coroutines) in CreatePasses()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | OperationKinds.def | 440 // [C++ Coroutines] co_await operator
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 609 if (LangOpts.Coroutines) in InitializeCPlusPlusFeatureTestMacros()
|
| /freebsd-12-stable/contrib/llvm-project/ |
| D | FREEBSD-Xlist | 676 llvm/lib/Transforms/Coroutines/CMakeLists.txt
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Intrinsics.td | 1218 // These are documented in docs/Coroutines.rst
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 1107 // C++ Coroutines TS 1109 LangOpts<"Coroutines">, Default<cpp20.KeyPath>, 1110 PosFlag<SetTrue, [CC1Option], "Enable support for the C++ Coroutines TS">,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaDecl.cpp | 14486 if (getLangOpts().Coroutines && FSI->isCoroutine()) in ActOnFinishFunctionBody()
|