Home
last modified time | relevance | path

Searched refs:v2u32_a (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dvector-gcc-compat.cpp242 v2u32 v2u32_a = {1, 2}; in uintTestType() local
251v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
252v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
253v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
254v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
279v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
280 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
281 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c244 v2u32 v2u32_a = {1, 2}; in uintTestType() local
253v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'long lo… in uintTestType()
254v2u32_a = v2u32_a + c; // expected-warning {{implicit conversion changes signedness: 'int' to 'v2u… in uintTestType()
255v2u32_a = v2u32_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
256v2u32_a = v2u32_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned() local
281v2u32_a = v2u32_a + d; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
282 v2u32_a = v2u32_a + c; in uintTestTypeUnsigned()
283 v2u32_a = v2u32_a + b; in uintTestTypeUnsigned()
284 v2u32_a = v2u32_a + a; in uintTestTypeUnsigned()
[all …]

12