Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp95 Continuation, enumerator
128 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner()
147 case Kind::Continuation: in isSwitchDestroyFunction()
1646 Value *Continuation) { in replaceAsyncResumeFunction() argument
1652 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()
1742 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local
1747 Clones.push_back(Continuation); in splitAsyncCoroutine()
1776 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()
1846 auto Continuation = in splitRetconCoroutine() local
1848 Clones.push_back(Continuation); in splitRetconCoroutine()
[all …]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
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
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libfile/
H A DREADME10 Continuation lines (starting with a '>') are also ignored i.e. only the initial
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1679 template <typename Continuation>
1681 createLookupContinuation(Continuation Cont) { in createLookupContinuation()
1685 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()
1689 Continuation C; in createLookupContinuation()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst249 `Continuation Passing
250 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbad.def80 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]")
86 LONG("Continuation indicator at %0 invalid on first non-comment line of file or following END or IN…
88 SHORT("Continuation indicator at %0 invalid here [info -f g77 M LEX]"))
233 LONG("Continuation line at %0 must have initial `&' since it continues a character context [info -f…
238 LONG("Continuation line at %0 must have initial `&' since it continues a split lexical token [info …
243 LONG("Continuation line at %0 invalid because it consists only of a single `&' as the only nonblank…
H A Dg77.texi1427 * Continuation Line::
1602 @node Continuation Line
1603 @subsection Continuation Line
3524 * Ampersands:: Special Continuation Lines.
3601 @subsection Ampersand Continuation Line
11585 Continuation indicator @dots{}
11588 Continuation line @dots{}
/openbsd-src/gnu/usr.bin/binutils/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
/openbsd-src/gnu/llvm/llvm/docs/
H A DCoroutines.rst126 Returned-Continuation Lowering
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x2175 Continuation of Convex/Fortran changes:
H A DChangeLog-19995478 (command_line_handler_continuation): New function. Continuation
5496 (struct continuation): New structure. Continuation for an
/openbsd-src/gnu/usr.bin/texinfo/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
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dtr.po19077 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
23980 #~ msgid "Continuation indicator at %0 invalid on first non-comment line of file or following END o…
23983 #~ msgid "Continuation indicator at %0 invalid here [info -f g77 M LEX]"
24104 #~ msgid "Continuation line at %0 must have initial `&' since it continues a character context [inf…
24111 #~ msgid "Continuation line at %0 must have initial `&' since it continues a split lexical token [i…
24114 #~ msgid "Continuation line at %0 invalid because it consists only of a single `&' as the only nonb…
H A Dgcc.pot18973 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
H A Dbe.po18910 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
H A Del.po19202 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
H A Dja.po19683 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5716 HelpText<"Emit Windows EH Continuation Guard tables">,
6878 "Enable EH Continuation Guard with /guard:ehcont">;
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog2748 * doc/texinfo.txi (Def Cmd Continuation Lines): new node.
/openbsd-src/usr.sbin/amd/doc/
H A Damdref.texinfo718 Continuation lines are indicated by a backslash character (@samp{\}) as
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst4088 Enable EH Continuation Guard with /guard:ehcont
/openbsd-src/gnu/gcc/libcpp/po/
H A Drw.po16456 #~ msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"

12