Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 2388) sorted by relevance

12345678910>>...96

/external/llvm/include/llvm/IR/
DInstVisitor.h114 RetTy visit(Instruction *I) { return visit(*I); } in visit()
118 RetTy visit(Instruction &I) { in visit()
166 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);} in visitReturnInst()
167 RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);} in visitBranchInst()
168 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);} in visitSwitchInst()
169 RetTy visitIndirectBrInst(IndirectBrInst &I) { DELEGATE(TerminatorInst);} in visitIndirectBrInst()
170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} in visitResumeInst()
171 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);} in visitUnreachableInst()
172 RetTy visitCleanupReturnInst(CleanupReturnInst &I) { DELEGATE(TerminatorInst);} in visitCleanupReturnInst()
173 RetTy visitCatchReturnInst(CatchReturnInst &I) { DELEGATE(TerminatorInst); } in visitCatchReturnInst()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstVisitor.h111 RetTy visit(Instruction *I) { return visit(*I); } in visit()
115 RetTy visit(Instruction &I) { in visit()
160 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);} in visitReturnInst()
161 RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);} in visitBranchInst()
162 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);} in visitSwitchInst()
163 RetTy visitIndirectBrInst(IndirectBrInst &I) { DELEGATE(TerminatorInst);} in visitIndirectBrInst()
164 RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(TerminatorInst);} in visitInvokeInst()
165 RetTy visitUnwindInst(UnwindInst &I) { DELEGATE(TerminatorInst);} in visitUnwindInst()
166 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} in visitResumeInst()
167 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);} in visitUnreachableInst()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
Dget_long_double_zh_CN.pass.cpp67 typedef input_iterator<const char*> I; in main() typedef
78 typedef input_iterator<const char*> I; in main() typedef
89 typedef input_iterator<const char*> I; in main() typedef
100 typedef input_iterator<const char*> I; in main() typedef
111 typedef input_iterator<const char*> I; in main() typedef
122 typedef input_iterator<const char*> I; in main() typedef
134 typedef input_iterator<const char*> I; in main() typedef
146 typedef input_iterator<const char*> I; in main() typedef
158 typedef input_iterator<const char*> I; in main() typedef
170 typedef input_iterator<const char*> I; in main() typedef
[all …]
Dget_string_en_US.pass.cpp64 typedef input_iterator<const char*> I; in main() typedef
75 typedef input_iterator<const char*> I; in main() typedef
86 typedef input_iterator<const char*> I; in main() typedef
97 typedef input_iterator<const char*> I; in main() typedef
108 typedef input_iterator<const char*> I; in main() typedef
119 typedef input_iterator<const char*> I; in main() typedef
131 typedef input_iterator<const char*> I; in main() typedef
143 typedef input_iterator<const char*> I; in main() typedef
155 typedef input_iterator<const char*> I; in main() typedef
167 typedef input_iterator<const char*> I; in main() typedef
[all …]
Dget_long_double_fr_FR.pass.cpp66 typedef input_iterator<const char*> I; in main() typedef
77 typedef input_iterator<const char*> I; in main() typedef
88 typedef input_iterator<const char*> I; in main() typedef
99 typedef input_iterator<const char*> I; in main() typedef
110 typedef input_iterator<const char*> I; in main() typedef
122 typedef input_iterator<const char*> I; in main() typedef
134 typedef input_iterator<const char*> I; in main() typedef
145 typedef input_iterator<const char*> I; in main() typedef
157 typedef input_iterator<const char*> I; in main() typedef
168 typedef input_iterator<const char*> I; in main() typedef
[all …]
Dget_long_double_en_US.pass.cpp64 typedef input_iterator<const char*> I; in main() typedef
75 typedef input_iterator<const char*> I; in main() typedef
86 typedef input_iterator<const char*> I; in main() typedef
97 typedef input_iterator<const char*> I; in main() typedef
108 typedef input_iterator<const char*> I; in main() typedef
119 typedef input_iterator<const char*> I; in main() typedef
131 typedef input_iterator<const char*> I; in main() typedef
143 typedef input_iterator<const char*> I; in main() typedef
155 typedef input_iterator<const char*> I; in main() typedef
167 typedef input_iterator<const char*> I; in main() typedef
[all …]
Dget_long_double_ru_RU.pass.cpp72 typedef input_iterator<const char*> I; in main() typedef
83 typedef input_iterator<const char*> I; in main() typedef
94 typedef input_iterator<const char*> I; in main() typedef
105 typedef input_iterator<const char*> I; in main() typedef
116 typedef input_iterator<const char*> I; in main() typedef
127 typedef input_iterator<const char*> I; in main() typedef
139 typedef input_iterator<const char*> I; in main() typedef
151 typedef input_iterator<const char*> I; in main() typedef
163 typedef input_iterator<const char*> I; in main() typedef
175 typedef input_iterator<const char*> I; in main() typedef
[all …]
/external/clang/test/SemaCXX/
Dcdtor-fn-try-block.cpp6 int I; member
20 int I; member
33 static int I; member
42 int D::I; member in D
45 int I; member
62 static int I; member
65 int F::I; member in F
84 int I = E; // ok local
88 struct I { struct
91 I() { in I() argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h61 MapTy::iterator I = Map.find(D); in findOrInsertSummary() local
72 MapTy::iterator I = findOrInsertSummary(D); in markMayInline() local
78 MapTy::iterator I = findOrInsertSummary(D); in markShouldNotInline() local
88 MapTy::const_iterator I = Map.find(D); in mayInline() local
95 MapTy::iterator I = findOrInsertSummary(D); in markVisitedBasicBlock() local
106 MapTy::const_iterator I = Map.find(D); in getNumVisitedBasicBlocks() local
113 MapTy::const_iterator I = Map.find(D); in getNumTimesInlined() local
120 MapTy::iterator I = findOrInsertSummary(D); in bumpNumTimesInlined() local
126 MapTy::const_iterator I = Map.find(D); in getPercentBlocksReachable() local
/external/clang/test/OpenMP/
Ddistribute_simd_loop_messages.cpp475 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
481 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
486 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
492 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
498 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
504 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
510 for (GoodIter I(1,2); I < end; ++I) in test_with_random_access_iterator() local
537 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
543 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
549 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dsimd_loop_messages.cpp367 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
371 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
374 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
378 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
382 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
386 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
390 for (GoodIter I(1,2); I < end; ++I) in test_with_random_access_iterator() local
407 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
411 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
415 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dtarget_parallel_for_loop_messages.cpp377 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
381 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
384 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
388 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
392 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
396 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
400 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
419 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
423 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
427 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dtaskloop_loop_messages.cpp451 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
456 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
460 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
465 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
470 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
475 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
480 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
504 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
509 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
514 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dparallel_for_loop_messages.cpp377 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
381 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
384 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
388 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
392 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
396 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
400 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
419 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
423 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
427 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dfor_simd_loop_messages.cpp432 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
437 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
441 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
446 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
451 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
456 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
461 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
485 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
490 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
495 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dtarget_parallel_for_simd_loop_messages.cpp377 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
381 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
384 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
388 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
392 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
396 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
400 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
419 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
423 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
427 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dparallel_for_simd_loop_messages.cpp378 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
382 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
385 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
389 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
393 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
397 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
401 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
420 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
424 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
428 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dtaskloop_simd_loop_messages.cpp452 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
457 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
461 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
466 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
471 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
476 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
481 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
505 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
510 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
515 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Ddistribute_parallel_for_simd_loop_messages.cpp482 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
488 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
493 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
499 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
505 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
511 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
517 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
546 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
552 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
558 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp42 for (Module::lib_iterator I = M->lib_begin(), E = M->lib_end(); I != E; ++I) in CloneModule() local
49 for (Module::const_global_iterator I = M->global_begin(), E = M->global_end(); in CloneModule() local
63 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { in CloneModule() local
72 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); in CloneModule() local
84 for (Module::const_global_iterator I = M->global_begin(), E = M->global_end(); in CloneModule() local
93 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { in CloneModule() local
109 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); in CloneModule() local
117 for (Module::const_named_metadata_iterator I = M->named_metadata_begin(), in CloneModule() local
/external/clang/test/SemaObjC/
Dno-ivar-in-interface-block.m4 @interface I interface
14 @interface I() interface in int
21 @interface I() interface in int
27 @implementation I implementation
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineWorklist.h38 void Add(Instruction *I) { in Add()
46 if (Instruction *I = dyn_cast<Instruction>(V)) in AddValue() local
59 Instruction *I = List[NumEntries-1]; in AddInitialGroup() local
66 void Remove(Instruction *I) { in Remove()
77 Instruction *I = Worklist.back(); in RemoveOne() local
87 void AddUsersToWorkList(Instruction &I) { in AddUsersToWorkList()
/external/clang/test/Parser/
Dobjc-error-qualified-implementation.m7 @interface I @end interface
9 @implementation I<P> @end // expected-error {{@implementation declaration cannot be protocol qualif… implementation
24 @implementation I (Cat) <P> // expected-error {{@implementation declaration cannot be protocol qua… implementation in Cat
28 @implementation I (Cat1) <P // expected-error {{@implementation declaration cannot be protocol qual… implementation in Cat1
/external/llvm/lib/Analysis/
DLint.cpp204 Instruction &I = *CS.getInstruction(); in visitCallSite() local
351 void Lint::visitCallInst(CallInst &I) { in visitCallInst()
355 void Lint::visitInvokeInst(InvokeInst &I) { in visitInvokeInst()
359 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst()
372 void Lint::visitMemoryReference(Instruction &I, in visitMemoryReference()
463 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst()
469 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst()
476 void Lint::visitXor(BinaryOperator &I) { in visitXor()
481 void Lint::visitSub(BinaryOperator &I) { in visitSub()
486 void Lint::visitLShr(BinaryOperator &I) { in visitLShr()
[all …]
/external/llvm/lib/IR/
DLLVMContextImpl.cpp62 for (auto *I : DistinctMDNodes) in ~LLVMContextImpl() local
84 for (auto *I : ExprConstants) in ~LLVMContextImpl() local
86 for (auto *I : ArrayConstants) in ~LLVMContextImpl() local
88 for (auto *I : StructConstants) in ~LLVMContextImpl() local
90 for (auto *I : VectorConstants) in ~LLVMContextImpl() local
108 for (FoldingSetIterator<AttributeImpl> I = AttrsSet.begin(), in ~LLVMContextImpl() local
115 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl() local
122 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl() local
149 for (auto I = ArrayConstants.begin(), E = ArrayConstants.end(); I != E;) { in dropTriviallyDeadConstantArrays() local
210 auto I = BundleTagCache.find(Tag); in getOperandBundleTagID() local

12345678910>>...96