Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallSet.h44 SetIterTy SetIter; member
51 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator() argument
61 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h790 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()
791 : SpecIterator::iterator_adaptor_base(std::move(SetIter)) {} in SpecIterator()