Home
last modified time | relevance | path

Searched refs:getRight (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h65 ImutAVLTree *getRight() const { return right; } in getRight() function
85 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 …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp52 const Instruction *DiffLogBuilder::getRight(unsigned I) const { in getRight() function in DiffLogBuilder
H A DDiffLog.h78 const Instruction *getRight(unsigned I) const;
H A DDiffConsumer.cpp212 Log.getRight(I)->print(dbgs()); dbgs() << '\n'; in logd()