Searched refs:ImutAVLTree (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h10 // This file defines the ImutAVLTree and ImmutableSet classes.
38 class ImutAVLTree { class in namespace:llvm
58 ImutAVLTree *getLeft() const { return left; }
62 ImutAVLTree *getRight() const { return right; }
73 ImutAVLTree* find(key_type_ref K) {
74 ImutAVLTree *T = this;
89 ImutAVLTree* getMaxElement() {
90 ImutAVLTree *T = this;
91 ImutAVLTree *Right = T->getRight();
100 if (const ImutAVLTree*
243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, function in class:llvm::ImutAVLTree
[all...]
H A DImmutableMap.h68 typedef ImutAVLTree<ValInfo> TreeTy;
260 typedef ImutAVLTree<ValInfo> TreeTy;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h10 // This file defines the ImutAVLTree and ImmutableSet classes.
38 class ImutAVLTree { class in namespace:llvm
58 ImutAVLTree *getLeft() const { return left; }
62 ImutAVLTree *getRight() const { return right; }
73 ImutAVLTree* find(key_type_ref K) {
74 ImutAVLTree *T = this;
89 ImutAVLTree* getMaxElement() {
90 ImutAVLTree *T = this;
91 ImutAVLTree *Right = T->getRight();
100 if (const ImutAVLTree*
243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, function in class:llvm::ImutAVLTree
[all...]
H A DImmutableIntervalMap.h88 typedef ImutAVLTree<ImutInfo> TreeTy;
204 typedef ImutAVLTree<ImutIntervalInfo<ValT> > TreeTy;
H A DImmutableMap.h69 typedef ImutAVLTree<ValInfo> TreeTy;
274 typedef ImutAVLTree<ValInfo> TreeTy;

Completed in 87 milliseconds