Home
last modified time | relevance | path

Searched refs:uc2 (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Sema/
Dzvector.c6 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/clang/test/CodeGen/
Dzvector.c5 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/valgrind/none/tests/solaris/
Dcontext_link2.c10 ucontext_t uc2; in sighandler() local
13 getcontext(&uc2); in sighandler()
14 assert(uc2.uc_link == arg); in sighandler()
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, i8* @uc2, align 1
149 %1 = load i8, i8* @uc2, align 1
Dlogopm.ll8 @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/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/external/clang/lib/Headers/
D__clang_cuda_intrinsics.h195 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/vulkan-validation-layers/libs/cjson/
DcJSON.c273 unsigned uc, uc2; in parse_string() local
323 uc2 = parse_hex4(ptr + 3); in parse_string()
325 if (uc2 < 0xDC00 || uc2 > 0xDFFF) in parse_string()
327 uc = 0x10000 + (((uc & 0x3FF) << 10) | (uc2 & 0x3FF)); in parse_string()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
Dp7-0x.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp705 unsigned uc2 = uses[n]; in bu_release_val() local
717 sblog << " new uc=" << uc << ", total " << uc2 << "\n"; in bu_release_val()
720 if (uc == uc2) in bu_release_val()
/external/curl/lib/
Dtelnet.c1007 unsigned char *uc1, *uc2; in sendsuboption() local
1024 uc2 = (unsigned char *)&y; in sendsuboption()
1027 CURL_SB_ACCUM(tn, uc2[0]); in sendsuboption()
1028 CURL_SB_ACCUM(tn, uc2[1]); in sendsuboption()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c1246 unsigned uc2 = (uch)c2; in samesets() local
1249 if (col[uc1] != col[uc2]) in samesets()
/external/llvm/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
1287 if (col[uc1] != col[uc2]) in samesets()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
1287 if (col[uc1] != col[uc2]) in samesets()