Home
last modified time | relevance | path

Searched refs:test0 (Results 1 – 25 of 4578) sorted by relevance

12345678910>>...184

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dconditional-expr.c39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
45 test0 = test0 ? test0 : (long) 10; in foo()
46 test0 = test0 ? test0 : (int) 10; in foo()
47 test0 = test0 ? test0 : (short) 10; in foo()
48 test0 = test0 ? (long) 10 : test0; in foo()
49 test0 = test0 ? (int) 10 : test0; in foo()
50 test0 = test0 ? (short) 10 : test0; in foo()
54 test0 = test0 ? EVal : test0; in foo()
55 test1 = test0 ? EVal : (int) test0; in foo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp41 test0("", S(""), S("")); in main()
42 test0("", S("12345"), S("12345")); in main()
43 test0("", S("1234567890"), S("1234567890")); in main()
45 test0("abcde", S(""), S("abcde")); in main()
46 test0("abcde", S("12345"), S("abcde12345")); in main()
49 test0("abcdefghij", S(""), S("abcdefghij")); in main()
89 test0("", S(""), S("")); in main()
90 test0("", S("12345"), S("12345")); in main()
91 test0("", S("1234567890"), S("1234567890")); in main()
93 test0("abcde", S(""), S("abcde")); in main()
[all …]
H A Dstring_pointer.pass.cpp41 test0(S(""), "", S("")); in main()
42 test0(S(""), "12345", S("12345")); in main()
43 test0(S(""), "1234567890", S("1234567890")); in main()
45 test0(S("abcde"), "", S("abcde")); in main()
46 test0(S("abcde"), "12345", S("abcde12345")); in main()
49 test0(S("abcdefghij"), "", S("abcdefghij")); in main()
88 test0(S(""), "", S("")); in main()
89 test0(S(""), "12345", S("12345")); in main()
90 test0(S(""), "1234567890", S("1234567890")); in main()
92 test0(S("abcde"), "", S("abcde")); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp41 test0("", S(""), S("")); in main()
42 test0("", S("12345"), S("12345")); in main()
43 test0("", S("1234567890"), S("1234567890")); in main()
45 test0("abcde", S(""), S("abcde")); in main()
46 test0("abcde", S("12345"), S("abcde12345")); in main()
49 test0("abcdefghij", S(""), S("abcdefghij")); in main()
89 test0("", S(""), S("")); in main()
90 test0("", S("12345"), S("12345")); in main()
91 test0("", S("1234567890"), S("1234567890")); in main()
93 test0("abcde", S(""), S("abcde")); in main()
[all …]
H A Dstring_pointer.pass.cpp41 test0(S(""), "", S("")); in main()
42 test0(S(""), "12345", S("12345")); in main()
43 test0(S(""), "1234567890", S("1234567890")); in main()
45 test0(S("abcde"), "", S("abcde")); in main()
46 test0(S("abcde"), "12345", S("abcde12345")); in main()
49 test0(S("abcdefghij"), "", S("abcdefghij")); in main()
88 test0(S(""), "", S("")); in main()
89 test0(S(""), "12345", S("12345")); in main()
90 test0(S(""), "1234567890", S("1234567890")); in main()
92 test0(S("abcde"), "", S("abcde")); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp41 test0("", S(""), S("")); in main()
42 test0("", S("12345"), S("12345")); in main()
43 test0("", S("1234567890"), S("1234567890")); in main()
45 test0("abcde", S(""), S("abcde")); in main()
46 test0("abcde", S("12345"), S("abcde12345")); in main()
49 test0("abcdefghij", S(""), S("abcdefghij")); in main()
89 test0("", S(""), S("")); in main()
90 test0("", S("12345"), S("12345")); in main()
91 test0("", S("1234567890"), S("1234567890")); in main()
93 test0("abcde", S(""), S("abcde")); in main()
[all …]
H A Dstring_pointer.pass.cpp41 test0(S(""), "", S("")); in main()
42 test0(S(""), "12345", S("12345")); in main()
43 test0(S(""), "1234567890", S("1234567890")); in main()
45 test0(S("abcde"), "", S("abcde")); in main()
46 test0(S("abcde"), "12345", S("abcde12345")); in main()
49 test0(S("abcdefghij"), "", S("abcdefghij")); in main()
88 test0(S(""), "", S("")); in main()
89 test0(S(""), "12345", S("12345")); in main()
90 test0(S(""), "1234567890", S("1234567890")); in main()
92 test0(S("abcde"), "", S("abcde")); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_pointer.pass.cpp41 test0(S(""), "", S("")); in main()
42 test0(S(""), "12345", S("12345")); in main()
43 test0(S(""), "1234567890", S("1234567890")); in main()
45 test0(S("abcde"), "", S("abcde")); in main()
46 test0(S("abcde"), "12345", S("abcde12345")); in main()
49 test0(S("abcdefghij"), "", S("abcdefghij")); in main()
88 test0(S(""), "", S("")); in main()
89 test0(S(""), "12345", S("12345")); in main()
90 test0(S(""), "1234567890", S("1234567890")); in main()
92 test0(S("abcde"), "", S("abcde")); in main()
[all …]
H A Dpointer_string.pass.cpp41 test0("", S(""), S("")); in main()
42 test0("", S("12345"), S("12345")); in main()
43 test0("", S("1234567890"), S("1234567890")); in main()
45 test0("abcde", S(""), S("abcde")); in main()
46 test0("abcde", S("12345"), S("abcde12345")); in main()
49 test0("abcdefghij", S(""), S("abcdefghij")); in main()
89 test0("", S(""), S("")); in main()
90 test0("", S("12345"), S("12345")); in main()
91 test0("", S("1234567890"), S("1234567890")); in main()
93 test0("abcde", S(""), S("abcde")); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp41 test0("", S(""), S("")); in main()
42 test0("", S("12345"), S("12345")); in main()
43 test0("", S("1234567890"), S("1234567890")); in main()
45 test0("abcde", S(""), S("abcde")); in main()
46 test0("abcde", S("12345"), S("abcde12345")); in main()
49 test0("abcdefghij", S(""), S("abcdefghij")); in main()
89 test0("", S(""), S("")); in main()
90 test0("", S("12345"), S("12345")); in main()
91 test0("", S("1234567890"), S("1234567890")); in main()
93 test0("abcde", S(""), S("abcde")); in main()
[all …]

12345678910>>...184