Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp93 Continuation, enumerator
126 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner()
145 case Kind::Continuation: in isSwitchDestroyFunction()
1492 Value *Continuation) { in replaceAsyncResumeFunction() argument
1498 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()
1577 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local
1579 Clones.push_back(Continuation); in splitAsyncCoroutine()
1608 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()
1678 auto Continuation = in splitRetconCoroutine() local
1680 Clones.push_back(Continuation); in splitRetconCoroutine()
[all …]
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmagic6 # Any other characters on this line are ignored. Continuation lines (starting
H A DREADME.hfs_magic10 Continuation lines (starting with a '>') are also ignored i.e. only the initial
/netbsd-src/external/gpl2/mkhybrid/dist/libfile/
H A DREADME11 Continuation lines (starting with a '>') are also ignored i.e. only the initial
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1440 template <typename Continuation>
1442 createLookupContinuation(Continuation Cont) { in createLookupContinuation()
1446 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()
1450 Continuation C; in createLookupContinuation()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst251 `Continuation Passing
252 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3296.txt511 5.4. Search Continuation Considerations
H A Drfc3928.txt121 5.4. Continuation References to Other LCUP Contexts . . . . . 21
1140 5.4. Continuation References to Other LCUP Contexts
H A Drfc4511.txt73 4.5.3. Continuation References in the Search Result .......28
1539 4.5.3. Continuation References in the Search Result
3543 C.1.19. Section 4.5.3 (Continuation References in the Search Result)
/netbsd-src/external/gpl3/gdb/dist/gdb/mi/
H A DChangeLog-1999-20031900 (mi_cmd_target_select_continuation): New function. Continuation
1908 (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
/netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/
H A DChangeLog-1999-20031900 (mi_cmd_target_select_continuation): New function. Continuation
1908 (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst126 Returned-Continuation Lowering
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x2175 Continuation of Convex/Fortran changes:
H A DChangeLog-19995472 (command_line_handler_continuation): New function. Continuation
5490 (struct continuation): New structure. Continuation for an
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x2175 Continuation of Convex/Fortran changes:
H A DChangeLog-19995472 (command_line_handler_continuation): New function. Continuation
5490 (struct continuation): New structure. Continuation for an
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.txi508 * Def Cmd Continuation Lines:: Continuing the heading over source lines.
11437 * Def Cmd Continuation Lines:: Continuing the heading over source lines.
11537 @node Def Cmd Continuation Lines
11538 @section Definition Command Continuation Lines
11539 @cindex Continuation lines in definition commands
11996 (@pxref{Def Cmd Continuation Lines}), but could be on a single line in
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5042 HelpText<"Emit Windows EH Continuation Guard tables">,
6065 "Enable EH Continuation Guard with /guard:ehcont">;
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog2748 * doc/texinfo.txi (Def Cmd Continuation Lines): new node.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst3543 Enable EH Continuation Guard with /guard:ehcont
/netbsd-src/external/bsd/am-utils/dist/doc/
H A Dam-utils.texi845 Continuation lines are indicated by a backslash character (@samp{\}) as