Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h85 T = T->getRight(); in find()
94 ImutAVLTree *Right = T->getRight(); in getMaxElement()
181 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree()
196 assert((!getRight() || in validateTree()
422 TreeTy* getRight(TreeTy* T) const { return T->getRight(); }
494 TreeTy *LR = getRight(L);
502 TreeTy *LRR = getRight(LR);
511 TreeTy *RR = getRight(R);
519 TreeTy *RLR = getRight(RL);
583 return getRight(T);
[all …]
/freebsd-14.2/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()