Searched defs:NR (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Support/
H A DIntervalMap.cpp39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
45 return NR;
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l); local
69 path[l] = Entry(NR, NR
[all...]
/external/clang/test/Analysis/
H A Ddtor.cpp470 struct NR { struct in namespace:NoReturn
471 ~NR() __attribute__((noreturn));
475 NR nr;
485 if (! x) NR();
/external/llvm/include/llvm/ADT/
H A Dilist.h177 ilist_iterator(reference NR) : NodePtr(&NR) {} argument
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h244 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, argument
258 NumRegs = NR;
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp493 LiveRange::Segment NR = LiveRange::Segment(MX, EX, VN); local
494 LID.addSegment(NR);
495 DEBUG(dbgs() << "added a new segment " << NR << "\n " << LID << "\n");
916 unsigned NR = std::distance(I, MI->memoperands_end()); local
917 MachineInstr::mmo_iterator MemRefs = MF.allocateMemRefsArray(NR);
918 for (unsigned i = 0; i < NR; ++i)
920 MB.setMemRefs(MemRefs, MemRefs+NR);
/external/clang/lib/Sema/
H A DSemaDecl.cpp5488 QualType NR = R; local
5489 while (NR->isPointerType()) {
5490 if (NR->isFunctionPointerType()) {
5495 NR = NR->getPointeeType();
H A DSemaDeclCXX.cpp193 FunctionProtoType::NoexceptResult NR = local
195 assert(NR != FunctionProtoType::NR_NoNoexcept &&
197 assert(NR != FunctionProtoType::NR_Dependent &&
202 if (NR == FunctionProtoType::NR_Throw) {

Completed in 385 milliseconds