HomeSort by relevance Sort by last modified time
    Searched refs:ImutAVLTree (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 10 // This file defines the ImutAVLTree and ImmutableSet classes.
38 class ImutAVLTree {
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* L = getLeft()
    [all...]
ImmutableIntervalMap.h 88 typedef ImutAVLTree<ImutInfo> TreeTy;
204 typedef ImutAVLTree<ImutIntervalInfo<ValT> > TreeTy;
ImmutableMap.h 69 typedef ImutAVLTree<ValInfo> TreeTy;
279 typedef ImutAVLTree<ValInfo> TreeTy;

Completed in 220 milliseconds