Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h87 ilist_sentinel<OptionsT> Sentinel; variable
125 iterator begin() { return ++iterator(Sentinel); } in begin()
126 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin()
127 iterator end() { return iterator(Sentinel); } in end()
128 const_iterator end() const { return const_iterator(Sentinel); } in end()
129 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin()
131 return ++const_reverse_iterator(Sentinel); in rbegin()
133 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend()
135 return const_reverse_iterator(Sentinel); in rend()
139 [[nodiscard]] bool empty() const { return Sentinel.empty(); } in empty()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h33 Sentinel = 0x2, // A place holder for split function entry address. enumerator
104 return Flags & (uint32_t)PseudoProbeAttributes::Sentinel; in isSentinelProbe()
/freebsd-14.2/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.td617 def Sentinel : DiagGroup<"sentinel">;
H A DAttr.td2826 def Sentinel : InheritableAttr {
2828 let Args = [DefaultIntArgument<"Sentinel", 0>,
H A DDiagnosticSemaKinds.td5812 InGroup<Sentinel>;
5815 InGroup<Sentinel>;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmemory222 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
225 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
234 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel,…
236 ForwardIterator uninitialized_fill(ForwardIterator first, Sentinel last, const T& x); // since C++20
276 template<nothrow-input-iterator InputIterator, nothrow-sentinel-for<InputIterator> Sentinel>
278 constexpr InputIterator destroy(InputIterator first, Sentinel last) noexcept; // since C++20
321 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
333 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
335 ForwardIterator uninitialized_value_construct(ForwardIterator first, Sentinel last); // since C++20
359 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp204 static CodeGenRegister::RegUnitList Sentinel; member in __anon0983cbde0111::RegUnitIterator
211 UnitI = Sentinel.end(); in RegUnitIterator()
212 UnitE = Sentinel.end(); in RegUnitIterator()
244 CodeGenRegister::RegUnitList RegUnitIterator::Sentinel; member in __anon0983cbde0111::RegUnitIterator
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp247 (uint32_t)PseudoProbeAttributes::Sentinel, 0); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td24 bit Sentinel = sentinel;
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3492 Value *Sentinel = FI->second.first; in setInstName() local
3493 if (Sentinel->getType() != Inst->getType()) in setInstName()
3498 Sentinel->replaceAllUsesWith(Inst); in setInstName()
3499 Sentinel->deleteValue(); in setInstName()
3510 Value *Sentinel = FI->second.first; in setInstName() local
3511 if (Sentinel->getType() != Inst->getType()) in setInstName()
3516 Sentinel->replaceAllUsesWith(Inst); in setInstName()
3517 Sentinel->deleteValue(); in setInstName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2819 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local
2820 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
/freebsd-14.2/share/misc/
H A Dusb_vendors4938 8000 SafeNet Sentinel Hardware Key
17959 03a5 933A Portable Power Sentinel
22153 0007 Storm Sentinel Advance II
H A Dpci_vendors88 0b60 NVMe DC SSD [Sentinel Rock Plus controller]
29033 0b60 NVMe DC SSD [3DNAND, Sentinel Rock Controller]
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/openpam/m4/
H A Dlibtool.m47550 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/file/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/libevent/m4/
H A Dlibtool.m47551 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/ldns/m4/
H A Dlibtool.m47552 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/openbsm/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/unbound/
H A Daclocal.m47532 # Sentinel used to keep track of whether or not we are before
/freebsd-14.2/contrib/sqlite3/
H A Daclocal.m47562 # Sentinel used to keep track of whether or not we are before