Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 1835) 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_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_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_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 …]
/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 …]
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 …]
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 …]
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_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 …]
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 …]
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/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 …]
DAliasSetTracker.cpp126 void AliasSet::addUnknownInst(Instruction *I, AliasAnalysis &AA) { in addUnknownInst()
162 for (iterator I = begin(), E = end(); I != E; ++I) in aliasesPointer() local
190 for (iterator I = begin(), E = end(); I != E; ++I) in aliasesUnknownInst() local
200 for (PointerMapType::iterator I = PointerMap.begin(), E = PointerMap.end(); in clear() local
219 for (iterator I = begin(), E = end(); I != E;) { in findAliasSetForPointer() local
238 for (const_iterator I = begin(), E = end(); I != E; ++I) in containsPointer() local
245 for (const_iterator I = begin(), E = end(); I != E; ++I) in containsUnknown() local
253 for (iterator I = begin(), E = end(); I != E;) { in findAliasSetForUnknownInst() local
363 bool AliasSetTracker::add(Instruction *I) { in add()
375 for (auto &I : BB) in add() 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/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/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/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/IR/
DAttributes.cpp505 for (iterator I = begin(), E = end(); I != E; ++I) in hasAttribute() local
512 for (iterator I = begin(), E = end(); I != E; ++I) in hasAttribute() local
519 for (iterator I = begin(), E = end(); I != E; ++I) in getAttribute() local
526 for (iterator I = begin(), E = end(); I != E; ++I) in getAttribute() local
533 for (iterator I = begin(), E = end(); I != E; ++I) in getAlignment() local
540 for (iterator I = begin(), E = end(); I != E; ++I) in getStackAlignment() local
547 for (iterator I = begin(), E = end(); I != E; ++I) in getDereferenceableBytes() local
554 for (iterator I = begin(), E = end(); I != E; ++I) in getDereferenceableOrNullBytes() local
562 for (iterator I = begin(), E = end(); I != E; ++I) { in getAsString() local
575 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) { in Raw() local
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp60 for (TargetRegisterInfo::regclass_iterator I = TRI->regclass_begin(), in ResourcePriorityQueue() local
72 for (SUnit::pred_iterator I = SU->Preds.begin(), E = SU->Preds.end(); in numberRCValPredInSU() local
110 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end(); in numberRCValSuccInSU() local
147 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end(); in numberCtrlDepsInSU() local
157 for (SUnit::pred_iterator I = SU->Preds.begin(), E = SU->Preds.end(); in numberCtrlPredInSU() local
217 for (SUnit::const_pred_iterator I = SU->Preds.begin(), E = SU->Preds.end(); in getSingleUnscheduledPred() local
235 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end(); in push() local
274 for (SUnit::const_succ_iterator I = Packet[i]->Succs.begin(), in isResourceAvailable() local
367 for (TargetRegisterInfo::regclass_iterator I = TRI->regclass_begin(), in regPressureDelta() local
374 for (TargetRegisterInfo::regclass_iterator I = TRI->regclass_begin(), in regPressureDelta() local
[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/llvm/lib/Transforms/Scalar/
DSCCP.cpp272 DenseMap<Value*, LatticeVal>::const_iterator I = ValueState.find(V); in getLatticeValueFor() local
373 std::pair<DenseMap<Value*, LatticeVal>::iterator, bool> I = in getValueState() local
399 bool> I = StructValueState.insert( in getStructValueState() local
436 for (BasicBlock::iterator I = Dest->begin(); in markEdgeExecutable() local
456 void OperandChangedState(Instruction *I) { in OperandChangedState()
482 void visitLandingPadInst(LandingPadInst &I) { markAnythingOverdefined(&I); } in visitLandingPadInst()
495 void visitCallInst (CallInst &I) { in visitCallInst()
503 void visitResumeInst (TerminatorInst &I) { /*returns void*/ } in visitResumeInst()
504 void visitUnreachableInst(TerminatorInst &I) { /*returns void*/ } in visitUnreachableInst()
505 void visitFenceInst (FenceInst &I) { /*returns void*/ } in visitFenceInst()
[all …]

12345678910>>...74