Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h87 ilist_sentinel<OptionsT> Sentinel; variable
125 iterator begin() { return ++iterator(Sentinel); } in rend()
126 const_iterator begin() const { return ++const_iterator(Sentinel); } in rend()
127 iterator end() { return iterator(Sentinel); } in rend()
128 const_iterator end() const { return const_iterator(Sentinel); } in rend()
129 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
131 return ++const_reverse_iterator(Sentinel); in empty()
133 reverse_iterator rend() { return reverse_iterator(Sentinel); }
135 return const_reverse_iterator(Sentinel);
139 [[nodiscard]] bool empty() const { return Sentinel in back()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h33 Sentinel = 0x2, // A place holder for split function entry address. enumerator
129 return Flags & (uint32_t)PseudoProbeAttributes::Sentinel; in isSentinelProbe()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h80 ASTFileSignature Sentinel; in createDISentinel() local
81 Sentinel.fill(0xFF); in createDISentinel()
82 return Sentinel; in createDISentinel()
H A DDiagnosticGroups.td657 def Sentinel : DiagGroup<"sentinel">;
H A DAttr.td2986 def Sentinel : InheritableAttr {
2988 let Args = [DefaultIntArgument<"Sentinel", 0>,
H A DDiagnosticSemaKinds.td5922 InGroup<Sentinel>;
5925 InGroup<Sentinel>;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory221 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
224 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
233 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel,…
235 ForwardIterator uninitialized_fill(ForwardIterator first, Sentinel last, const T& x); // since C++20
275 template<nothrow-input-iterator InputIterator, nothrow-sentinel-for<InputIterator> Sentinel>
277 constexpr InputIterator destroy(InputIterator first, Sentinel last) noexcept; // since C++20
320 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
323 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
332 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
334 ForwardIterator uninitialized_value_construct(ForwardIterator first, Sentinel last); // since C++20
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp377 int Sentinel = IsAnyExtend ? SM_SentinelUndef : SM_SentinelZero; in DecodeZeroExtendMask() local
380 ShuffleMask.append(Scale - 1, Sentinel); in DecodeZeroExtendMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp875 auto Sentinel = static_cast<int64_t>(std::numeric_limits<uint32_t>::max()) in minConstant() local
878 return Sentinel; in minConstant()
881 return Sentinel; in minConstant()
884 return Sentinel; in minConstant()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp212 static CodeGenRegister::RegUnitList Sentinel; member in __anon90463ec00111::RegUnitIterator
219 UnitI = Sentinel.end(); in RegUnitIterator()
220 UnitE = Sentinel.end(); in RegUnitIterator()
258 CodeGenRegister::RegUnitList RegUnitIterator::Sentinel; member in __anon90463ec00111::RegUnitIterator
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td24 bit Sentinel = sentinel;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp242 (uint32_t)PseudoProbeAttributes::Sentinel, 0); in emit()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3690 Value *Sentinel = FI->second.first; in setInstName() local
3691 if (Sentinel->getType() != Inst->getType()) in setInstName()
3696 Sentinel->replaceAllUsesWith(Inst); in setInstName()
3697 Sentinel->deleteValue(); in setInstName()
3708 Value *Sentinel = FI->second.first; in setInstName() local
3709 if (Sentinel->getType() != Inst->getType()) in setInstName()
3714 Sentinel->replaceAllUsesWith(Inst); in setInstName()
3715 Sentinel->deleteValue(); in setInstName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2826 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local
2827 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
/freebsd/share/misc/
H A Dusb_vendors4977 8000 SafeNet Sentinel Hardware Key
18017 03a5 933A Portable Power Sentinel
22211 0007 Storm Sentinel Advance II
H A Dpci_vendors114 0b60 NVMe DC SSD [Sentinel Rock Plus controller]
31032 0b60 NVMe DC SSD [3DNAND, Sentinel Rock Controller]
/freebsd/contrib/openbsm/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/libevent/m4/
H A Dlibtool.m47551 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/ldns/m4/
H A Dlibtool.m47552 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/openpam/m4/
H A Dlibtool.m47704 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/file/m4/
H A Dlibtool.m47550 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/unbound/
H A Daclocal.m47709 # Sentinel used to keep track of whether or not we are before