Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h42 class ImutAVLTree {
76 ImutAVLTree *T = this; in find()
91 ImutAVLTree* getMaxElement() { in getMaxElement()
92 ImutAVLTree *T = this; in getMaxElement()
177 if (ImutAVLTree* L = getLeft()) in foreach()
224 ImutAVLTree *left;
225 ImutAVLTree *right;
226 ImutAVLTree *prev = nullptr;
227 ImutAVLTree *next = nullptr;
245 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree() function
[all …]
H A DImmutableMap.h71 using TreeTy = ImutAVLTree<ValInfo>;
266 using TreeTy = ImutAVLTree<ValInfo>;