Searched defs:U1 (Results 1 - 25 of 40) sorted by relevance

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_final.pass.cpp19 union U1 { }; union
58 test_is_not_final<U1>();
59 test_is_not_final<U1*>();
/external/clang/test/Sema/
H A Dstatic-assert.c39 typedef UNION(unsigned, struct A) U1; typedef
H A Dwarn-documentation.cpp1055 @union U1
1057 union U1 {int i; }; union
H A Dwarn-type-safety-mpi-hdf5.c252 union U1 { int a; long b; double c; double d; struct S1 s1; }; union
263 union U1 *u1_buf, union U2 *u2_buf)
270 MPI_Send(u1_buf, 1, my_u2_datatype); // expected-warning {{argument type 'union U1 *' doesn't match specified 'mpi' type tag}}
/external/llvm/unittests/Support/
H A DTypeNameTest.cpp20 union U1 {}; union in namespace:__anon15074::N1
28 StringRef U1Name = getTypeName<N1::U1>();
35 EXPECT_TRUE(U1Name.endswith("::N1::U1")) << U1Name.str();
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp5 union U1 { union
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
H A Dp1.cpp38 union U1 { union
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h58 typedef uint8_t U1; typedef
/external/libopus/src/
H A Dmlp_train.h64 float U1, U2, S, x; local
66 U1 = ((float)rand())/RAND_MAX;
68 U1 = 2*U1-1;
70 S = U1*U1 + U2*U2;
72 x = sd*sqrt(-2 * log(S) / S) * U1;
/external/clang/test/CodeGen/
H A Dmcu-struct-return.c9 union U1 { union
38 union U1 foo1() { return u1; }
43 struct S1 bar3(union U1 u) { return s1; }
52 union U1 x1 = foo1();
H A Dxcore-stringtype.c141 // CHECK: !{{[0-9]+}} = !{void (%union.U1*)* @unionType1,
142 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
144 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
146 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
155 union U1{union U2 *pu2;}; union
158 union U3{union U1 u1;};
159 union U4{union U1 u
[all...]
/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments-avx.cpp23 union U1 { union in namespace:test2
29 union U1;
/external/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp34 MDNode *U1; local
41 U1 = MDNode::replaceWithUniqued(std::move(T));
47 EXPECT_TRUE(U1->isResolved());
48 EXPECT_TRUE(U1->isUniqued());
49 EXPECT_EQ(U1, U0->getOperand(0));
50 EXPECT_EQ(U0, U1->getOperand(0));
56 EXPECT_EQ(U1, ValueMapper(VM).mapMDNode(*U1));
62 EXPECT_EQ(U1, ValueMapper(VM).mapMDNode(*U1));
[all...]
/external/valgrind/memcheck/tests/
H A Dsh-mem.c12 typedef unsigned char U1; typedef
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
106 assert(1 == sizeof(U1));
145 Ty* aNb = (Ty*)(((U1*)a
[all...]
H A Dsh-mem-random.c13 typedef unsigned char U1; typedef
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
112 void do_test_at ( U1* ar
[all...]
/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp49 struct U1 { struct
54 U1 u1;
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c22 typedef unsigned char U1; typedef
37 volatile U1* p = (U1*)&w32;
57 static inline U1 randomU1 ( void )
66 static inline U1 self_shadow ( U1 x )
68 U1 res = 0xFF;
74 static inline U1 get_shadow ( U1 x )
76 U1 re
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp44 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}} union
/external/libdivsufsort/lib/
H A Dsssort.c144 const sauchar_t *U1, *U2, *U1n, *U2n; local
146 for(U1 = T + depth + *p1,
150 (U1 < U1n) && (U2 < U2n) && (*U1 == *U2);
151 ++U1, ++U2) {
154 return U1 < U1n ?
155 (U2 < U2n ? *U1 - *U2 : 1) :
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h261 uint32_t U1; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
370 Result.U1 = GetCompressedAnnotation(Next);
374 Result.U1 = GetCompressedAnnotation(Next);
378 Result.U1 = GetCompressedAnnotation(Next);
382 Result.U1 = GetCompressedAnnotation(Next);
386 Result.U1 = GetCompressedAnnotation(Next);
390 Result.U1 = GetCompressedAnnotation(Next);
394 Result.U1 = GetCompressedAnnotation(Next);
398 Result.U1 = GetCompressedAnnotation(Next);
402 Result.U1
[all...]
/external/tpm2/
H A DCpriECC.c1427 TPM2B_ECC_PARAMETER U1; local
1506 BnTo2B(&U1.b, bnU1, (INT16) BN_num_bytes(bnU1));
1511 if(_cpri__EccPointMultiply(&R, curveId, &U1, Qin, &U2) == CRYPT_SUCCESS)
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp273 Instruction *U1 = cast<Instruction>(*IncrUse++); local
280 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp282 Instruction *U1 = cast<Instruction>(*IncrUse++); local
289 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
/external/webp/src/dsp/
H A Dyuv_sse2.c664 __m128i rgb[6], U0, V0, U1, V1; local
675 ConvertRGBToUV_SSE2(&rgb[0], &rgb[2], &rgb[4], &U1, &V1);
677 U0 = _mm_packus_epi16(U0, U1);
720 __m128i r, g, b, U0, V0, U1, V1; local
724 ConvertRGBToUV_SSE2(&r, &g, &b, &U1, &V1);
725 STORE_16(_mm_packus_epi16(U0, U1), u);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc124 typedef unsigned char U1; typedef
258 EXPECT_POISONED(*GetPoisoned<U1>());
259 EXPECT_POISONED(*GetPoisoned<U1>());
260 EXPECT_POISONED(*GetPoisoned<U1>());
379 ((U1*)p)[1] = 0;
380 ((U1*)p)[2] = 0xff;
418 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
419 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
420 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
421 EXPECT_POISONED(applyNot<U1>(
[all...]

Completed in 1009 milliseconds

12