| /freebsd/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 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 D | PseudoProbe.h | 33 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 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 | 657 def Sentinel : DiagGroup<"sentinel">;
|
| H A D | Attr.td | 2986 def Sentinel : InheritableAttr { 2988 let Args = [DefaultIntArgument<"Sentinel", 0>,
|
| H A D | DiagnosticSemaKinds.td | 5922 InGroup<Sentinel>; 5925 InGroup<Sentinel>;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | memory | 221 …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 D | X86ShuffleDecode.cpp | 377 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 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/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 212 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 D | OptParser.td | 24 bit Sentinel = sentinel;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 242 (uint32_t)PseudoProbeAttributes::Sentinel, 0); in emit()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3690 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 D | SemaCodeComplete.cpp | 2826 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local 2827 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 4977 8000 SafeNet Sentinel Hardware Key 18017 03a5 933A Portable Power Sentinel 22211 0007 Storm Sentinel Advance II
|
| H A D | pci_vendors | 114 0b60 NVMe DC SSD [Sentinel Rock Plus controller] 31032 0b60 NVMe DC SSD [3DNAND, Sentinel Rock Controller]
|
| /freebsd/contrib/openbsm/m4/ |
| H A D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/ntp/sntp/libevent/m4/ |
| H A D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | libtool.m4 | 7527 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/libevent/m4/ |
| H A D | libtool.m4 | 7551 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/ldns/m4/ |
| H A D | libtool.m4 | 7552 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/openpam/m4/ |
| H A D | libtool.m4 | 7704 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/file/m4/ |
| H A D | libtool.m4 | 7550 # Sentinel used to keep track of whether or not we are before
|
| /freebsd/contrib/unbound/ |
| H A D | aclocal.m4 | 7709 # Sentinel used to keep track of whether or not we are before
|