Home
last modified time | relevance | path

Searched defs:NR (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DIntervalMap.cpp40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local
65 NodeRef NR = subtree(l); in moveLeft() local
90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local
110 NodeRef NR = subtree(l); in moveRight() local
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h67 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA) { in InitMCRegisterInfo()
/external/llvm/include/llvm/ADT/
DIntervalMap.h1136 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1434 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1602 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1631 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp153 FunctionProtoType::NoexceptResult NR = Proto->getNoexceptSpec(*Context); in CalledDecl() local