Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp566 auto SetIter = Workloads.find(Filename); in computeImportForModule() local
568 if (SetIter == Workloads.end()) { in computeImportForModule()
579 auto &ValueInfos = SetIter->second; in computeImportForModule()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h755 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()
756 : SpecIterator::iterator_adaptor_base(std::move(SetIter)) {} in SpecIterator()