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.h239 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, argument
251 NumRegs = NR;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java863 NR(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/lib/Sema/
H A DSemaDecl.cpp5224 QualType NR = R; local
5225 while (NR->isPointerType()) {
5226 if (NR->isFunctionPointerType()) {
5231 NR = NR->getPointeeType();
H A DSemaDeclCXX.cpp192 FunctionProtoType::NoexceptResult NR = local
194 assert(NR != FunctionProtoType::NR_NoNoexcept &&
196 assert(NR != FunctionProtoType::NR_Dependent &&
201 if (NR == FunctionProtoType::NR_Throw) {

Completed in 338 milliseconds