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.
39 class ImutAVLTree {
59 ImutAVLTree *getLeft() const { return left; }
63 ImutAVLTree *getRight() const { return right; }
74 ImutAVLTree* find(key_type_ref K) {
75 ImutAVLTree *T = this;
90 ImutAVLTree* getMaxElement() {
91 ImutAVLTree *T = this;
92 ImutAVLTree *Right = T->getRight();
101 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;
274 typedef ImutAVLTree<ValInfo> TreeTy;

Completed in 59 milliseconds