Searched defs:NI (Results 1 - 13 of 13) sorted by relevance

/external/libcxxabi/test/
H A Dtest_demangle.cpp29612 const unsigned NI = sizeof(invalid_cases) / sizeof(invalid_cases[0]); variable
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h35 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, argument
38 InstrNameIndices = NI;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp70 SDNodeIterator NI = SDNodeIterator::begin(TargetNode); local
71 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo());
72 return NI;
/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h126 iterator(LazyCallGraph &G, NodeVectorImplT::iterator NI, argument
128 : iterator_adaptor_base(NI), G(&G), E(E) {
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp257 Instruction *NI = InsertValueInst::Create(AI, EI, 0); local
258 NI->insertAfter(EI);
259 AI->replaceAllUsesWith(NI);
263 NI->setOperand(0, AI);
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp217 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); local
218 AddMatcher(new CheckOpcodeMatcher(NI));
H A DCodeGenDAGPatterns.cpp1642 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); local
1645 if (NI.getNumOperands() >= 0 &&
1646 getNumChildren() != (unsigned)NI.getNumOperands()) {
1648 itostr(NI.getNumOperands()) + " operands!");
1652 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp874 const ExplodedNode *NI = N; local
876 ProgramPoint ProgPoint = NI->getLocation();
889 NI = NI->getFirstPred();
890 } while (NI);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp447 NameSet::iterator NI = UsedNames.find(name); local
448 if (NI != UsedNames.end())
463 NameSet::iterator NI = UsedNames.find(name); local
464 if (NI != UsedNames.end())
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java841 NI(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2293 DeclarationNameInfo NI; local
2301 NI = DRE->getNameInfo();
2304 << NI.getName();
2311 NI = ULE->getNameInfo();
2314 << NI.getName();
2326 << NI.getName();
2337 << NI.getName() << ParamTy << Ty;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp607 Instruction *NI = Builder.CreateBr(ThisDef); local
608 (void) NI;
614 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n"); local
693 Instruction *NI = Builder.CreateBr(TheRealDest); local
694 (void) NI;
697 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n"); local
/external/clang/tools/libclang/
H A DCIndex.cpp2570 const DeclarationNameInfo &NI, const SourceRange &QLoc,
2576 const DeclarationName::NameKind Kind = NI.getName().getNameKind();
2584 Pieces.push_back(NI.getLoc());
2592 NI.getInfo().CXXOperatorName.BeginOpNameLoc));
2594 NI.getInfo().CXXOperatorName.EndOpNameLoc));
2569 buildPieces(unsigned NameFlags, bool IsMemberRefExpr, const DeclarationNameInfo &NI, const SourceRange &QLoc, const ASTTemplateArgumentListInfo *TemplateArgs = nullptr) argument

Completed in 7554 milliseconds