Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dsimple_ilist.h87 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 DModule.h79 ASTFileSignature Sentinel; in createDISentinel() local
80 Sentinel.fill(0xFF); in createDISentinel()
81 return Sentinel; in createDISentinel()
H A DDiagnosticGroups.td552 def Sentinel : DiagGroup<"sentinel">;
H A DAttr.td2435 def Sentinel : InheritableAttr {
2437 let Args = [DefaultIntArgument<"Sentinel", 0>,
H A DDiagnosticSemaKinds.td5419 InGroup<Sentinel>;
5422 InGroup<Sentinel>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp376 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 Dsearching.d5019 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 Dsearching.d4444 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 DOptParser.td21 bit Sentinel = sentinel;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3223 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 DChangeLog231 Bugs found with Sentinel II:
/netbsd-src/external/bsd/ipf/dist/perl/
H A DServices1791 4546 sf-lm SFLicenseManager(Sentinel)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2715 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local
2716 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
/netbsd-src/etc/
H A Dservices8389 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 DChangeLog-201995 (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 Dlibtool.m4.in3046 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/gpl2/gettext/dist/m4/
H A Dlibtool.m43804 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/bsd/libbind/dist/
H A Dlibtool.m43913 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/gpl3/binutils/dist/
H A Dlibtool.m46572 # 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 Daclocal.m44651 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/gpl3/binutils.old/dist/
H A Dlibtool.m46540 # Sentinel used to keep track of whether or not we are before
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/
H A Dlibtool.m46406 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/gpl3/gcc.old/dist/
H A Dlibtool.m46519 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/gpl3/gcc/dist/
H A Dlibtool.m46509 # Sentinel used to keep track of whether or not we are before
/netbsd-src/external/bsd/flex/dist/m4/
H A Dlibtool.m47546 # Sentinel used to keep track of whether or not we are before

12