reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SmallSet.h
   59       VecIter.~VecIterTy();
   66       VecIter = Other.VecIter;
   66       VecIter = Other.VecIter;
   75       VecIter = std::move(Other.VecIter);
   75       VecIter = std::move(Other.VecIter);
   90       VecIter = Other.VecIter;
  104       VecIter = std::move(Other.VecIter);
  104       VecIter = std::move(Other.VecIter);
  114       return VecIter == RHS.VecIter;
  114       return VecIter == RHS.VecIter;
  120       VecIter++;
  126   const T &operator*() const { return isSmall ? *VecIter : *SetIter; }