Searched refs:SetIter (Results 1 – 2 of 2) sorted by relevance
44 SetIterTy SetIter; member51 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator() argument61 SetIter.~SetIterTy(); in ~SmallSetIterator()70 new (&SetIter) SetIterTy(Other.SetIter); in SmallSetIterator()79 new (&SetIter) SetIterTy(std::move(Other.SetIter)); in SmallSetIterator()86 SetIter.~SetIterTy();92 new (&SetIter) SetIterTy(Other.SetIter);100 SetIter.~SetIterTy();106 new (&SetIter) SetIterTy(std::move(Other.SetIter));115 return SetIter == RHS.SetIter;[all …]
790 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()791 : SpecIterator::iterator_adaptor_base(std::move(SetIter)) {} in SpecIterator()