Searched refs:Sentinel (Results 1 – 19 of 19) sorted by relevance
87 ilist_sentinel<OptionsT> Sentinel; variable117 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 …]
79 ASTFileSignature Sentinel; in createDISentinel() local80 Sentinel.fill(0xFF); in createDISentinel()81 return Sentinel; in createDISentinel()
554 def Sentinel : DiagGroup<"sentinel">;
2448 def Sentinel : InheritableAttr {2450 let Args = [DefaultIntArgument<"Sentinel", 0>,
5464 InGroup<Sentinel>;5467 InGroup<Sentinel>;
376 int Sentinel = IsAnyExtend ? SM_SentinelUndef : SM_SentinelZero; in DecodeZeroExtendMask() local379 ShuffleMask.append(Scale - 1, Sentinel); in DecodeZeroExtendMask()
21 bit Sentinel = sentinel;
2894 Value *Sentinel = FI->second.first; in setInstName() local2895 if (Sentinel->getType() != Inst->getType()) in setInstName()2900 Sentinel->replaceAllUsesWith(Inst); in setInstName()2901 Sentinel->deleteValue(); in setInstName()2912 Value *Sentinel = FI->second.first; in setInstName() local2913 if (Sentinel->getType() != Inst->getType()) in setInstName()2918 Sentinel->replaceAllUsesWith(Inst); in setInstName()2919 Sentinel->deleteValue(); in setInstName()
2715 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local2716 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
6298 # Sentinel used to keep track of whether or not we are before
7550 # Sentinel used to keep track of whether or not we are before
7527 # Sentinel used to keep track of whether or not we are before
7551 # Sentinel used to keep track of whether or not we are before
7545 # Sentinel used to keep track of whether or not we are before
7532 # Sentinel used to keep track of whether or not we are before
7562 # Sentinel used to keep track of whether or not we are before