Home
last modified time | relevance | path

Searched defs:getRight (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/llvm-diff/
HDDiffLog.cpp52 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
/trueos/contrib/llvm/include/llvm/ADT/
HDImmutableSet.h62 ImutAVLTree *getRight() const { return right; } in getRight() function
428 TreeTy* getRight(TreeTy* T) const { return T->getRight(); } in getRight() function