Home
last modified time | relevance | path

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

12345678910>>...135

/llvm-project/clang/test/Sema/
H A Dcode_align.c29 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
33 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
38 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
42 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
46 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
50 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
55 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
59 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
63 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
68 for(int I=0; I<128; ++I) { bar(I); } in foo1() local
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-const.cpp42 for (int I = 0; I < N; ++I) { in memberFunctionsAndOperators() local
49 for (int I = 0; I < N; ++I) { in memberFunctionsAndOperators() local
56 for (int I = 0; I < N; ++I) { in memberFunctionsAndOperators() local
65 for (int I = 0; I < N; ++I) { in memberFunctionsAndOperators() local
72 for (int I = 0; I < N; ++I) { in memberFunctionsAndOperators() local
79 for (int I = 0; I < N; ++I) { in memberFunctionsAndOperators() local
89 for (int I = 0; I < N; ++I) { in usedAsParameterToFunctionOrOperator() local
96 for (int I = 0; I < N; ++I) { in usedAsParameterToFunctionOrOperator() local
104 for (int I = 0; I < N; ++I) { in usedAsParameterToFunctionOrOperator() local
111 for (int I = 0; I < N; ++I) { in usedAsParameterToFunctionOrOperator() local
[all …]
H A Dloop-convert-negative.cpp33 for (int I = 0; I < N + 1; ++I) in IndexStartAndEnd() local
36 for (int I = 0; I < N - 1; ++I) in IndexStartAndEnd() local
39 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
42 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
45 for (int I = 0;; ++I) in IndexStartAndEnd() local
51 for (int I = 0; I < N; --I) in increment() local
54 for (int I = 0; I < N; I) in increment() local
57 for (int I = 0; I < N;) in increment() local
60 for (int I = 0; I < N; I += 2) in increment() local
66 for (int I = 0; I < N; ++I) in IndexUse() local
[all …]
H A Dloop-convert-basic.cpp16 for (int I = 0; I < N; ++I) { in f() local
25 for (int I = 0; I < N; ++I) { in f() local
34 for (int I = 0; I < N; ++I) { f() local
43 for (int I = 0; I < N; ++I) { f() local
52 for (int I = 0; I < N; ++I) { f() local
59 for (int I = 0; I < N; ++I) { f() local
68 for (int I = 0; I < N; ++I) { f() local
75 for (int I = 0; I < NMinusOne + 1; ++I) { f() local
82 for (int I = 0; I < N; ++I) { f() local
93 for (int I = 0; I < N; ++I) { f() local
105 for (int I = 0; I < N; ++I) { f() local
112 for (int I = 0; N > I; ++I) { f() local
121 for (int I = 0; N != I; ++I) { f() local
130 for (int I = 0; I != N; ++I) { f() local
141 for (int I = 0; I < N; ++I) { constArray() local
149 for (int I = 0; I < N; ++I) { constArray() local
157 for (int I = 0; I < N; ++I) { constArray() local
165 for (int I = 0; I < N; ++I) { constArray() local
179 for (int I = 0; I < N; ++I) { implicitThis() local
186 for (int I = 0; I < N; ++I) { implicitThis() local
195 for (int I = 0; I < N; ++I) { explicitThis() local
202 for (int I = 0; I < N; ++I) { explicitThis() local
214 for (int I = 0; I < N; ++I) { implicitThis() local
221 for (int I = 0; I < N; ++I) { implicitThis() local
230 for (int I = 0; I < N; ++I) { explicitThis() local
237 for (int I = 0; I < N; ++I) { explicitThis() local
249 for (int I = 0; I < N; ++I) dependentExprBound() local
257 for (int I = 0; I < N; ++I) memberFunctionPointer() local
267 for (int I = 0; I < N; ++I) memberFunctionPointer() local
378 for (U::iterator I = Uu.begin(), E = Uu.end(); I != E; ++I) f() local
413 for (PtrSet<int *>::iterator I = Val_int_ptrs.begin(), f() local
427 for (TypedefDerefContainer<int>::iterator I = Int_ptrs.begin(), f() local
440 for (RValueDerefContainer<int>::iterator I = Container.begin(), f() local
448 for (dependent<Val *>::iterator I = Dpp.begin(), E = Dpp.end(); I != E; ++I) { f() local
455 for (dependent<Val *>::iterator I = Dpp.begin(), E = Dpp.end(); I != E; ++I) { f() local
554 for (iterator I = begin(), E = end(); I != E; ++I) doLoop() local
559 for (iterator I = C::begin(), E = C::end(); I != E; ++I) doLoop() local
564 for (iterator I = begin(), E = end(); I != E; ++I) { doLoop() local
569 for (iterator I = begin(); I != end(); ++I) doLoop() local
574 for (iterator I = begin(); I != end(); ++I) { doLoop() local
581 for (const_iterator I = begin(), E = end(); I != E; ++I) doLoop() local
586 for (const_iterator I = C::begin(), E = C::end(); I != E; ++I) doLoop() local
591 for (const_iterator I = begin(), E = end(); I != E; ++I) { doLoop() local
608 for (iterator I = begin(), E = end(); I != E; ++I) doLoop() local
630 for (int I = 0, E = V.size(); I < E; ++I) { f() local
639 for (int I = 0, E = V.size(); I < E; ++I) { f() local
648 for (int I = 0, E = Pv->size(); I < E; ++I) { f() local
661 for (int I = 0; I < Pv->size(); ++I) { f() local
670 for (int I = 0; I < Cv->size(); ++I) { f() local
679 for (int I = 0, E = V.size(); E > I; ++I) { f() local
688 for (int I = 0, E = V.size(); I != E; ++I) { f() local
697 for (int I = 0, E = V.size(); E != I; ++I) { f() local
706 for (int I = 0, E = VD.size(); E != I; ++I) { f() local
715 for (int I = 0, E = size(V); E != I; ++I) { f() local
724 for (int I = 0, E = size(V); E != I; ++I) { f() local
731 for (int I = 0, E = std::size(V); E != I; ++I) { f() local
739 for (int I = 0, E = length(V); E != I; ++I) { f() local
745 for (int I = 0, E = size(Vals); E != I; ++I) { f() local
756 for (int I = 0, E = Constv.size(); I < E; ++I) { constness() local
765 for (int I = 0, E = Constv.size(); I < E; ++I) { constness() local
774 for (int I = 0, E = Pconstv->size(); I < E; ++I) { constness() local
787 for (int I = 0; I < Pconstv->size(); ++I) { constness() local
801 for (int I = 0; I < ConstVRef.size(); ++I) { constRef() local
808 for (auto I = ConstVRef.begin(), E = ConstVRef.end(); I != E; ++I) { constRef() local
818 for (auto I = 0; I < V.size(); ++I) { noContainer() local
821 for (auto I = 0; I < V.size(); ++I) noContainer() local
853 for (unsigned I = 0, E = NBE.size(); I < E; ++I) NoBeginEndTest() local
857 for (unsigned I = 0, E = Const_NCBE.size(); I < E; ++I) NoBeginEndTest() local
861 for (unsigned I = 0, E = CBE.size(); I < E; ++I) NoBeginEndTest() local
868 for (unsigned I = 0, E = Const_CBE.size(); I < E; ++I) NoBeginEndTest() local
886 for (unsigned I = 0, E = DBV.size(); I < E; ++I) { derefByValueTest() local
893 for (unsigned I = 0, E = DBV.size(); I < E; ++I) { derefByValueTest() local
[all...]
H A Dloop-convert-reverse.cpp94 for (auto I = Numbers.rbegin(), E = Numbers.rend(); I != E; ++I) { in constContainer() local
103 for (auto I = Numbers.crbegin(), E = Numbers.crend(); I != E; ++I) { in constContainer() local
112 for (auto I = rbegin(Numbers), E = rend(Numbers); I != E; ++I) { in constContainer() local
121 for (auto I = crbegin(Numbers), E = crend(Numbers); I != E; ++I) { in constContainer() local
131 for (auto I = Numbers.rbegin(), E = Numbers.end(); I != E; ++I) { in constContainer() local
134 for (auto I = Numbers.begin(), E = Numbers.rend(); I != E; ++I) { in constContainer() local
140 for (auto I = Numbers.rbegin(), E = Numbers.rend(); I != E; ++I) { in nonConstContainer() local
149 for (auto I = Numbers.crbegin(), E = Numbers.crend(); I != E; ++I) { in nonConstContainer() local
158 for (auto I = rbegin(Numbers), E = rend(Numbers); I != E; ++I) { in nonConstContainer() local
H A Dloop-convert-extra.cpp12 for (int I = 0; I < N; ++I) { in f() local
48 for (int I = 0; I < N; ++I) { in aliasing() local
61 for (int I = 0; I < N; ++I) { in aliasing() local
72 for (int I = 0; I < N; ++I) { in aliasing() local
85 for (int I = 0; I < V.size(); ++I) { in aliasing() local
96 for (int I = 0; I < Pv->size(); ++I) { in aliasing() local
106 for (int I = 0; I < N; ++I) { in aliasing() local
116 for (unsigned I = 0; I < N; ++I) { in aliasing() local
125 for (unsigned I = 0; I < N; ++I) { in aliasing() local
134 for (unsigned I = 0; I < N; ++I) { in aliasing() local
[all …]
/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h111 RetTy visit(Instruction *I) { return visit(*I); } in visit() argument
115 RetTy visit(Instruction &I) { in visit() argument
166 RetTy visitICmpInst(ICmpInst &I) { DELEGAT argument
167 visitFCmpInst(FCmpInst & I) visitFCmpInst() argument
168 visitAllocaInst(AllocaInst & I) visitAllocaInst() argument
169 visitLoadInst(LoadInst & I) visitLoadInst() argument
170 visitStoreInst(StoreInst & I) visitStoreInst() argument
171 visitAtomicCmpXchgInst(AtomicCmpXchgInst & I) visitAtomicCmpXchgInst() argument
172 visitAtomicRMWInst(AtomicRMWInst & I) visitAtomicRMWInst() argument
173 visitFenceInst(FenceInst & I) visitFenceInst() argument
174 visitGetElementPtrInst(GetElementPtrInst & I) visitGetElementPtrInst() argument
175 visitPHINode(PHINode & I) visitPHINode() argument
176 visitTruncInst(TruncInst & I) visitTruncInst() argument
177 visitZExtInst(ZExtInst & I) visitZExtInst() argument
178 visitSExtInst(SExtInst & I) visitSExtInst() argument
179 visitFPTruncInst(FPTruncInst & I) visitFPTruncInst() argument
180 visitFPExtInst(FPExtInst & I) visitFPExtInst() argument
181 visitFPToUIInst(FPToUIInst & I) visitFPToUIInst() argument
182 visitFPToSIInst(FPToSIInst & I) visitFPToSIInst() argument
183 visitUIToFPInst(UIToFPInst & I) visitUIToFPInst() argument
184 visitSIToFPInst(SIToFPInst & I) visitSIToFPInst() argument
185 visitPtrToIntInst(PtrToIntInst & I) visitPtrToIntInst() argument
186 visitIntToPtrInst(IntToPtrInst & I) visitIntToPtrInst() argument
187 visitBitCastInst(BitCastInst & I) visitBitCastInst() argument
188 visitAddrSpaceCastInst(AddrSpaceCastInst & I) visitAddrSpaceCastInst() argument
189 visitSelectInst(SelectInst & I) visitSelectInst() argument
190 visitVAArgInst(VAArgInst & I) visitVAArgInst() argument
191 visitExtractElementInst(ExtractElementInst & I) visitExtractElementInst() argument
192 visitInsertElementInst(InsertElementInst & I) visitInsertElementInst() argument
193 visitShuffleVectorInst(ShuffleVectorInst & I) visitShuffleVectorInst() argument
194 visitExtractValueInst(ExtractValueInst & I) visitExtractValueInst() argument
195 visitInsertValueInst(InsertValueInst & I) visitInsertValueInst() argument
196 visitLandingPadInst(LandingPadInst & I) visitLandingPadInst() argument
197 visitFuncletPadInst(FuncletPadInst & I) visitFuncletPadInst() argument
198 visitCleanupPadInst(CleanupPadInst & I) visitCleanupPadInst() argument
199 visitCatchPadInst(CatchPadInst & I) visitCatchPadInst() argument
200 visitFreezeInst(FreezeInst & I) visitFreezeInst() argument
203 visitDbgDeclareInst(DbgDeclareInst & I) visitDbgDeclareInst() argument
204 visitDbgValueInst(DbgValueInst & I) visitDbgValueInst() argument
205 visitDbgVariableIntrinsic(DbgVariableIntrinsic & I) visitDbgVariableIntrinsic() argument
207 visitDbgLabelInst(DbgLabelInst & I) visitDbgLabelInst() argument
208 visitDbgInfoIntrinsic(DbgInfoIntrinsic & I) visitDbgInfoIntrinsic() argument
209 visitMemSetInst(MemSetInst & I) visitMemSetInst() argument
210 visitMemSetInlineInst(MemSetInlineInst & I) visitMemSetInlineInst() argument
211 visitMemCpyInst(MemCpyInst & I) visitMemCpyInst() argument
212 visitMemCpyInlineInst(MemCpyInlineInst & I) visitMemCpyInlineInst() argument
213 visitMemMoveInst(MemMoveInst & I) visitMemMoveInst() argument
214 visitMemTransferInst(MemTransferInst & I) visitMemTransferInst() argument
215 visitMemIntrinsic(MemIntrinsic & I) visitMemIntrinsic() argument
216 visitVAStartInst(VAStartInst & I) visitVAStartInst() argument
217 visitVAEndInst(VAEndInst & I) visitVAEndInst() argument
218 visitVACopyInst(VACopyInst & I) visitVACopyInst() argument
219 visitIntrinsicInst(IntrinsicInst & I) visitIntrinsicInst() argument
220 visitCallInst(CallInst & I) visitCallInst() argument
221 visitInvokeInst(InvokeInst & I) visitInvokeInst() argument
222 visitCallBrInst(CallBrInst & I) visitCallBrInst() argument
226 visitReturnInst(ReturnInst & I) visitReturnInst() argument
229 visitBranchInst(BranchInst & I) visitBranchInst() argument
232 visitSwitchInst(SwitchInst & I) visitSwitchInst() argument
235 visitIndirectBrInst(IndirectBrInst & I) visitIndirectBrInst() argument
238 visitResumeInst(ResumeInst & I) visitResumeInst() argument
241 visitUnreachableInst(UnreachableInst & I) visitUnreachableInst() argument
244 visitCleanupReturnInst(CleanupReturnInst & I) visitCleanupReturnInst() argument
247 visitCatchReturnInst(CatchReturnInst & I) visitCatchReturnInst() argument
250 visitCatchSwitchInst(CatchSwitchInst & I) visitCatchSwitchInst() argument
253 visitTerminator(Instruction & I) visitTerminator() argument
259 visitCastInst(CastInst & I) visitCastInst() argument
260 visitUnaryOperator(UnaryOperator & I) visitUnaryOperator() argument
261 visitBinaryOperator(BinaryOperator & I) visitBinaryOperator() argument
262 visitCmpInst(CmpInst & I) visitCmpInst() argument
263 visitUnaryInstruction(UnaryInstruction & I) visitUnaryInstruction() argument
267 visitCallBase(CallBase & I) visitCallBase() argument
280 visitInstruction(Instruction & I) visitInstruction() argument
284 delegateCallInst(CallInst & I) delegateCallInst() argument
309 delegateCallInst(Instruction & I) delegateCallInst() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunhandled-exception-at-new.cpp45 int *I = new int; in f1() local
50 int *I = new int; in f1() local
55 int *I = new int; in f1() local
60 int *I = new int; in f1() local
65 int *I = new int; in f1() local
70 int *I = new int; in f1() local
75 int *I = new int; in f1() local
80 int *I = new int; in f1() local
86 int *I = new int; in f1() local
94 int *I = new int; in f2() local
[all …]
/llvm-project/llvm/unittests/ADT/
H A DPagedVectorTest.cpp50 for (int I = 0; I < 10; ++I) in TEST() local
58 for (int I = 0; I < 10; ++I) in TEST() local
68 for (int I = 0; I < 5; ++I) in TEST() local
71 for (int I = 0; I < 5; ++I) in TEST() local
75 for (int I = 5; I < 10; ++I) in TEST() local
86 for (int I = 0; I < 20; ++I) in TEST() local
100 for (int I = 0; I < 5; ++I) in TEST() local
102 for (int I = 10; I < 15; ++I) in TEST() local
105 for (int I = 0; I < 5; ++I) in TEST() local
107 for (int I = 10; I < 15; ++I) in TEST() local
[all …]
/llvm-project/clang/test/SemaTemplate/
H A Dgh61159.cpp9 template <> struct X<int>::I { struct in GH61159::X
10 template <int ct> constexpr int f() { return ct; }; in f()
12 int data = 3;
15 template <typename T> struct X<T>::I { struct in GH61159::X
16 template <T ct> constexpr T f() { return ct + 1; }; in f()
17 T data = 7;
30 struct I { struct
31 template <int ct> constexpr int f() { return ct; }; in f()
32 int data = 3;
/llvm-project/clang/test/OpenMP/
H A Dreduction_compound_op.cpp50 for (unsigned I = 0; I < N; ++I) in foo() local
54 for (unsigned I = 0; I < N; ++I) in foo() local
58 for (unsigned I = 0; I < in foo() local
62 for (unsigned I = 0; I < N; ++I) foo() local
66 for (unsigned I = 0; I < N; ++I) foo() local
70 for (unsigned I = 0; I < N; ++I) foo() local
74 for (unsigned I = 0; I < N; ++I) foo() local
78 for (unsigned I = 0; I < N; ++I) foo() local
[all...]
/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp35 for (int I = 0, E = R[0]; I < E; ++I) in decodeRecord() local
151 NamespaceInfo *I) { in parseRecord() argument
166 RecordInfo *I) { in parseRecord() argument
189 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,BaseRecordInfo * I) parseRecord() argument
212 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,EnumInfo * I) parseRecord() argument
231 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,TypedefInfo * I) parseRecord() argument
248 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,EnumValueInfo * I) parseRecord() argument
263 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,FunctionInfo * I) parseRecord() argument
284 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,TypeInfo * I) parseRecord() argument
289 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,FieldTypeInfo * I) parseRecord() argument
302 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,MemberTypeInfo * I) parseRecord() argument
315 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,CommentInfo * I) parseRecord() argument
346 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,Reference * I,FieldId & F) parseRecord() argument
367 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,TemplateInfo * I) parseRecord() argument
374 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,TemplateSpecializationInfo * I) parseRecord() argument
382 parseRecord(const Record & R,unsigned ID,llvm::StringRef Blob,TemplateParamInfo * I) parseRecord() argument
389 getCommentInfo(T I) getCommentInfo() argument
394 getCommentInfo(FunctionInfo * I) getCommentInfo() argument
398 getCommentInfo(NamespaceInfo * I) getCommentInfo() argument
402 getCommentInfo(RecordInfo * I) getCommentInfo() argument
406 getCommentInfo(MemberTypeInfo * I) getCommentInfo() argument
410 getCommentInfo(EnumInfo * I) getCommentInfo() argument
414 getCommentInfo(TypedefInfo * I) getCommentInfo() argument
418 getCommentInfo(CommentInfo * I) getCommentInfo() argument
424 getCommentInfo(std::unique_ptr<CommentInfo> & I) getCommentInfo() argument
432 addTypeInfo(T I,TTypeInfo && TI) addTypeInfo() argument
437 addTypeInfo(RecordInfo * I,MemberTypeInfo && T) addTypeInfo() argument
442 addTypeInfo(BaseRecordInfo * I,MemberTypeInfo && T) addTypeInfo() argument
447 addTypeInfo(FunctionInfo * I,TypeInfo && T) addTypeInfo() argument
452 addTypeInfo(FunctionInfo * I,FieldTypeInfo && T) addTypeInfo() argument
457 addTypeInfo(EnumInfo * I,TypeInfo && T) addTypeInfo() argument
462 addTypeInfo(TypedefInfo * I,TypeInfo && T) addTypeInfo() argument
467 addReference(T I,Reference && R,FieldId F) addReference() argument
472 addReference(TypeInfo * I,Reference && R,FieldId F) addReference() argument
484 addReference(FieldTypeInfo * I,Reference && R,FieldId F) addReference() argument
496 addReference(MemberTypeInfo * I,Reference && R,FieldId F) addReference() argument
507 addReference(EnumInfo * I,Reference && R,FieldId F) addReference() argument
518 addReference(TypedefInfo * I,Reference && R,FieldId F) addReference() argument
530 addReference(NamespaceInfo * I,Reference && R,FieldId F) addReference() argument
548 addReference(FunctionInfo * I,Reference && R,FieldId F) addReference() argument
562 addReference(RecordInfo * I,Reference && R,FieldId F) addReference() argument
583 addChild(T I,ChildInfoType && R) addChild() argument
589 addChild(NamespaceInfo * I,FunctionInfo && R) addChild() argument
592 addChild(NamespaceInfo * I,EnumInfo && R) addChild() argument
595 addChild(NamespaceInfo * I,TypedefInfo && R) addChild() argument
600 addChild(RecordInfo * I,FunctionInfo && R) addChild() argument
603 addChild(RecordInfo * I,EnumInfo && R) addChild() argument
606 addChild(RecordInfo * I,TypedefInfo && R) addChild() argument
611 addChild(EnumInfo * I,EnumValueInfo && R) addChild() argument
614 addChild(RecordInfo * I,BaseRecordInfo && R) addChild() argument
617 addChild(BaseRecordInfo * I,FunctionInfo && R) addChild() argument
624 addTemplateParam(T I,TemplateParamInfo && P) addTemplateParam() argument
628 addTemplateParam(TemplateInfo * I,TemplateParamInfo && P) addTemplateParam() argument
632 addTemplateParam(TemplateSpecializationInfo * I,TemplateParamInfo && P) addTemplateParam() argument
637 addTemplate(T I,TemplateInfo && P) addTemplate() argument
641 addTemplate(RecordInfo * I,TemplateInfo && P) addTemplate() argument
644 addTemplate(FunctionInfo * I,TemplateInfo && P) addTemplate() argument
650 addTemplateSpecialization(T I,TemplateSpecializationInfo && TSI) addTemplateSpecialization() argument
655 addTemplateSpecialization(TemplateInfo * I,TemplateSpecializationInfo && TSI) addTemplateSpecialization() argument
662 readRecord(unsigned ID,T I) readRecord() argument
672 readRecord(unsigned ID,Reference * I) readRecord() argument
683 readBlock(unsigned ID,T I) readBlock() argument
713 readSubBlock(unsigned ID,T I) readSubBlock() argument
897 std::unique_ptr<Info> I = std::make_unique<T>(); createInfo() local
[all...]
/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
H A Dget_long_double_en_US.pass.cpp72 typedef cpp17_input_iterator<const char*> I; in main() typedef
83 typedef cpp17_input_iterator<const char*> I; in main() typedef
94 typedef cpp17_input_iterator<const char*> I; in main() typedef
105 typedef cpp17_input_iterator<const char*> I; in main() typedef
116 typedef cpp17_input_iterator<const char*> I; in main() typedef
127 typedef cpp17_input_iterator<const char*> I; in main() typedef
139 typedef cpp17_input_iterator<const char*> I; in main() typedef
151 typedef cpp17_input_iterator<const char*> I; in main() typedef
163 typedef cpp17_input_iterator<const char*> I; in main() typedef
175 typedef cpp17_input_iterator<const char*> I; in main() typedef
[all …]
H A Dget_string_en_US.pass.cpp72 typedef cpp17_input_iterator<const char*> I; in main() typedef
83 typedef cpp17_input_iterator<const char*> I; in main() typedef
94 typedef cpp17_input_iterator<const char*> I; in main() typedef
105 typedef cpp17_input_iterator<const char*> I; in main() typedef
116 typedef cpp17_input_iterator<const char*> I; in main() typedef
127 typedef cpp17_input_iterator<const char*> I; in main() typedef
139 typedef cpp17_input_iterator<const char*> I; in main() typedef
151 typedef cpp17_input_iterator<const char*> I; in main() typedef
163 typedef cpp17_input_iterator<const char*> I; in main() typedef
175 typedef cpp17_input_iterator<const char*> I; in main() typedef
[all …]
H A Dget_long_double_ru_RU.pass.cpp79 typedef cpp17_input_iterator<const char*> I; in main() typedef
90 typedef cpp17_input_iterator<const char*> I; in main() typedef
101 typedef cpp17_input_iterator<const char*> I; in main() typedef
112 typedef cpp17_input_iterator<const char*> I; in main() typedef
123 typedef cpp17_input_iterator<const char*> I; in main() typedef
134 typedef cpp17_input_iterator<const char*> I; in main() typedef
146 typedef cpp17_input_iterator<const char*> I; in main() typedef
158 typedef cpp17_input_iterator<const char*> I; in main() typedef
170 typedef cpp17_input_iterator<const char*> I; in main() typedef
182 typedef cpp17_input_iterator<const char*> I; in main() typedef
[all …]
H A Dget_long_double_fr_FR.pass.cpp85 typedef cpp17_input_iterator<const char*> I; in main() typedef
96 typedef cpp17_input_iterator<const char*> I; in main() typedef
107 typedef cpp17_input_iterator<const char*> I; in main() typedef
118 typedef cpp17_input_iterator<const char*> I; in main() typedef
129 typedef cpp17_input_iterator<const char*> I; in main() typedef
141 typedef cpp17_input_iterator<const char*> I; in main() typedef
153 typedef cpp17_input_iterator<const char*> I; in main() typedef
164 typedef cpp17_input_iterator<const char*> I; in main() typedef
176 typedef cpp17_input_iterator<const char*> I; in main() typedef
187 typedef cpp17_input_iterator<const char*> I; in main() typedef
[all …]
H A Dget_long_double_zh_CN.pass.cpp80 typedef cpp17_input_iterator<const char*> I; in main() typedef
91 typedef cpp17_input_iterator<const char*> I; in main() typedef
102 typedef cpp17_input_iterator<const char*> I; in main() typedef
113 typedef cpp17_input_iterator<const char*> I; in main() typedef
124 typedef cpp17_input_iterator<const char*> I; in main() typedef
135 typedef cpp17_input_iterator<const char*> I; in main() typedef
147 typedef cpp17_input_iterator<const char*> I; in main() typedef
163 typedef cpp17_input_iterator<const char*> I; in main() typedef
178 typedef cpp17_input_iterator<const char*> I; in main() typedef
189 typedef cpp17_input_iterator<const char*> I; in main() typedef
[all …]
/llvm-project/flang/test/Lower/OpenMP/
H A Ddeclare-target-func-and-subr.f9012 INTEGER :: I local
20 INTEGER :: I local
28 INTEGER :: I local
36 INTEGER :: I global() local
44 INTEGER :: I global() local
52 INTEGER :: I global() local
60 INTEGER :: I global() local
68 INTEGER :: I global() local
76 INTEGER :: I global() local
84 INTEGER :: I global() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A 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() function
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h44 void add(Instruction *I) { in add()
52 if (Instruction *I = dyn_cast<Instruction>(V)) in addValue() local
58 void push(Instruction *I) { in push()
69 if (Instruction *I = dyn_cast<Instruction>(V)) in pushValue() local
85 void remove(Instruction *I) { in remove()
99 Instruction *I = Worklist.pop_back_val(); in removeOne() local
106 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList()
113 if (auto *I = dyn_cast<Instruction>(V)) { in handleUseCountDecrement() local
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp36 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local
42 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local
66 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local
73 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local
95 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local
104 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local
116 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local
125 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local
137 for (size_t I = 0; I != SmallAllocSize - 1; ++I) in TEST() local
147 for (size_t I = 0; I != SmallAllocSize - 1; ++I) in TEST() local
[all …]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h34 for (uptr I = 0; I < StatCount; I++) in init() local
38 void add(StatType I, uptr V) { in add()
43 void sub(StatType I, uptr V) { in sub()
48 void set(StatType I, uptr V) { atomic_store_relaxed(&StatsArray[I], V); } in set()
50 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get()
72 for (uptr I = 0; I < StatCount; I++) in unlink() local
78 for (uptr I = 0; I < StatCount; I++) in get() local
81 for (uptr I = 0; I < StatCount; I++) in get() local
85 for (uptr I = 0; I < StatCount; I++) in get() local
/llvm-project/llvm/include/llvm/ADT/
H A DBitset.h48 for (auto I : Init) in Bitset() local
57 constexpr Bitset &set(unsigned I) { in set()
62 constexpr Bitset &reset(unsigned I) { in reset()
67 constexpr Bitset &flip(unsigned I) { in flip()
77 constexpr bool test(unsigned I) const { return (*this)[I]; } in test()
93 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable
105 for (unsigned I = 0, E = Bits.size(); I != E; ++I) variable
116 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable
141 for (unsigned I = 0, E = size(); I != E; ++I) { variable
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dmutex_test.cpp19 for (scudo::u32 I = 0; I < Size; I++) in TestData() local
26 for (scudo::u32 I = 0; I < Size; I++) { in write() local
36 for (scudo::u32 I = 0; I < Size; I++) { in tryWrite() local
45 for (scudo::u32 I = 0; I < Size; I++) { in backoff() local
67 for (scudo::u32 I = 0; I < NumberOfIterations; I++) { in lockThread() local
76 for (scudo::u32 I = 0; I < NumberOfIterations; I++) { in tryThread() local
87 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local
89 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local
97 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local
99 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h61 MapTy::iterator I = Map.find(D); in findOrInsertSummary() local
73 MapTy::iterator I = findOrInsertSummary(D); in markMayInline() local
79 MapTy::iterator I = findOrInsertSummary(D); in markShouldNotInline() local
89 MapTy::const_iterator I = Map.find(D); in mayInline() local
96 MapTy::iterator I = findOrInsertSummary(D); in markVisitedBasicBlock() local
107 MapTy::const_iterator I = Map.find(D); in getNumVisitedBasicBlocks() local
114 MapTy::const_iterator I = Map.find(D); in getNumTimesInlined() local
121 MapTy::iterator I = findOrInsertSummary(D); in bumpNumTimesInlined() local
127 MapTy::const_iterator I = Map.find(D); in getPercentBlocksReachable() local

12345678910>>...135