Home
last modified time | relevance | path

Searched defs:I (Results 26 – 50 of 17065) sorted by relevance

12345678910>>...683

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstVisitor.h117 RetTy visit(Instruction &I) { in visit()
223 RetTy visitCallInst(CallInst &I) { in visitCallInst()
226 RetTy visitInvokeInst(InvokeInst &I) { in visitInvokeInst()
229 RetTy visitCallBrInst(CallBrInst &I) { in visitCallBrInst()
235 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
238 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
241 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
247 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
276 RetTy visitCallBase(CallBase &I) { in visitCallBase()
289 Instruction &I = *CS.getInstruction(); in visitCallSite() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h112 RetTy visit(Instruction *I) { return visit(*I); } in visit()
116 RetTy visit(Instruction &I) { in visit()
228 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
231 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
234 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
237 RetTy visitIndirectBrInst(IndirectBrInst &I) { in visitIndirectBrInst()
240 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
243 RetTy visitUnreachableInst(UnreachableInst &I) { in visitUnreachableInst()
269 RetTy visitCallBase(CallBase &I) { in visitCallBase()
286 RetTy delegateCallInst(CallInst &I) { in delegateCallInst()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DInstVisitor.h112 RetTy visit(Instruction *I) { return visit(*I); } in visit()
116 RetTy visit(Instruction &I) { in visit()
228 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
231 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
234 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
237 RetTy visitIndirectBrInst(IndirectBrInst &I) { in visitIndirectBrInst()
240 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
243 RetTy visitUnreachableInst(UnreachableInst &I) { in visitUnreachableInst()
269 RetTy visitCallBase(CallBase &I) { in visitCallBase()
286 RetTy delegateCallInst(CallInst &I) { in delegateCallInst()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DInstVisitor.h112 RetTy visit(Instruction *I) { return visit(*I); } in visit()
116 RetTy visit(Instruction &I) { in visit()
228 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
231 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
234 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
237 RetTy visitIndirectBrInst(IndirectBrInst &I) { in visitIndirectBrInst()
240 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
243 RetTy visitUnreachableInst(UnreachableInst &I) { in visitUnreachableInst()
269 RetTy visitCallBase(CallBase &I) { in visitCallBase()
286 RetTy delegateCallInst(CallInst &I) { in delegateCallInst()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h117 RetTy visit(Instruction &I) { in visit()
223 RetTy visitCallInst(CallInst &I) { in visitCallInst()
226 RetTy visitInvokeInst(InvokeInst &I) { in visitInvokeInst()
229 RetTy visitCallBrInst(CallBrInst &I) { in visitCallBrInst()
235 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
238 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
241 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
247 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
276 RetTy visitCallBase(CallBase &I) { in visitCallBase()
289 Instruction &I = *CS.getInstruction(); in visitCallSite() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DInstVisitor.h112 RetTy visit(Instruction *I) { return visit(*I); } in visit()
116 RetTy visit(Instruction &I) { in visit()
228 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
231 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
234 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
237 RetTy visitIndirectBrInst(IndirectBrInst &I) { in visitIndirectBrInst()
240 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
243 RetTy visitUnreachableInst(UnreachableInst &I) { in visitUnreachableInst()
269 RetTy visitCallBase(CallBase &I) { in visitCallBase()
286 RetTy delegateCallInst(CallInst &I) { in delegateCallInst()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DInstVisitor.h117 RetTy visit(Instruction &I) { in visit()
222 RetTy visitCallInst(CallInst &I) { in visitCallInst()
225 RetTy visitInvokeInst(InvokeInst &I) { in visitInvokeInst()
228 RetTy visitCallBrInst(CallBrInst &I) { in visitCallBrInst()
234 RetTy visitReturnInst(ReturnInst &I) { in visitReturnInst()
237 RetTy visitBranchInst(BranchInst &I) { in visitBranchInst()
240 RetTy visitSwitchInst(SwitchInst &I) { in visitSwitchInst()
246 RetTy visitResumeInst(ResumeInst &I) { in visitResumeInst()
275 RetTy visitCallBase(CallBase &I) { in visitCallBase()
288 Instruction &I = *CS.getInstruction(); in visitCallSite() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-loop-convert-negative.cpp23 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
26 for (int I = 1; I < N; ++I) in IndexStartAndEnd() local
29 for (int I = 0;; ++I) in IndexStartAndEnd() local
35 for (int I = 0; I < N; --I) in increment() local
38 for (int I = 0; I < N; I) in increment() local
41 for (int I = 0; I < N;) in increment() local
50 for (int I = 0; I < N; ++I) in IndexUse() local
56 for (int I = 0; I < N; ++I) in noArray() local
62 for (int I = 0; I < N; ++I) in noArray() local
86 for (int I = 0; I < N; ++I) in multipleArrays() local
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dnull.c2 #define I(f) null_##f macro
4 static Node I(gen)(Node p) { return p; } in I() function
6 static void I(blockbeg)(Env *e) {} in I() function
7 static void I(blockend)(Env *e) {} in I() function
12 static void I(emit)(Node p) {} in I() function
13 static void I(export)(Symbol p) {} in I() function
15 static void I(global)(Symbol p) {} in I() function
17 static void I(local)(Symbol p) {} in I() function
19 static void I(progend)(void) {} in I() function
20 static void I(segment)(int s) {} in I() function
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dnull.c2 #define I(f) null_##f macro
4 static Node I(gen)(Node p) { return p; } in I() function
6 static void I(blockbeg)(Env *e) {} in I() function
7 static void I(blockend)(Env *e) {} in I() function
12 static void I(emit)(Node p) {} in I() function
13 static void I(export)(Symbol p) {} in I() function
15 static void I(global)(Symbol p) {} in I() function
17 static void I(local)(Symbol p) {} in I() function
19 static void I(progend)(void) {} in I() function
20 static void I(segment)(int s) {} in I() function
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dnull.c2 #define I(f) null_##f macro
4 static Node I(gen)(Node p) { return p; } in I() function
6 static void I(blockbeg)(Env *e) {} in I() function
7 static void I(blockend)(Env *e) {} in I() function
12 static void I(emit)(Node p) {} in I() function
13 static void I(export)(Symbol p) {} in I() function
15 static void I(global)(Symbol p) {} in I() function
17 static void I(local)(Symbol p) {} in I() function
19 static void I(progend)(void) {} in I() function
20 static void I(segment)(int s) {} in I() function
[all …]

12345678910>>...683