Home
last modified time | relevance | path

Searched refs:Continuation (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTaskQueue.h109 std::function<void()> Continuation; in completeTask() local
117 Continuation = std::move(Tasks.front()); in completeTask()
120 Scheduler.async(std::move(Continuation)); in completeTask()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
164 reinterpret_cast<ContinuationRecord *>(Continuation.data()); in createSegmentRecord()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp284 static ListContinuationRecord Continuation(TypeIndex(59)); variable
519 writeFieldList(Continuation); in TEST_F()
520 checkTypeReferences(0, Continuation.ContinuationIndex); in TEST_F()
528 Continuation); in TEST_F()
534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp95 Continuation, enumerator
147 case Kind::Continuation: in isSwitchDestroyFunction()
1614 Value *Continuation) { in replaceAsyncResumeFunction() argument
1620 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()
1710 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local
1715 Clones.push_back(Continuation); in splitAsyncCoroutine()
1744 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()
1814 auto Continuation = in splitRetconCoroutine() local
1816 Clones.push_back(Continuation); in splitRetconCoroutine()
1837 ReturnPHIs.push_back(Builder.CreatePHI(Continuation->getType(), in splitRetconCoroutine()
[all …]
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h179 bool Continuation(bool mightNeedFixedFormSpace);
H A Dprescan.cpp408 for (; Continuation(mightNeedSpace); mightNeedSpace = false) { in SkipToNextSignificantCharacter()
1074 bool Prescanner::Continuation(bool mightNeedFixedFormSpace) { in Continuation() function in Fortran::parser::Prescanner
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1661 template <typename Continuation>
1663 createLookupContinuation(Continuation Cont) { in createLookupContinuation()
1667 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()
1671 Continuation C; in createLookupContinuation()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst249 `Continuation Passing
250 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify-eh.ll891 ; bb2: <- Continuation BB
959 ; bb3: <- Continuation BB
/llvm-project-15.0.7/llvm/docs/
H A DCoroutines.rst126 Returned-Continuation Lowering
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5552 HelpText<"Emit Windows EH Continuation Guard tables">,
6668 "Enable EH Continuation Guard with /guard:ehcont">;
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst3881 Enable EH Continuation Guard with /guard:ehcont