/external/llvm-project/clang/test/Sema/ |
D | zvector.c | 6 vector unsigned char uc, uc2; variable 90 uc = uc2; in foo() 106 sc = uc2; // expected-error {{incompatible type}} in foo() 111 bc = uc2; // expected-error {{incompatible type}} in foo() 135 us = uc2; // expected-error {{incompatible type}} in foo() 136 ui = uc2; // expected-error {{incompatible type}} in foo() 137 ul = uc2; // expected-error {{incompatible type}} in foo() 138 fd = uc2; // expected-error {{incompatible type}} in foo() 155 bc = (vector bool char)uc2; in foo() 188 bl = (vector bool long long)uc2; in foo() [all …]
|
D | zvector2.c | 6 vector unsigned char uc, uc2; variable 44 ff = uc2; // expected-error {{incompatible type}} in foo()
|
/external/clang/test/Sema/ |
D | zvector.c | 6 vector unsigned char uc, uc2; variable 47 uc = uc2; in foo() 63 sc = uc2; // expected-error {{incompatible type}} in foo() 68 bc = uc2; // expected-error {{incompatible type}} in foo() 92 us = uc2; // expected-error {{incompatible type}} in foo() 93 ui = uc2; // expected-error {{incompatible type}} in foo() 94 ul = uc2; // expected-error {{incompatible type}} in foo() 95 fd = uc2; // expected-error {{incompatible type}} in foo() 112 bc = (vector bool char)uc2; in foo() 145 bl = (vector bool long long)uc2; in foo() [all …]
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | zvector.c | 4 volatile vector unsigned char uc, uc2; variable 46 uc = uc2; in test_assign() 83 uc = +uc2; in test_pos() 155 ++uc2; in test_preinc() 201 uc2++; in test_postinc() 247 --uc2; in test_predec() 293 uc2--; in test_postdec() 414 uc = uc + uc2; in test_add() 416 uc = bc + uc2; in test_add() 516 uc += uc2; in test_add_assign() [all …]
|
/external/clang/test/CodeGen/ |
D | zvector.c | 5 volatile vector unsigned char uc, uc2; variable 33 uc = uc2; in test_assign() 70 uc = +uc2; in test_pos() 128 ++uc2; in test_preinc() 165 uc2++; in test_postinc() 202 --uc2; in test_predec() 239 uc2--; in test_postdec() 286 uc = uc + uc2; in test_add() 294 uc = bc + uc2; in test_add() 392 uc += uc2; in test_add_assign() [all …]
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 118 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1DArray() local 121 p[ i * 4 + 0 ] = uc2; in CreateGLTexture1DArray() 136 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1DArray() local 140 p[ i * 4 + 1 ] = uc2; in CreateGLTexture1DArray() 235 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2DArray() local 238 p[ i * 4 + 0 ] = uc2; in CreateGLTexture2DArray() 253 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2DArray() local 257 p[ i * 4 + 1 ] = uc2; in CreateGLTexture2DArray() 331 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTextureBuffer() local 334 p[ i * 4 + 0 ] = uc2; in CreateGLTextureBuffer() [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cppcoreguidelines-narrowing-conversions.cpp | 213 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local 247 char uc2 = b ? 1 : 128; in narrow_conditional_operator_contant_to_signed_is_not_ok() local
|
D | cppcoreguidelines-narrowing-conversions-unsigned-char.cpp | 71 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local
|
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | loadstoreconv.ll | 13 @uc2 = global i8 -1, align 1 57 %1 = load i8, i8* @uc2, align 1 149 %1 = load i8, i8* @uc2, align 1
|
D | logopm.ll | 8 @uc2 = common global i8 0, align 1 236 %1 = load i8, i8* @uc2, align 1, !tbaa !2 244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]]) 297 %1 = load i8, i8* @uc2, align 1, !tbaa !2 305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]]) 359 %1 = load i8, i8* @uc2, align 1, !tbaa !2 367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | loadstoreconv.ll | 13 @uc2 = global i8 -1, align 1 57 %1 = load i8, i8* @uc2, align 1 149 %1 = load i8, i8* @uc2, align 1
|
D | logopm.ll | 8 @uc2 = common global i8 0, align 1 236 %1 = load i8, i8* @uc2, align 1, !tbaa !2 244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]]) 297 %1 = load i8, i8* @uc2, align 1, !tbaa !2 305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]]) 359 %1 = load i8, i8* @uc2, align 1, !tbaa !2 367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p3-0x.cpp | 26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p3-0x.cpp | 26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
|
/external/clang/lib/Headers/ |
D | __clang_cuda_intrinsics.h | 195 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef 196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.cpp | 164 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2D() local 167 p[ i * 4 + 0 ] = uc2; in CreateGLTexture2D() 252 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture3D() local 255 p[ i * 4 + 0 ] = uc2; in CreateGLTexture3D() 565 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLRenderbuffer() local 568 p[ i * 4 + 0 ] = uc2; in CreateGLRenderbuffer()
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_intrinsics.h | 359 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef 360 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
|
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
D | p7-cxx11-nowarn.cpp | 16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
|
D | p7-0x.cpp | 15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
D | p7-cxx11-nowarn.cpp | 16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
|
D | p7-0x.cpp | 15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_gcm.cpp | 730 unsigned uc2 = uses[n]; in bu_release_val() local 742 sblog << " new uc=" << uc << ", total " << uc2 << "\n"; in bu_release_val() 745 if (uc == uc2) in bu_release_val()
|
/external/curl/lib/ |
D | telnet.c | 959 unsigned char *uc1, *uc2; in sendsuboption() local 976 uc2 = (unsigned char *)&y; in sendsuboption() 979 CURL_SB_ACCUM(tn, uc2[0]); in sendsuboption() 980 CURL_SB_ACCUM(tn, uc2[1]); in sendsuboption()
|
/external/llvm-project/llvm/lib/Support/ |
D | regcomp.c | 1412 unsigned uc2 = (uch)c2; in samesets() local 1415 if (col[uc1] != col[uc2]) in samesets()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 1284 unsigned uc2 = (uch)c2; in samesets() local 1287 if (col[uc1] != col[uc2]) in samesets()
|