| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | simple_ilist.h | 87 ilist_sentinel<OptionsT> Sentinel; variable 117 iterator begin() { return ++iterator(Sentinel); } in begin() 118 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin() 119 iterator end() { return iterator(Sentinel); } in end() 120 const_iterator end() const { return const_iterator(Sentinel); } in end() 121 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin() 123 return ++const_reverse_iterator(Sentinel); in rbegin() 125 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend() 127 return const_reverse_iterator(Sentinel); in rend() 131 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Module.h | 79 ASTFileSignature Sentinel; in createDISentinel() local 80 Sentinel.fill(0xFF); in createDISentinel() 81 return Sentinel; in createDISentinel()
|
| H A D | DiagnosticGroups.td | 552 def Sentinel : DiagGroup<"sentinel">;
|
| H A D | Attr.td | 2435 def Sentinel : InheritableAttr { 2437 let Args = [DefaultIntArgument<"Sentinel", 0>,
|
| H A D | DiagnosticSemaKinds.td | 5419 InGroup<Sentinel>; 5422 InGroup<Sentinel>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ShuffleDecode.cpp | 376 int Sentinel = IsAnyExtend ? SM_SentinelUndef : SM_SentinelZero; in DecodeZeroExtendMask() local 379 ShuffleMask.append(Scale - 1, Sentinel); in DecodeZeroExtendMask()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
| H A D | searching.d | 5019 Until!(pred, Range, Sentinel) 5020 until(alias pred = "a == b", Range, Sentinel) 5021 (Range range, Sentinel sentinel, OpenRight openRight = Yes.openRight) 5022 if (!is(Sentinel == OpenRight)) 5036 struct Until(alias pred, Range, Sentinel) 5040 static if (!is(Sentinel == void)) 5041 private Sentinel _sentinel; 5045 static if (!is(Sentinel == void)) 5048 this(Range input, Sentinel sentinel, 5056 private this(Range input, Sentinel sentinel, OpenRight openRight, in this() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| H A D | searching.d | 4444 Until!(pred, Range, Sentinel) 4445 until(alias pred = "a == b", Range, Sentinel) 4446 (Range range, Sentinel sentinel, OpenRight openRight = Yes.openRight) 4447 if (!is(Sentinel == OpenRight)) 4461 struct Until(alias pred, Range, Sentinel) 4465 static if (!is(Sentinel == void)) 4466 private Sentinel _sentinel; 4470 static if (!is(Sentinel == void)) 4472 this(Range input, Sentinel sentinel, 4504 static if (is(Sentinel == void)) in predSatisfied() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 21 bit Sentinel = sentinel;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3223 Value *Sentinel = FI->second.first; in setInstName() local 3224 if (Sentinel->getType() != Inst->getType()) in setInstName() 3229 Sentinel->replaceAllUsesWith(Inst); in setInstName() 3230 Sentinel->deleteValue(); in setInstName() 3241 Value *Sentinel = FI->second.first; in setInstName() local 3242 if (Sentinel->getType() != Inst->getType()) in setInstName() 3247 Sentinel->replaceAllUsesWith(Inst); in setInstName() 3248 Sentinel->deleteValue(); in setInstName()
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | ChangeLog | 231 Bugs found with Sentinel II:
|
| /netbsd-src/external/bsd/ipf/dist/perl/ |
| H A D | Services | 1791 4546 sf-lm SFLicenseManager(Sentinel)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2715 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local 2716 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
|
| /netbsd-src/etc/ |
| H A D | services | 8389 sentinel 3588/tcp # Sentinel Server [Ian_Gordon] … 8390 sentinel 3588/udp # Sentinel Server [Ian_Gordon] … 8645 sentinel-ent 3712/tcp # Sentinel Enterprise [Ian_Gordon_2] … 8646 sentinel-ent 3712/udp # Sentinel Enterprise [Ian_Gordon_2] … 10420 # (Sentinel) 10422 # (Sentinel) 11177 sentinel-lm 5093/tcp # Sentinel LM [Derick_Snyder] … 11178 sentinel-lm 5093/udp # Sentinel LM [Derick_Snyder] … 14897 sntlkeyssrvr 9450/tcp # Sentinel Keys Server [Martin_Ziskind] … 14898 sntlkeyssrvr 9450/udp # Sentinel Keys Server [Martin_Ziskind] …
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2019 | 95 (span(ContiguousIterator, Sentinel)): Add conditional noexcept. 2005 [_GLIBCXX_P1394] (span::span(ContiguousIterator, Sentinel)): Likewise.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | libtool.m4.in | 3046 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/gpl2/gettext/dist/m4/ |
| H A D | libtool.m4 | 3804 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/bsd/libbind/dist/ |
| H A D | libtool.m4 | 3913 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | libtool.m4 | 6572 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathx/ |
| H A D | aclocal.m4 | 4651 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | libtool.m4 | 6540 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
| H A D | libtool.m4 | 6406 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | libtool.m4 | 6519 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | libtool.m4 | 6509 # Sentinel used to keep track of whether or not we are before
|
| /netbsd-src/external/bsd/flex/dist/m4/ |
| H A D | libtool.m4 | 7546 # Sentinel used to keep track of whether or not we are before
|