Home
last modified time | relevance | path

Searched refs:v2i8_a (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dvector-gcc-compat.cpp36 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
188 v2i8 v2i8_a = {1, 2}; in intTestType() local
205v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
206v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
207v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
208 v2i8_a = v2i8_a + a; in intTestType()
216 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
236v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
312 v2i8_a = v2i8_a + static_cast<char>(0x7F); in intTestConstant()
318 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c34 void intTestConstant(v2i64 v2i64_a, v2i32 v2i32_a, v2i16 v2i16_a, v2i8 v2i8_a);
190 v2i8 v2i8_a = {1, 2}; in intTestType() local
207v2i8_a = v2i8_a + d; // expected-error {{cannot convert between scalar type 'long long' and vector… in intTestType()
208v2i8_a = v2i8_a + c; // expected-error {{cannot convert between scalar type 'int' and vector type … in intTestType()
209v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'short' to… in intTestType()
210 v2i8_a = v2i8_a + a; in intTestType()
218 v2i8 v2i8_a = {1, 2}; in intTestTypeUnsigned() local
238v2i8_a = v2i8_a + b; // expected-warning {{implicit conversion loses integer precision: 'unsigned … in intTestTypeUnsigned()
314 v2i8_a = v2i8_a + (char)0x7F; in intTestConstant()
320 v2i8_a = v2i8_a + (-128); in intTestConstant()
[all …]

123