Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h64 ImutAVLTree *getRight() const { return right; } in getRight() function
84 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffLog.cpp50 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
H A DDiffLog.h78 Instruction *getRight(unsigned I) const;
H A DDiffConsumer.cpp207 Log.getRight(I)->print(dbgs()); dbgs() << '\n'; in logd()