| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | simple_ilist.h | 87 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 D | PseudoProbe.h | 33 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 D | Module.h | 80 ASTFileSignature Sentinel; in createDISentinel() local 81 Sentinel.fill(0xFF); in createDISentinel() 82 return Sentinel; in createDISentinel()
|
| H A D | DiagnosticGroups.td | 617 def Sentinel : DiagGroup<"sentinel">;
|
| H A D | Attr.td | 2826 def Sentinel : InheritableAttr { 2828 let Args = [DefaultIntArgument<"Sentinel", 0>,
|
| H A D | DiagnosticSemaKinds.td | 5812 InGroup<Sentinel>; 5815 InGroup<Sentinel>;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | memory | 222 …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 D | X86ShuffleDecode.cpp | 377 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 D | HexagonMCInstrInfo.cpp | 875 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 D | CodeGenRegisters.cpp | 204 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 D | MCPseudoProbe.cpp | 247 (uint32_t)PseudoProbeAttributes::Sentinel, 0); in emit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 24 bit Sentinel = sentinel;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3492 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 D | SemaCodeComplete.cpp | 2819 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local 2820 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_vendors | 4938 8000 SafeNet Sentinel Hardware Key 17959 03a5 933A Portable Power Sentinel 22153 0007 Storm Sentinel Advance II
|
| H A D | pci_vendors | 88 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 D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/openpam/m4/ |
| H A D | libtool.m4 | 7550 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/m4/ |
| H A D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/file/m4/ |
| H A D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/libevent/m4/ |
| H A D | libtool.m4 | 7551 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/ldns/m4/ |
| H A D | libtool.m4 | 7552 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/openbsm/m4/ |
| H A D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/unbound/ |
| H A D | aclocal.m4 | 7532 # Sentinel used to keep track of whether or not we are before
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | aclocal.m4 | 7562 # Sentinel used to keep track of whether or not we are before
|