Home
last modified time | relevance | path

Searched refs:v2u16_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.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dvector-gcc-compat.cpp243 v2u16 v2u16_a = {1, 2}; in uintTestType() local
257v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
258v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
259v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
271 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
285v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
286 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
287 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
299 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c245 v2u16 v2u16_a = {1, 2}; in uintTestType() local
259v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'int' to… in uintTestType()
260v2u16_a = v2u16_a + b; // expected-warning {{implicit conversion changes signedness: 'short' to 'v… in uintTestType()
261v2u16_a = v2u16_a + a; // expected-warning {{implicit conversion changes signedness: 'char' to 'v2… in uintTestType()
273 v2u16 v2u16_a = {1, 2}; in uintTestTypeUnsigned() local
287v2u16_a = v2u16_a + c; // expected-warning {{implicit conversion loses integer precision: 'unsigne… in uintTestTypeUnsigned()
288 v2u16_a = v2u16_a + b; in uintTestTypeUnsigned()
289 v2u16_a = v2u16_a + a; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant() argument
301 v2u16_a = v2u16_a + 0xFFFF; in uintTestConstant()
[all …]

12