Searched defs:U4 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Sema/
H A Dstatic-assert.c42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} typedef
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h60 typedef uint32_t U4; typedef
/external/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp63 template<typename T> struct U4 : T4<T> { struct in inherits:T4
68 U4<void> u4a = {0};
69 U4<void> u4b = {0, 0}; // expected-error {{chosen constructor is explicit}}
/external/valgrind/memcheck/tests/
H A Dsh-mem.c14 typedef unsigned int U4; typedef
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
108 assert(4 == sizeof(U4));
212 DO(4, U4, U4, /*isF4*/0);
213 DO(4, F4, U4, /*isF4*/1);
H A Dsh-mem-random.c15 typedef unsigned int U4; typedef
92 static inline U4 randomU4 ( void )
94 static U4 n = 0;
116 U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0;
131 U4 ty, src, dst;
149 case 2: { // U4
152 *(U4*)(arr+dst) = *(U4*)(arr+src);
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp99 union U4 { union
102 int U4::i1 = 10;
/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp61 struct U4 { struct
66 U4 u4;
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c24 typedef unsigned int U4; typedef
36 volatile U4 w32 = 0x88776655;
49 static inline U4 randomU4 ( void )
51 static U4 n = 0;
77 U4 r = VALGRIND_GET_VBITS(&x, &res, 1);
101 static void apply ( void(*fn)(U4,Bool), U4 arg1, Bool arg2 )
156 static void do_partial_load_case ( U4 nInitialValid, Bool aligned )
166 U4 j;
175 U4
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp59 union U4 {} constexpr u4 = {}; union
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c147 // CHECK: !{{[0-9]+}} = !{void (%union.U4*)* @unionType4,
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
159 union U4{union U1 u1;}; union
163 void unionType4(union U4 u4) {}
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc126 typedef unsigned int U4; typedef
138 U4 origin = __msan_get_origin(&x);
194 T *GetPoisonedO(int i, U4 origin, T val = 0) {
263 EXPECT_POISONED(*GetPoisoned<U4>());
376 U4 *p = GetPoisoned<U4>();
407 EXPECT_NOT_POISONED(applyNot<U4>(0x0, 0x0));
408 EXPECT_NOT_POISONED(applyNot<U4>(0xFFFFFFFF, 0x0));
409 EXPECT_POISONED(applyNot<U4>(0xFFFFFFFF, 0xFFFFFFFF));
410 EXPECT_NOT_POISONED(applyNot<U4>(
[all...]

Completed in 1093 milliseconds