| /external/clang/lib/Sema/ |
| D | IdentifierResolver.cpp | 141 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in AddDecl() local 166 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in InsertDeclAfter() local 207 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in RemoveDecl() local 226 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in begin() local 291 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in tryAddTopLevelDecl() local 366 void IdentifierResolver::readingIdentifier(IdentifierInfo &II) { in readingIdentifier() 371 void IdentifierResolver::updatingIdentifier(IdentifierInfo &II) { in updatingIdentifier()
|
| /external/clang/lib/Analysis/ |
| D | ObjCNoReturn.cpp | 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) { in isSubclass() 34 SmallVector<IdentifierInfo*, 3> II; in ObjCNoReturn() local
|
| /external/llvm/include/llvm/IR/ |
| D | CallSite.h | 52 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase() 53 CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase() 61 if (InstrTy *II = dyn_cast<InstrTy>(V)) { in get() local 340 CallSite(InvokeInst *II) : Base(II) {} in CallSite() 341 CallSite(Instruction *II) : Base(II) {} in CallSite() 359 ImmutableCallSite(const InvokeInst *II) : Base(II) {} in ImmutableCallSite() 360 ImmutableCallSite(const Instruction *II) : Base(II) {} in ImmutableCallSite()
|
| D | InstIterator.h | 51 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() 55 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator()
|
| /external/clang/test/SemaObjC/ |
| D | error-implicit-property.m | 14 @interface II @end interface 16 @implementation II implementation
|
| D | error-property-gc-attr.m | 7 __weak id II; field
|
| /external/clang/lib/Lex/ |
| D | PPMacroExpansion.cpp | 45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() 59 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective() 140 IdentifierInfo *II = MI->getReplacementToken(0).getIdentifierInfo(); in isTrivialSingleTokenExpansion() local 851 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature() 1003 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension() 1052 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 1157 static bool EvaluateHasInclude(Token &Tok, IdentifierInfo *II, in EvaluateHasInclude() 1165 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext() 1186 IdentifierInfo *II, Preprocessor &PP) { in EvaluateBuildingModule() 1230 IdentifierInfo *II = Tok.getIdentifierInfo(); in ExpandBuiltinMacro() local
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreRegisterInfo.cpp | 61 static void InsertFPImmInst(MachineBasicBlock::iterator II, in InsertFPImmInst() 92 static void InsertFPConstInst(MachineBasicBlock::iterator II, in InsertFPConstInst() 128 static void InsertSPImmInst(MachineBasicBlock::iterator II, in InsertSPImmInst() 161 static void InsertSPConstInst(MachineBasicBlock::iterator II, in InsertSPConstInst() 260 XCoreRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 39 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, in InlineFunction() 54 InvokeInliningInfo(InvokeInst *II) in InvokeInliningInfo() 189 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke() local 216 static void HandleInlinedInvoke(InvokeInst *II, BasicBlock *FirstNewBlock, in HandleInlinedInvoke() 230 if (InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) in HandleInlinedInvoke() local 411 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(U)) { in isUsedByLifetimeMarker() local 561 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local 574 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local 800 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) in InlineFunction() local 851 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local [all …]
|
| D | DemoteRegToStack.cpp | 83 InvokeInst &II = cast<InvokeInst>(I); in DemoteRegToStack() local 129 if (InvokeInst *II = dyn_cast<InvokeInst>(P->getIncomingValue(i))) { in DemotePHIToStack() local
|
| D | LowerInvoke.cpp | 57 if (InvokeInst *II = dyn_cast<InvokeInst>(BB->getTerminator())) { in runOnFunction() local
|
| /external/llvm/lib/IR/ |
| D | BasicBlock.cpp | 164 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(i); in getFirstNonPHIOrDbgOrLifetime() local 275 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) { in removePredecessor() local 329 for (BasicBlock::iterator II = Successor->begin(); in splitBasicBlock() local 351 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | NSErrorChecker.cpp | 42 mutable IdentifierInfo *II; member in __anon36edbe470111::NSErrorMethodChecker 89 mutable IdentifierInfo *II; member in __anon36edbe470211::CFErrorFunctionChecker 282 static bool IsNSError(QualType T, IdentifierInfo *II) { in IsNSError() 303 static bool IsCFError(QualType T, IdentifierInfo *II) { in IsCFError()
|
| /external/llvm/lib/TableGen/ |
| D | SetTheory.cpp | 80 IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]); in apply() local 175 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[3])) { in apply() local 189 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1])) in apply() local 196 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[2])) in apply() local
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherGen.cpp | 212 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitLeafMatchCode() local 326 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() local 615 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitResultLeafAsOperand() local 689 CodeGenInstruction &II = CGT.getInstruction(Op); in mayInstNodeLoadOrStore() local 718 CodeGenInstruction &II = CGT.getInstruction(Op); in EmitResultInstructionAsOperand() local 961 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator()); in EmitResultCode() local
|
| /external/clang/include/clang/Basic/ |
| D | IdentifierTable.h | 329 IdentifierInfo *const II; variable 332 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() 450 IdentifierInfo *II = Entry.getValue(); in get() local 476 IdentifierInfo &II = get(Name); in get() local 492 IdentifierInfo *II = Entry.getValue(); in getOwn() local 610 Selector(IdentifierInfo *II, unsigned nArgs) { in Selector()
|
| /external/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 161 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) in GetLocation() local 380 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) in getPointerDependencyFrom() local 390 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) { in getPointerDependencyFrom() local 585 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(QueryInst)) in getDependency() local 1500 for (NonLocalDepInfo::const_iterator II = Val.begin(), E = Val.end(); in verifyRemoved() local 1509 for (NonLocalDepInfo::const_iterator II = INLD.first.begin(), in verifyRemoved() local 1517 for (SmallPtrSet<Instruction*, 4>::const_iterator II = I->second.begin(), in verifyRemoved() local 1526 for (SmallPtrSet<Instruction*, 4>::const_iterator II = I->second.begin(), in verifyRemoved() local 1536 for (SmallPtrSet<ValueIsLoadPair, 4>::const_iterator II = I->second.begin(), in verifyRemoved() local
|
| D | CodeMetrics.cpp | 29 for (BasicBlock::const_iterator II = BB->begin(), E = BB->end(); in analyzeBasicBlock() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 770 const MCInstrDesc &II = TII.get(TargetOpcode::DBG_VALUE); in SelectCall() local 1326 unsigned FastISel::constrainOperandRegClass(const MCInstrDesc &II, in constrainOperandRegClass() 1346 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_() local 1355 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_r() local 1377 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rr() local 1402 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rrr() local 1429 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_ri() local 1453 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rii() local 1478 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rf() local 1502 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rri() local [all …]
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfo.cpp | 390 void PPCRegisterInfo::lowerCRSpilling(MachineBasicBlock::iterator II, in lowerCRSpilling() 434 void PPCRegisterInfo::lowerCRRestore(MachineBasicBlock::iterator II, in lowerCRRestore() 507 void PPCRegisterInfo::lowerCRBitSpilling(MachineBasicBlock::iterator II, in lowerCRBitSpilling() 550 void PPCRegisterInfo::lowerCRBitRestore(MachineBasicBlock::iterator II, in lowerCRBitRestore() 597 void PPCRegisterInfo::lowerVRSAVESpilling(MachineBasicBlock::iterator II, in lowerVRSAVESpilling() 622 void PPCRegisterInfo::lowerVRSAVERestore(MachineBasicBlock::iterator II, in lowerVRSAVERestore() 697 PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|
| /external/clang/lib/AST/ |
| D | SelectorLocationsKind.cpp | 30 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0); in getStandardSelLoc() local 38 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); in getStandardSelLoc() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 215 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&CI); in visitCallInst() local 976 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(BCI)) { in visitCallInst() local 1004 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { in visitInvokeInst() 1060 IntrinsicInst *II = dyn_cast<IntrinsicInst>(U); in FindInitTrampolineFromAlloca() local 1094 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) in FindInitTrampolineFromBB() local 1186 if (IntrinsicInst *II = FindInitTrampoline(Callee)) in visitCallSite() local 1273 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) in transformConstExprCastCall() local 1435 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local 1460 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local 1614 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformCallThroughTrampoline() local
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcRegisterInfo.cpp | 96 MachineBasicBlock::iterator II, in replaceFI() 152 SparcRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|
| /external/llvm/lib/Support/ |
| D | SpecialCaseList.cpp | 149 for (StringMap<std::string>::const_iterator II = I->second.begin(), in parse() local 164 StringMap<Entry>::const_iterator II = I->second.find(Category); in inSection() local
|
| /external/clang/examples/analyzer-plugin/ |
| D | MainCallChecker.cpp | 28 IdentifierInfo *II = FD->getIdentifier(); in checkPreStmt() local
|