Searched refs:getRight (Results 1 – 4 of 4) sorted by relevance
65 ImutAVLTree *getRight() const { return right; } in getRight() function85 T = T->getRight(); in find()94 ImutAVLTree *Right = T->getRight(); in getMaxElement()95 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement()105 if (const ImutAVLTree* R = getRight()) in size()181 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree()196 assert((!getRight() || in validateTree()198 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()307 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()422 TreeTy* getRight(TreeTy* T) const { return T->getRight(); }[all …]
52 const Instruction *DiffLogBuilder::getRight(unsigned I) const { in getRight() function in DiffLogBuilder
78 const Instruction *getRight(unsigned I) const;
212 Log.getRight(I)->print(dbgs()); dbgs() << '\n'; in logd()