Searched refs:BaseState (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | BaseState.pod | 1 $OpenBSD: BaseState.pod,v 1.2 2022/12/28 21:30:18 jmc Exp $ 5 OpenBSD::BaseState - light-weight IO and system access in pkg_add 9 use OpenBSD::BaseState; 11 OpenBSD::BaseState->say("I'm sorry #1, I'm afraid I can't do that", $user); 12 OpenBSD::BaseState->system('make', '-C'); 16 C<OpenBSD::BaseState> contains utility functions for C<OpenBSD::State> objects, 20 As such, C<OpenBSD::BaseState> contains the actual code for
|
| H A D | PackageInfo.pm | 191 require OpenBSD::BaseState;
|
| H A D | BaseState.pm | 21 package OpenBSD::BaseState;
|
| H A D | State.pod | 40 See also C<OpenBSD::BaseState> which contains most of the stateless utility
|
| H A D | Ustar.pod | 59 which should conform to C<OpenBSD::BaseState(3p)> (uses C<errsay> and C<fatal>).
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 401 int BaseState) in InvokeStateChangeIterator() argument 402 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator() 405 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator() 412 MachineFunction::const_iterator End, int BaseState = NullState) { in range() argument 419 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range() 420 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range() 425 assert(BaseState == O.BaseState); in operator ==() 456 int BaseState; member in __anonf47a0afc0111::InvokeStateChangeIterator 468 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan() 475 LastStateChange.NewState = BaseState; in scan() [all …]
|
| /openbsd-src/usr.sbin/pkg_add/ |
| H A D | Makefile | 18 OpenBSD/BaseState.pm \ 95 OpenBSD::BaseState \
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 510 int BaseState = ParentBaseState; in getBaseStateForBB() local 519 BaseState = BaseStateI->second; in getBaseStateForBB() 522 return BaseState; in getBaseStateForBB()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 202 int BaseState = -1; in calculateStateNumbersForInvokes() local 206 BaseState = BaseStateI->second; in calculateStateNumbersForInvokes() 209 if (BaseState != -1) { in calculateStateNumbersForInvokes() 210 FuncInfo.InvokeStateMap[II] = BaseState; in calculateStateNumbersForInvokes()
|