Home
last modified time | relevance | path

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

12345678910>>...74

/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 …]
DIntrinsicInst.h49 static inline bool classof(const CallInst *I) { in classof()
65 static inline bool classof(const IntrinsicInst *I) { in classof()
100 static inline bool classof(const IntrinsicInst *I) { in classof()
133 static inline bool classof(const IntrinsicInst *I) { in classof()
204 static inline bool classof(const IntrinsicInst *I) { in classof()
235 static inline bool classof(const IntrinsicInst *I) { in classof()
269 static inline bool classof(const IntrinsicInst *I) { in classof()
284 static inline bool classof(const IntrinsicInst *I) { in classof()
297 static inline bool classof(const IntrinsicInst *I) { in classof()
309 static inline bool classof(const IntrinsicInst *I) { in classof()
[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_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 …]
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_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 …]
/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/test/OpenMP/
Dsimd_loop_messages.cpp365 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
369 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
372 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
376 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
380 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
384 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
388 for (GoodIter I(1,2); I < end; ++I) in test_with_random_access_iterator() local
405 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
409 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
413 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dfor_simd_loop_messages.cpp430 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
435 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
439 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
444 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
449 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
454 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
459 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
483 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
488 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
493 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dparallel_for_simd_loop_messages.cpp376 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
380 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
383 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
387 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
391 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
395 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
399 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
418 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
422 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
426 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dtaskloop_simd_loop_messages.cpp450 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
455 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
459 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
464 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
469 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
474 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
479 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
503 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
508 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
513 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dparallel_for_loop_messages.cpp375 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
379 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
386 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
390 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
394 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
398 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
417 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
421 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
425 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dfor_loop_messages.cpp448 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
453 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
462 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
467 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
472 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
477 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
501 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
506 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
511 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
Dtaskloop_loop_messages.cpp449 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local
454 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local
458 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local
463 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local
468 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local
473 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local
478 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local
502 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local
507 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local
512 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local
[all …]
/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/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/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/clang/lib/Basic/
DModule.cpp52 for (submodule_iterator I = submodule_begin(), IEnd = submodule_end(); in ~Module() local
87 for (unsigned I = 0, N = Current->Requirements.size(); I != N; ++I) { in isAvailable() local
131 for (SmallVectorImpl<StringRef>::reverse_iterator I = Names.rbegin(), in getFullModuleName() local
162 I = TopHeaderNames.begin(), E = TopHeaderNames.end(); I != E; ++I) { in getTopHeaders() local
234 for (unsigned I = 0, N = Id.size(); I != N; ++I) { in printModuleId() local
243 for (std::vector<Module *>::const_iterator I = SubModules.begin(), in getExportedModules() local
255 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in getExportedModules() local
283 for (unsigned I = 0, N = Imports.size(); I != N; ++I) { in getExportedModules() local
342 for (unsigned I = 0, N = Requirements.size(); I != N; ++I) { in print() local
369 for (unsigned I = 0, N = ConfigMacros.size(); I != N; ++I) { in print() local
[all …]
/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/Transforms/Utils/
DCloneModule.cpp53 for (Module::const_global_iterator I = M->global_begin(), E = M->global_end(); in CloneModule() local
67 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { in CloneModule() local
76 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); in CloneModule() local
110 for (Module::const_global_iterator I = M->global_begin(), E = M->global_end(); in CloneModule() local
124 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { in CloneModule() local
148 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); in CloneModule() local
159 for (Module::const_named_metadata_iterator I = M->named_metadata_begin(), in CloneModule() local
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp85 I = N->instr_begin(), E = N->instr_end(); I != E; ++I) in addNodeToList() local
142 instr_iterator I = instr_begin(), E = instr_end(); in getFirstNonPHI() local
151 MachineBasicBlock::SkipPHIsAndLabels(MachineBasicBlock::iterator I) { in SkipPHIsAndLabels()
163 iterator B = begin(), E = end(), I = E; in getFirstTerminator() local
172 instr_iterator B = instr_begin(), E = instr_end(), I = E; in getFirstInstrTerminator() local
182 iterator I = begin(), E = end(); in getFirstNonDebugInstr() local
190 instr_iterator B = instr_begin(), I = instr_end(); in getLastNonDebugInstr() local
206 for (const_succ_iterator I = succ_begin(), E = succ_end(); I != E; ++I) in getLandingPadSuccessor() local
213 for (const_succ_iterator I = succ_begin(), E = succ_end(); I != E; ++I) in hasEHPadSuccessor() local
305 for (const_instr_iterator I = instr_begin(); I != instr_end(); ++I) { in print() local
[all …]
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h48 void Add(Instruction *I) { in Add()
56 if (Instruction *I = dyn_cast<Instruction>(V)) in AddValue() local
76 void Remove(Instruction *I) { in Remove()
87 Instruction *I = Worklist.pop_back_val(); in RemoveOne() local
96 void AddUsersToWorkList(Instruction &I) { in AddUsersToWorkList()
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h71 if (auto *I = dyn_cast<LoadInst>(Inst)) in get() local
73 else if (auto *I = dyn_cast<StoreInst>(Inst)) in get() local
75 else if (auto *I = dyn_cast<VAArgInst>(Inst)) in get() local
77 else if (auto *I = dyn_cast<AtomicCmpXchgInst>(Inst)) in get() local
79 else if (auto *I = dyn_cast<AtomicRMWInst>(Inst)) in get() local
/external/clang/test/CodeGenObjC/
Ddebug-info-ivars-indirect.m14 @interface I interface
30 @interface I() interface in int
43 @interface I() interface in int
53 @interface I() interface in int

12345678910>>...74