Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallSet.h46 VecIterTy VecIter; member
54 SmallSetIterator(VecIterTy VecIter) : VecIter(VecIter), isSmall(true) {} in SmallSetIterator() argument
60 VecIter.~VecIterTy(); in ~SmallSetIterator()
67 VecIter = Other.VecIter; in SmallSetIterator()
76 VecIter = std::move(Other.VecIter); in SmallSetIterator()
91 VecIter = Other.VecIter;
105 VecIter = std::move(Other.VecIter);
115 return VecIter == RHS.VecIter;
121 VecIter++;
127 const T &operator*() const { return isSmall ? *VecIter : *SetIter; }