Searched refs:Sentinel (Results 1 – 18 of 18) 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 …]
21 bit Sentinel = sentinel;
2973 Value *Sentinel = FI->second.first; in SetInstName() local2974 if (Sentinel->getType() != Inst->getType()) in SetInstName()2978 Sentinel->replaceAllUsesWith(Inst); in SetInstName()2979 Sentinel->deleteValue(); in SetInstName()2990 Value *Sentinel = FI->second.first; in SetInstName() local2991 if (Sentinel->getType() != Inst->getType()) in SetInstName()2995 Sentinel->replaceAllUsesWith(Inst); in SetInstName()2996 Sentinel->deleteValue(); in SetInstName()
500 def Sentinel : DiagGroup<"sentinel">;
2099 def Sentinel : InheritableAttr {2101 let Args = [DefaultIntArgument<"Sentinel", 0>,
4982 InGroup<Sentinel>;4985 InGroup<Sentinel>;
2634 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local2635 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
6298 # Sentinel used to keep track of whether or not we are before
7009 # Sentinel used to keep track of whether or not we are before
6990 # Sentinel used to keep track of whether or not we are before
7011 # 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
6999 # 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
7555 # Sentinel used to keep track of whether or not we are before