Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h43 class ImutAVLTree {
76 ImutAVLTree* find(key_type_ref K) { in find()
77 ImutAVLTree *T = this; in find()
92 ImutAVLTree* getMaxElement() { in getMaxElement()
93 ImutAVLTree *T = this; in getMaxElement()
210 ImutAVLTree *left;
211 ImutAVLTree *right;
212 ImutAVLTree *prev = nullptr;
213 ImutAVLTree *next = nullptr;
231 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree() function
[all …]
H A DImmutableMap.h71 using TreeTy = ImutAVLTree<ValInfo>;
211 using TreeTy = ImutAVLTree<ValInfo>;