HomeSort by: relevance | last modified time | path
    Searched refs:Continuation (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TaskQueue.h 109 std::function<void()> Continuation;
117 Continuation = std::move(Tasks.front());
120 Scheduler.async(std::move(Continuation));
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l 94 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n");
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 99 // continuation. So if we are over that, inject a continuation between the
101 // segment after the continuation and begin a new one with the just-written
131 // We need to make space for the continuation record. For now we can't fill
162 auto Continuation = Data.take_back(ContinuationLength);
164 reinterpret_cast<ContinuationRecord *>(Continuation.data());
184 // 2) Each continuation record has an IndexRef field which we set to the
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 92 /// An individual continuation function.
93 Continuation,
109 /// The active suspend instruction; meaningful only for continuation and async
122 /// Create a cloner for a continuation lowering.
126 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation),
130 assert(NewF && "need existing function for continuation");
131 assert(ActiveSuspend && "need active suspend point for continuation");
145 case Kind::Continuation:
249 // In unique continuation lowering, the continuations always return void.
256 // In non-unique continuation lowering, we signal completion by returnin
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 1439 /// Create a lookup continuation from a function object.
1440 template <typename Continuation>
1442 createLookupContinuation(Continuation Cont) {
1446 Impl(Continuation C) : C(std::move(C)) {}
1450 Continuation C;

Completed in 28 milliseconds