Searched defs:NR (Results 1 - 4 of 4) 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/llvm/include/llvm/MC/
H A DMCRegisterInfo.h230 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, argument
240 NumRegs = NR;
/external/llvm/include/llvm/ADT/
H A Dilist.h176 ilist_iterator(reference NR) : NodePtr(&NR) {} argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp171 FunctionProtoType::NoexceptResult NR = local
173 assert(NR != FunctionProtoType::NR_NoNoexcept &&
175 assert(NR != FunctionProtoType::NR_Dependent &&
180 if (NR == FunctionProtoType::NR_Throw) {

Completed in 736 milliseconds