| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 109 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 D | ContinuationRecordBuilder.cpp | 162 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 D | CoroSplit.cpp | 95 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 D | magic | 6 # Any other characters on this line are ignored. Continuation lines (starting
|
| H A D | README.hfs_magic | 10 Continuation lines (starting with a '>') are also ignored i.e. only the initial
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libfile/ |
| H A D | README | 10 Continuation lines (starting with a '>') are also ignored i.e. only the initial
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1679 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 D | LangImpl10.rst | 249 `Continuation Passing 250 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.def | 80 "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 D | g77.texi | 1427 * 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 D | ChangeLog-1999-2003 | 1900 (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 D | Coroutines.rst | 126 Returned-Continuation Lowering
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-3.x | 2175 Continuation of Convex/Fortran changes:
|
| H A D | ChangeLog-1999 | 5478 (command_line_handler_continuation): New function. Continuation 5496 (struct continuation): New structure. Continuation for an
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.txi | 508 * 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 D | tr.po | 19077 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 D | gcc.pot | 18973 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
|
| H A D | be.po | 18910 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
|
| H A D | el.po | 19202 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
|
| H A D | ja.po | 19683 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 D | Options.td | 5716 HelpText<"Emit Windows EH Continuation Guard tables">, 6878 "Enable EH Continuation Guard with /guard:ehcont">;
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog | 2748 * doc/texinfo.txi (Def Cmd Continuation Lines): new node.
|
| /openbsd-src/usr.sbin/amd/doc/ |
| H A D | amdref.texinfo | 718 Continuation lines are indicated by a backslash character (@samp{\}) as
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UsersManual.rst | 4088 Enable EH Continuation Guard with /guard:ehcont
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | rw.po | 16456 #~ msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
|