/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | ObjCNoReturn.cpp | 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) { in isSubclass() 34 SmallVector<IdentifierInfo*, 3> II; in ObjCNoReturn() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 144 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in AddDecl() local 169 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in InsertDeclAfter() local 210 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in RemoveDecl() local 229 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in begin() local 294 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in tryAddTopLevelDecl() local 369 void IdentifierResolver::readingIdentifier(IdentifierInfo &II) { in readingIdentifier() 374 void IdentifierResolver::updatingIdentifier(IdentifierInfo &II) { in updatingIdentifier()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | error-implicit-property.m | 14 @interface II @end interface 16 @implementation II implementation
|
H A D | error-property-gc-attr.m | 7 __weak id II; field
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A 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 359 CallSite(InvokeInst *II) : Base(II) {} in CallSite() 360 CallSite(Instruction *II) : Base(II) {} in CallSite() 378 ImmutableCallSite(const InvokeInst *II) : Base(II) {} in ImmutableCallSite() 379 ImmutableCallSite(const Instruction *II) : Base(II) {} in ImmutableCallSite()
|
H A D | InstIterator.h | 51 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() 55 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreRegisterInfo.cpp | 62 static void InsertFPImmInst(MachineBasicBlock::iterator II, in InsertFPImmInst() 93 static void InsertFPConstInst(MachineBasicBlock::iterator II, in InsertFPConstInst() 129 static void InsertSPImmInst(MachineBasicBlock::iterator II, in InsertSPImmInst() 162 static void InsertSPConstInst(MachineBasicBlock::iterator II, in InsertSPConstInst() 261 XCoreRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() 62 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective() 147 IdentifierInfo *II = MI->getReplacementToken(0).getIdentifierInfo(); in isTrivialSingleTokenExpansion() local 858 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature() 1014 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension() 1064 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 1170 static bool EvaluateHasInclude(Token &Tok, IdentifierInfo *II, in EvaluateHasInclude() 1178 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext() 1208 IdentifierInfo *II, Preprocessor &PP) { in EvaluateBuildingModule() 1252 IdentifierInfo *II = Tok.getIdentifierInfo(); in ExpandBuiltinMacro() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A 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
|
H A D | InlineFunction.cpp | 59 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, in InlineFunction() 74 InvokeInliningInfo(InvokeInst *II) in InvokeInliningInfo() 209 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke() local 236 static void HandleInlinedInvoke(InvokeInst *II, BasicBlock *FirstNewBlock, in HandleInlinedInvoke() 250 if (InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) in HandleInlinedInvoke() local 799 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(U)) { in isUsedByLifetimeMarker() local 935 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local 948 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local 1191 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) in InlineFunction() local 1243 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local [all …]
|
H A D | LowerInvoke.cpp | 57 if (InvokeInst *II = dyn_cast<InvokeInst>(BB->getTerminator())) { in runOnFunction() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ |
H A D | mismatch.pass.cpp | 31 typedef input_iterator<const int*> II; in main() typedef
|
H A D | mismatch_pred.pass.cpp | 37 typedef input_iterator<const int*> II; in main() typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 192 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(i); in getFirstNonPHIOrDbgOrLifetime() local 303 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) { in removePredecessor() local 357 for (BasicBlock::iterator II = Successor->begin(); in splitBasicBlock() local 379 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NSErrorChecker.cpp | 42 mutable IdentifierInfo *II; member in __anon7bb2edc10111::NSErrorMethodChecker 89 mutable IdentifierInfo *II; member in __anon7bb2edc10211::CFErrorFunctionChecker 282 static bool IsNSError(QualType T, IdentifierInfo *II) { in IsNSError() 303 static bool IsCFError(QualType T, IdentifierInfo *II) { in IsCFError()
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A 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
|
/minix3/external/bsd/llvm/dist/clang/examples/analyzer-plugin/ |
H A D | MainCallChecker.cpp | 28 IdentifierInfo *II = FD->getIdentifier(); in checkPreStmt() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 210 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitLeafMatchCode() local 324 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() local 613 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitResultLeafAsOperand() local 687 CodeGenInstruction &II = CGT.getInstruction(Op); in mayInstNodeLoadOrStore() local 716 CodeGenInstruction &II = CGT.getInstruction(Op); in EmitResultInstructionAsOperand() local 974 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator()); in EmitResultCode() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 30 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0); in getStandardSelLoc() local 38 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); in getStandardSelLoc() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 216 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&CI); in visitCallInst() local 1030 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(BCI)) { in visitCallInst() local 1143 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { in visitInvokeInst() 1207 IntrinsicInst *II = dyn_cast<IntrinsicInst>(U); in FindInitTrampolineFromAlloca() local 1241 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) in FindInitTrampolineFromBB() local 1333 if (IntrinsicInst *II = FindInitTrampoline(Callee)) in visitCallSite() local 1424 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) in transformConstExprCastCall() local 1595 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local 1620 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local 1780 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformCallThroughTrampoline() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 426 void PPCRegisterInfo::lowerCRSpilling(MachineBasicBlock::iterator II, in lowerCRSpilling() 470 void PPCRegisterInfo::lowerCRRestore(MachineBasicBlock::iterator II, in lowerCRRestore() 543 void PPCRegisterInfo::lowerCRBitSpilling(MachineBasicBlock::iterator II, in lowerCRBitSpilling() 586 void PPCRegisterInfo::lowerCRBitRestore(MachineBasicBlock::iterator II, in lowerCRBitRestore() 633 void PPCRegisterInfo::lowerVRSAVESpilling(MachineBasicBlock::iterator II, in lowerVRSAVESpilling() 658 void PPCRegisterInfo::lowerVRSAVERestore(MachineBasicBlock::iterator II, in lowerVRSAVERestore() 736 PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 332 IdentifierInfo *const II; variable 335 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() 452 IdentifierInfo *&II = Entry.second; in get() local 474 IdentifierInfo &II = get(Name); in get() local 489 IdentifierInfo *&II = Entry.second; in getOwn() local 613 Selector(IdentifierInfo *II, unsigned nArgs) { in Selector()
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 87 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(I)) in ComputeHash() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 137 for (StringMap<std::string>::const_iterator II = I->second.begin(), in parse() local 152 StringMap<Entry>::const_iterator II = I->second.find(Category); in inSection() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcRegisterInfo.cpp | 96 MachineBasicBlock::iterator II, in replaceFI() 152 SparcRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|