Searched defs:U2 (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp22 union U2 { union
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>);
28 template<typename T> double U2<T>::k2 = 5.3;
30 static_assert(U2<int>::k1 == sizeof(int), "");
31 static_assert(U2<char>::k1 == sizeof(char), "");
H A Dp1.cpp50 union U2 { union
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h59 typedef uint16_t U2; typedef
/external/clang/test/SemaCXX/
H A Dinherit.cpp23 union U2 {}; union
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
H A Derr_typecheck_assign_const.cpp53 struct U2 { struct
58 const U2 u2 = U2(); // expected-note{{non-static data member 'u2' declared const here}}
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
/external/libopus/src/
H A Dmlp_train.h64 float U1, U2, S, x; local
67 U2 = ((float)rand())/RAND_MAX;
69 U2 = 2*U2-1;
70 S = U1*U1 + U2*U2;
/external/clang/test/CodeGen/
H A Dmcu-struct-return.c13 union U2 { union
39 union U2 foo2() { return u2; }
53 union U2 x2 = foo2();
H A Dxcore-stringtype.c142 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
143 // CHECK: !{{[0-9]+}} = !{void (%union.U2*)* @unionType2,
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){}}})}})}}}})"}
154 union U2;
155 union U1{union U2 *pu2;};
157 union U2{union U3 *pu3;}; union
161 void unionType2(union U2 u
[all...]
/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments-avx.cpp38 union U2 { union in namespace:test2
44 union U2;
/external/valgrind/memcheck/tests/
H A Dsh-mem.c13 typedef unsigned short U2; typedef
107 assert(2 == sizeof(U2));
211 DO(2, U2, U2, /*isF4*/0);
H A Dsh-mem-random.c14 typedef unsigned short U2; typedef
142 case 1: { // U2
145 *(U2*)(arr+dst) = *(U2*)(arr+src);
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c23 typedef unsigned short U2; typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp51 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}} union
/external/libdivsufsort/lib/
H A Dsssort.c144 const sauchar_t *U1, *U2, *U1n, *U2n; local
147 U2 = T + depth + *p2,
150 (U1 < U1n) && (U2 < U2n) && (*U1 == *U2);
151 ++U1, ++U2) {
155 (U2 < U2n ? *U1 - *U2 : 1) :
156 (U2 < U2n ? -1 : 0);
/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c257 union U2 { int a; long b; double c; struct S1 s1; }; union
259 __attribute__(( type_tag_for_datatype(mpi, union U2, layout_compatible) ));
263 union U1 *u1_buf, union U2 *u2_buf)
271 MPI_Send(u2_buf, 1, my_u1_compat_datatype); // expected-warning {{argument type 'union U2 *' doesn't match specified 'mpi' type tag}}
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h262 uint32_t U2; member in struct:llvm::codeview::BinaryAnnotationIterator::AnnotationData
422 Result.U2 = GetCompressedAnnotation(Next);
/external/tpm2/
H A DCpriECC.c1428 TPM2B_ECC_PARAMETER U2; local
1507 BnTo2B(&U2.b, bnU2, (INT16) BN_num_bytes(bnU2));
1511 if(_cpri__EccPointMultiply(&R, curveId, &U1, Qin, &U2) == CRYPT_SUCCESS)
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc125 typedef unsigned short U2; // NOLINT typedef
261 EXPECT_POISONED(*GetPoisoned<U2>());
262 EXPECT_POISONED(*GetPoisoned<U2>());
2781 U2 a2, b2;
3649 U2 y2 = 0;
3704 U2 y = 0;
3727 U2 y = 0;
3814 typedef U2 V8x16 __attribute__((__vector_size__(16)));
3820 typedef U2 V4x16 __attribute__((__vector_size__(8)));
3833 V8x16 v = {Poisoned<U2>(
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 682 milliseconds

12