Home
last modified time | relevance | path

Searched defs:x (Results 26 – 50 of 31967) sorted by relevance

12345678910>>...1279

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp90 for (int x : A) {} in test1() local
110 for (Bar x : A) {} in test1() local
123 for (int x : B) {} in test2() local
141 for (Bar x : B) {} in test2() local
155 for (Bar x : C) {} in test3() local
165 for (int x : C) {} in test3() local
179 for (Bar x : D) {} in test4() local
189 for (int x : D) {} in test4() local
203 for (Bar x : E) {} in test5() local
217 for (Bar x : F) {} in test6() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp90 for (int x : A) {} in test1() local
110 for (Bar x : A) {} in test1() local
123 for (int x : B) {} in test2() local
141 for (Bar x : B) {} in test2() local
155 for (Bar x : C) {} in test3() local
165 for (int x : C) {} in test3() local
179 for (Bar x : D) {} in test4() local
189 for (int x : D) {} in test4() local
203 for (Bar x : E) {} in test5() local
217 for (Bar x : F) {} in test6() local
[all …]
/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-worksheet_ordering.R58 x <- read.xlsx(wb, sheet = 1)[[1]] globalVar
61 x <- read.xlsx(wb, sheet = 2)[[1]] globalVar
64 x <- read.xlsx(wb, sheet = 3)[[1]] globalVar
74 x <- read.xlsx(wb, sheet = 1)[[1]] globalVar
77 x <- read.xlsx(wb, sheet = 2)[[1]] globalVar
80 x <- read.xlsx(wb, sheet = 3)[[1]] globalVar
83 x <- read.xlsx(wb, sheet = 1)[[1]] globalVar
86 x <- read.xlsx(wb, sheet = 2)[[1]] globalVar
89 x <- read.xlsx(wb, sheet = 3)[[1]] globalVar
112 x <- read.xlsx(wb, sheet = 1)[[1]] globalVar
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/warn/
H A DWrange-loop-construct2.C34 for (const double x : arr) { (void) x; } in fn1() local
35 for (const int &x : arr) { (void) x; } in fn1() local
37 for (double x : arr) { (void) x; } in fn1() local
43 for (int x : cont_int) { (void) x; } in fn1() local
145 for (double x : arr) { (void) x; } in fn7() local
151 for (int x : arr) { (void) x; } in fn7() local
157 for (Bar x : arr) { (void) x; } in fn7() local
168 for (Foo x : arr) { (void) x; } in fn8() local
174 for (Bar x : arr) { (void) x; } in fn8() local
184 for (Bar x : arr) { (void) x; } in fn9() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWrange-loop-construct2.C34 for (const double x : arr) { (void) x; } in fn1() local
35 for (const int &x : arr) { (void) x; } in fn1() local
37 for (double x : arr) { (void) x; } in fn1() local
43 for (int x : cont_int) { (void) x; } in fn1() local
145 for (double x : arr) { (void) x; } in fn7() local
151 for (int x : arr) { (void) x; } in fn7() local
157 for (Bar x : arr) { (void) x; } in fn7() local
168 for (Foo x : arr) { (void) x; } in fn8() local
174 for (Bar x : arr) { (void) x; } in fn8() local
184 for (Bar x : arr) { (void) x; } in fn9() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWrange-loop-construct2.C34 for (const double x : arr) { (void) x; } in fn1() local
35 for (const int &x : arr) { (void) x; } in fn1() local
37 for (double x : arr) { (void) x; } in fn1() local
43 for (int x : cont_int) { (void) x; } in fn1() local
145 for (double x : arr) { (void) x; } in fn7() local
151 for (int x : arr) { (void) x; } in fn7() local
157 for (Bar x : arr) { (void) x; } in fn7() local
168 for (Foo x : arr) { (void) x; } in fn8() local
174 for (Bar x : arr) { (void) x; } in fn8() local
184 for (Bar x : arr) { (void) x; } in fn9() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/warn/
H A DWrange-loop-construct2.C34 for (const double x : arr) { (void) x; } in fn1() local
35 for (const int &x : arr) { (void) x; } in fn1() local
37 for (double x : arr) { (void) x; } in fn1() local
43 for (int x : cont_int) { (void) x; } in fn1() local
145 for (double x : arr) { (void) x; } in fn7() local
151 for (int x : arr) { (void) x; } in fn7() local
157 for (Bar x : arr) { (void) x; } in fn7() local
168 for (Foo x : arr) { (void) x; } in fn8() local
174 for (Bar x : arr) { (void) x; } in fn8() local
184 for (Bar x : arr) { (void) x; } in fn9() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/seq/limits/
H A Denum_1024.hpp17 # define BOOST_PP_SEQ_ENUM_513(x) x, BOOST_PP_SEQ_ENUM_512 argument
18 # define BOOST_PP_SEQ_ENUM_514(x) x, BOOST_PP_SEQ_ENUM_513 argument
19 # define BOOST_PP_SEQ_ENUM_515(x) x, BOOST_PP_SEQ_ENUM_514 argument
20 # define BOOST_PP_SEQ_ENUM_516(x) x, BOOST_PP_SEQ_ENUM_515 argument
21 # define BOOST_PP_SEQ_ENUM_517(x) x, BOOST_PP_SEQ_ENUM_516 argument
22 # define BOOST_PP_SEQ_ENUM_518(x) x, BOOST_PP_SEQ_ENUM_517 argument
23 # define BOOST_PP_SEQ_ENUM_519(x) x, BOOST_PP_SEQ_ENUM_518 argument
24 # define BOOST_PP_SEQ_ENUM_520(x) x, BOOST_PP_SEQ_ENUM_519 argument
25 # define BOOST_PP_SEQ_ENUM_521(x) x, BOOST_PP_SEQ_ENUM_520 argument
26 # define BOOST_PP_SEQ_ENUM_522(x) x, BOOST_PP_SEQ_ENUM_521 argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/seq/detail/limits/
H A Dsplit_1024.hpp17 # define BOOST_PP_SEQ_SPLIT_513(x) (x) BOOST_PP_SEQ_SPLIT_512 argument
18 # define BOOST_PP_SEQ_SPLIT_514(x) (x) BOOST_PP_SEQ_SPLIT_513 argument
19 # define BOOST_PP_SEQ_SPLIT_515(x) (x) BOOST_PP_SEQ_SPLIT_514 argument
20 # define BOOST_PP_SEQ_SPLIT_516(x) (x) BOOST_PP_SEQ_SPLIT_515 argument
21 # define BOOST_PP_SEQ_SPLIT_517(x) (x) BOOST_PP_SEQ_SPLIT_516 argument
22 # define BOOST_PP_SEQ_SPLIT_518(x) (x) BOOST_PP_SEQ_SPLIT_517 argument
23 # define BOOST_PP_SEQ_SPLIT_519(x) (x) BOOST_PP_SEQ_SPLIT_518 argument
24 # define BOOST_PP_SEQ_SPLIT_520(x) (x) BOOST_PP_SEQ_SPLIT_519 argument
25 # define BOOST_PP_SEQ_SPLIT_521(x) (x) BOOST_PP_SEQ_SPLIT_520 argument
26 # define BOOST_PP_SEQ_SPLIT_522(x) (x) BOOST_PP_SEQ_SPLIT_521 argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/preprocessor/seq/limits/
H A Denum_1024.hpp17 # define BOOST_PP_SEQ_ENUM_513(x) x, BOOST_PP_SEQ_ENUM_512 argument
18 # define BOOST_PP_SEQ_ENUM_514(x) x, BOOST_PP_SEQ_ENUM_513 argument
19 # define BOOST_PP_SEQ_ENUM_515(x) x, BOOST_PP_SEQ_ENUM_514 argument
20 # define BOOST_PP_SEQ_ENUM_516(x) x, BOOST_PP_SEQ_ENUM_515 argument
21 # define BOOST_PP_SEQ_ENUM_517(x) x, BOOST_PP_SEQ_ENUM_516 argument
22 # define BOOST_PP_SEQ_ENUM_518(x) x, BOOST_PP_SEQ_ENUM_517 argument
23 # define BOOST_PP_SEQ_ENUM_519(x) x, BOOST_PP_SEQ_ENUM_518 argument
24 # define BOOST_PP_SEQ_ENUM_520(x) x, BOOST_PP_SEQ_ENUM_519 argument
25 # define BOOST_PP_SEQ_ENUM_521(x) x, BOOST_PP_SEQ_ENUM_520 argument
26 # define BOOST_PP_SEQ_ENUM_522(x) x, BOOST_PP_SEQ_ENUM_521 argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/preprocessor/seq/detail/limits/
H A Dsplit_1024.hpp17 # define BOOST_PP_SEQ_SPLIT_513(x) (x) BOOST_PP_SEQ_SPLIT_512 argument
18 # define BOOST_PP_SEQ_SPLIT_514(x) (x) BOOST_PP_SEQ_SPLIT_513 argument
19 # define BOOST_PP_SEQ_SPLIT_515(x) (x) BOOST_PP_SEQ_SPLIT_514 argument
20 # define BOOST_PP_SEQ_SPLIT_516(x) (x) BOOST_PP_SEQ_SPLIT_515 argument
21 # define BOOST_PP_SEQ_SPLIT_517(x) (x) BOOST_PP_SEQ_SPLIT_516 argument
22 # define BOOST_PP_SEQ_SPLIT_518(x) (x) BOOST_PP_SEQ_SPLIT_517 argument
23 # define BOOST_PP_SEQ_SPLIT_519(x) (x) BOOST_PP_SEQ_SPLIT_518 argument
24 # define BOOST_PP_SEQ_SPLIT_520(x) (x) BOOST_PP_SEQ_SPLIT_519 argument
25 # define BOOST_PP_SEQ_SPLIT_521(x) (x) BOOST_PP_SEQ_SPLIT_520 argument
26 # define BOOST_PP_SEQ_SPLIT_522(x) (x) BOOST_PP_SEQ_SPLIT_521 argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/preprocessor/seq/detail/limits/
H A Dsplit_1024.hpp17 # define BOOST_PP_SEQ_SPLIT_513(x) (x) BOOST_PP_SEQ_SPLIT_512 argument
18 # define BOOST_PP_SEQ_SPLIT_514(x) (x) BOOST_PP_SEQ_SPLIT_513 argument
19 # define BOOST_PP_SEQ_SPLIT_515(x) (x) BOOST_PP_SEQ_SPLIT_514 argument
20 # define BOOST_PP_SEQ_SPLIT_516(x) (x) BOOST_PP_SEQ_SPLIT_515 argument
21 # define BOOST_PP_SEQ_SPLIT_517(x) (x) BOOST_PP_SEQ_SPLIT_516 argument
22 # define BOOST_PP_SEQ_SPLIT_518(x) (x) BOOST_PP_SEQ_SPLIT_517 argument
23 # define BOOST_PP_SEQ_SPLIT_519(x) (x) BOOST_PP_SEQ_SPLIT_518 argument
24 # define BOOST_PP_SEQ_SPLIT_520(x) (x) BOOST_PP_SEQ_SPLIT_519 argument
25 # define BOOST_PP_SEQ_SPLIT_521(x) (x) BOOST_PP_SEQ_SPLIT_520 argument
26 # define BOOST_PP_SEQ_SPLIT_522(x) (x) BOOST_PP_SEQ_SPLIT_521 argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/preprocessor/seq/limits/
H A Denum_1024.hpp17 # define BOOST_PP_SEQ_ENUM_513(x) x, BOOST_PP_SEQ_ENUM_512 argument
18 # define BOOST_PP_SEQ_ENUM_514(x) x, BOOST_PP_SEQ_ENUM_513 argument
19 # define BOOST_PP_SEQ_ENUM_515(x) x, BOOST_PP_SEQ_ENUM_514 argument
20 # define BOOST_PP_SEQ_ENUM_516(x) x, BOOST_PP_SEQ_ENUM_515 argument
21 # define BOOST_PP_SEQ_ENUM_517(x) x, BOOST_PP_SEQ_ENUM_516 argument
22 # define BOOST_PP_SEQ_ENUM_518(x) x, BOOST_PP_SEQ_ENUM_517 argument
23 # define BOOST_PP_SEQ_ENUM_519(x) x, BOOST_PP_SEQ_ENUM_518 argument
24 # define BOOST_PP_SEQ_ENUM_520(x) x, BOOST_PP_SEQ_ENUM_519 argument
25 # define BOOST_PP_SEQ_ENUM_521(x) x, BOOST_PP_SEQ_ENUM_520 argument
26 # define BOOST_PP_SEQ_ENUM_522(x) x, BOOST_PP_SEQ_ENUM_521 argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/preprocessor/seq/detail/limits/
H A Dsplit_1024.hpp17 # define BOOST_PP_SEQ_SPLIT_513(x) (x) BOOST_PP_SEQ_SPLIT_512 argument
18 # define BOOST_PP_SEQ_SPLIT_514(x) (x) BOOST_PP_SEQ_SPLIT_513 argument
19 # define BOOST_PP_SEQ_SPLIT_515(x) (x) BOOST_PP_SEQ_SPLIT_514 argument
20 # define BOOST_PP_SEQ_SPLIT_516(x) (x) BOOST_PP_SEQ_SPLIT_515 argument
21 # define BOOST_PP_SEQ_SPLIT_517(x) (x) BOOST_PP_SEQ_SPLIT_516 argument
22 # define BOOST_PP_SEQ_SPLIT_518(x) (x) BOOST_PP_SEQ_SPLIT_517 argument
23 # define BOOST_PP_SEQ_SPLIT_519(x) (x) BOOST_PP_SEQ_SPLIT_518 argument
24 # define BOOST_PP_SEQ_SPLIT_520(x) (x) BOOST_PP_SEQ_SPLIT_519 argument
25 # define BOOST_PP_SEQ_SPLIT_521(x) (x) BOOST_PP_SEQ_SPLIT_520 argument
26 # define BOOST_PP_SEQ_SPLIT_522(x) (x) BOOST_PP_SEQ_SPLIT_521 argument
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/internal/
H A Daintern_convert.h7 #define ALLEGRO_CONVERT_ARGB_8888_TO_RGBA_8888(x) \ argument
10 #define ALLEGRO_CONVERT_ARGB_8888_TO_ARGB_4444(x) \ argument
15 #define ALLEGRO_CONVERT_ARGB_8888_TO_RGB_888(x) \ argument
17 #define ALLEGRO_CONVERT_ARGB_8888_TO_RGB_565(x) \ argument
21 #define ALLEGRO_CONVERT_ARGB_8888_TO_RGB_555(x) \ argument
25 #define ALLEGRO_CONVERT_ARGB_8888_TO_RGBA_5551(x) \ argument
30 #define ALLEGRO_CONVERT_ARGB_8888_TO_ARGB_1555(x) \ argument
35 #define ALLEGRO_CONVERT_ARGB_8888_TO_ABGR_8888(x) \ argument
43 #define ALLEGRO_CONVERT_ARGB_8888_TO_BGR_888(x) \ argument
47 #define ALLEGRO_CONVERT_ARGB_8888_TO_BGR_565(x) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp104 for (int x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
206 for (Bar x : C) {} in test3() local
221 for (int x : C) {} in test3() local
240 for (Bar x : D) {} in test4() local
259 for (int x : D) {} in test4() local
278 for (Bar x : E) {} in test5() local
[all …]

12345678910>>...1279