Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h38 template <typename ImutInfo> class ImutAVLTreeInOrderIterator; variable
48 using iterator = ImutAVLTreeInOrderIterator<ImutInfo>;
761 class ImutAVLTreeInOrderIterator
771 ImutAVLTreeInOrderIterator(const TreeTy* Root) : InternalItr(Root) { in ImutAVLTreeInOrderIterator() function
776 ImutAVLTreeInOrderIterator() : InternalItr() {} in ImutAVLTreeInOrderIterator() function
778 bool operator==(const ImutAVLTreeInOrderIterator &x) const {
782 bool operator!=(const ImutAVLTreeInOrderIterator &x) const {
789 ImutAVLTreeInOrderIterator &operator++() {
797 ImutAVLTreeInOrderIterator &operator--() {