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.h45 SetIterTy SetIter; member
52 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator() argument
62 SetIter.~SetIterTy(); in ~SmallSetIterator()
71 new (&SetIter) SetIterTy(Other.SetIter); in SmallSetIterator()
80 new (&SetIter) SetIterTy(std::move(Other.SetIter)); in SmallSetIterator()
87 SetIter.~SetIterTy();
93 new (&SetIter) SetIterTy(Other.SetIter);
101 SetIter.~SetIterTy();
107 new (&SetIter) SetIterTy(std::move(Other.SetIter));
116 return SetIter == RHS.SetIter;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp482 auto SetIter = Workloads.find(ModName); in computeImportForModule() local
483 if (SetIter == Workloads.end()) { in computeImportForModule()
494 auto &ValueInfos = SetIter->second; in computeImportForModule()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h756 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()
757 : SpecIterator::iterator_adaptor_base(std::move(SetIter)) {} in SpecIterator()