Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSmallSet.h35 class SmallSetIterator
36 : public iterator_facade_base<SmallSetIterator<T, N, C>,
41 using SelfTy = SmallSetIterator<T, N, C>;
59 ~SmallSetIterator() { in ~SmallSetIterator()
66 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
75 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
84 SmallSetIterator& operator=(const SmallSetIterator& Other) {
98 SmallSetIterator& operator=(SmallSetIterator&& Other) {
112 bool operator==(const SmallSetIterator &RHS) const {
120 SmallSetIterator &operator++() { // Preincrement
[all …]