Searched refs:SetIter (Results 1 – 2 of 2) sorted by relevance
46 SetIterTy SetIter; member53 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator() argument63 SetIter.~SetIterTy(); in ~SmallSetIterator()72 new (&SetIter) SetIterTy(Other.SetIter); in SmallSetIterator()81 new (&SetIter) SetIterTy(std::move(Other.SetIter)); in SmallSetIterator()88 SetIter.~SetIterTy();94 new (&SetIter) SetIterTy(Other.SetIter);102 SetIter.~SetIterTy();108 new (&SetIter) SetIterTy(std::move(Other.SetIter));117 return SetIter == RHS.SetIter;[all …]
804 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()805 : SpecIterator::iterator_adaptor_base(std::move(SetIter)) {} in SpecIterator()