/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 281 auto *Suspend = cast<CoroSuspendAsyncInst>(II); in buildFrom() local 282 Suspend->checkWellFormed(); in buildFrom() 283 CoroSuspends.push_back(Suspend); in buildFrom() 287 auto Suspend = cast<CoroSuspendRetconInst>(II); in buildFrom() local 288 CoroSuspends.push_back(Suspend); in buildFrom() 292 auto Suspend = cast<CoroSuspendInst>(II); in buildFrom() local 293 CoroSuspends.push_back(Suspend); in buildFrom() 294 if (Suspend->isFinal()) { in buildFrom() 380 auto Suspend = dyn_cast<CoroSuspendInst>(AnySuspend); in buildFrom() local 381 if (!Suspend) { in buildFrom() [all …]
|
H A D | CoroSplit.cpp | 458 getFunctionTypeFromAsyncSuspend(AnyCoroSuspendInst *Suspend) { in getFunctionTypeFromAsyncSuspend() argument 459 auto *AsyncSuspend = cast<CoroSuspendAsyncInst>(Suspend); in getFunctionTypeFromAsyncSuspend() 461 auto &Context = Suspend->getParent()->getParent()->getContext(); in getFunctionTypeFromAsyncSuspend() 1374 static bool simplifySuspendPoint(CoroSuspendInst *Suspend, in simplifySuspendPoint() argument 1376 Instruction *Prev = Suspend->getPrevNode(); in simplifySuspendPoint() 1378 auto *Pred = Suspend->getParent()->getSinglePredecessor(); in simplifySuspendPoint() 1402 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint() 1408 Suspend->replaceAllUsesWith(SubFn->getRawIndex()); in simplifySuspendPoint() 1409 Suspend->eraseFromParent(); in simplifySuspendPoint() 1491 static void replaceAsyncResumeFunction(CoroSuspendAsyncInst *Suspend, in replaceAsyncResumeFunction() argument [all …]
|
H A D | CoroInstr.h | 519 if (auto Suspend = dyn_cast<CoroSuspendInst>(this)) in getCoroSave() local 520 return Suspend->getCoroSave(); in getCoroSave()
|
H A D | CoroFrame.cpp | 97 bool Suspend = false; member 225 B.Suspend = true; in SuspendCrossingInfo() 262 if (B.Suspend) { in SuspendCrossingInfo() 265 if (S.Suspend) { in SuspendCrossingInfo() 2234 for (auto Suspend : Shape.CoroSuspends) { in eliminateSwiftErrorArgument() local 2235 (void) emitSetAndGetSwiftErrorValueAround(Suspend, Alloca, Shape); in eliminateSwiftErrorArgument()
|
/netbsd-src/external/bsd/nvi/docs/internals/ |
H A D | autowrite | 12 ^Z Y N Suspend. 13 ^Z N * Suspend. 64 :stop Y Y Y Suspend. 66 :stop Y N Y Suspend. 67 :stop Y N N Suspend. 68 :stop N * * Suspend.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 747 ExprResult Suspend = in ActOnCoroutineBodyStart() local 749 if (Suspend.isInvalid()) in ActOnCoroutineBodyStart() 751 Suspend = buildOperatorCoawaitCall(*this, SC, Loc, Suspend.get()); in ActOnCoroutineBodyStart() 752 if (Suspend.isInvalid()) in ActOnCoroutineBodyStart() 754 Suspend = BuildResolvedCoawaitExpr(Loc, Suspend.get(), in ActOnCoroutineBodyStart() 756 Suspend = ActOnFinishFullExpr(Suspend.get(), /*DiscardedValue*/ false); in ActOnCoroutineBodyStart() 757 if (Suspend.isInvalid()) { in ActOnCoroutineBodyStart() 763 return cast<Stmt>(Suspend.get()); in ActOnCoroutineBodyStart()
|
/netbsd-src/external/gpl2/lvm2/dist/doc/ |
H A D | pvmove_outline.txt | 12 1. Suspend our LV (254:3), this starts queueing all io, and flushes
|
/netbsd-src/sys/arch/prep/include/ |
H A D | nvram.h | 148 Suspend = 0x80, /* part of state is in memory */ enumerator
|
/netbsd-src/external/bsd/nvi/docs/ |
H A D | ev | 50 ^Z ^Z Suspend.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4686 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator 4693 Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument 4700 SubExprs[SubExpr::Suspend] = Suspend; in CoroutineSuspendExpr() 4712 SubExprs[SubExpr::Suspend] = nullptr; in CoroutineSuspendExpr() 4720 SubExprs[SubExpr::Suspend] = nullptr; in CoroutineSuspendExpr() 4738 return static_cast<Expr*>(SubExprs[SubExpr::Suspend]); in getSuspendExpr() 4771 Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue, 4774 Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() 4856 Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) in CoyieldExpr() argument 4858 Suspend, Resume, OpaqueValue) {} in CoyieldExpr()
|
/netbsd-src/games/boggle/boggle/ |
H A D | helpfile | 10 Suspend game (BSD only): <^z>
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | virtual | 197 0 string LibvirtQemudSave Libvirt QEMU Suspend Image 203 0 string LibvirtQemudPart Libvirt QEMU partial Suspend Image
|
/netbsd-src/games/hack/ |
H A D | help | 43 ^Z Suspend the game.
|
/netbsd-src/sys/dev/dm/doc/ |
H A D | design.txt | 124 Suspend all io's on device, after this ioctl. Already started io's will be done.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Coroutines.rst | 464 Multiple Suspend Points 544 Distinct Save and Suspend 678 Final Suspend
|
/netbsd-src/external/gpl2/gmake/dist/po/ |
H A D | ja.po | 2010 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | ko.po | 2012 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | zh_CN.po | 1972 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | he.po | 2009 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | sv.po | 2005 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | id.po | 2014 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | da.po | 2025 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | hr.po | 2043 #~ msgid "Suspend process to allow a debugger to attach"
|
H A D | de.po | 2077 #~ msgid "Suspend process to allow a debugger to attach"
|
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
H A D | ex.cmd.texi | 1511 Suspend the edit session.
|