Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h210 class iterator : public ImutAVLValueIterator<ImmutableMap> {
214 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
370 class iterator : public ImutAVLValueIterator<ImmutableMapRef> {
374 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
H A DImmutableSet.h817 struct ImutAVLValueIterator struct
819 ImutAVLValueIterator<T>, typename T::TreeTy::iterator,
823 ImutAVLValueIterator() = default;
824 explicit ImutAVLValueIterator(typename T::TreeTy *Tree) in ImutAVLValueIterator() function
825 : ImutAVLValueIterator::iterator_adaptor_base(Tree) {} in ImutAVLValueIterator()
827 typename ImutAVLValueIterator::reference operator*() const {
1085 using iterator = ImutAVLValueIterator<ImmutableSet>;
1198 using iterator = ImutAVLValueIterator<ImmutableSetRef>;