Searched refs:getRight (Results 1 – 4 of 4) sorted by relevance
64 ImutAVLTree *getRight() const { return right; } in getRight() function84 T = T->getRight(); in find()93 ImutAVLTree *Right = T->getRight(); in getMaxElement()94 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement()104 if (const ImutAVLTree* R = getRight()) in size()182 if (ImutAVLTree* R = getRight()) in foreach()194 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree()209 assert((!getRight() || in validateTree()211 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()320 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()[all …]
50 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
78 Instruction *getRight(unsigned I) const;
207 Log.getRight(I)->print(dbgs()); dbgs() << '\n'; in logd()