/external/clang/test/CXX/class/class.union/ |
H A D | p2-0x.cpp | 22 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 D | p1.cpp | 50 union U2 { union
|
/external/clang/test/SemaCXX/ |
H A D | inherit.cpp | 23 union U2 {}; union 25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
|
H A D | err_typecheck_assign_const.cpp | 53 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'}}
|
H A D | class.cpp | 134 template <typename U1, typename U2> struct bar {
|
/external/mesa3d/src/glsl/glcpp/tests/ |
H A D | 067-nested-ifdef-ifndef.c | 7 #ifdef U2 35 #ifndef U2
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
H A D | is_final.pass.cpp | 20 union U2 final { }; 48 test_is_final <U2>(); 49 test_is_not_final<U2*>();
|
/external/valgrind/auxprogs/ |
H A D | posixtestsuite-1.5.1-diff-results | 20 diff -U2 tmptmp_1 tmptmp_2;
|
/external/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 142 // 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/valgrind/memcheck/tests/ |
H A D | sh-mem.c | 13 typedef unsigned short U2; typedef 107 assert(2 == sizeof(U2)); 211 DO(2, U2, U2, /*isF4*/0);
|
H A D | sh-mem-random.c | 14 typedef unsigned short U2; typedef 139 case 1: { // U2 142 *(U2*)(arr+dst) = *(U2*)(arr+src);
|
/external/compiler-rt/lib/asan/tests/ |
H A D | asan_asm_test.cc | 116 DECLARE_ASM_WRITE(U2, "2", "movw", "r"); 121 DECLARE_ASM_READ(U2, "2", "movw", "=r"); 126 DECLARE_ASM_REP_MOVS(U2, "movsw"); 215 TestAsmWrite<U2>("WRITE of size 2"); 223 TestAsmRead<U2>("READ of size 2"); 258 TestAsmRepMovs<U2>("READ of size 2", "WRITE of size 2");
|
H A D | asan_test_utils.h | 59 typedef uint16_t U2; typedef
|
/external/srtp/tables/ |
H A D | aes_tables.c | 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes, 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable 174 U2[i] = tmp.value; 227 printf("uint32_t U2 = {"); 231 printf("0x%x, ", U2[i]); 269 printf("uint32_t U2 = {"); 273 printf("0x%lx, ", U2[i]);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
H A D | SecP192K1Point.java | 99 int[] U2, S2; 102 U2 = X2.x; 110 U2 = t2; 111 SecP192K1Field.multiply(S2, X2.x, U2); 137 SecP192K1Field.subtract(U1, U2, H);
|
H A D | SecP192R1Point.java | 98 int[] U2, S2; 101 U2 = X2.x; 109 U2 = t2; 110 SecP192R1Field.multiply(S2, X2.x, U2); 136 SecP192R1Field.subtract(U1, U2, H);
|
H A D | SecP224K1Point.java | 99 int[] U2, S2; 102 U2 = X2.x; 110 U2 = t2; 111 SecP224K1Field.multiply(S2, X2.x, U2); 137 SecP224K1Field.subtract(U1, U2, H);
|
H A D | SecP224R1Point.java | 97 int[] U2, S2; 100 U2 = X2.x; 108 U2 = t2; 109 SecP224R1Field.multiply(S2, X2.x, U2); 135 SecP224R1Field.subtract(U1, U2, H);
|
H A D | SecP256K1Point.java | 99 int[] U2, S2; 102 U2 = X2.x; 110 U2 = t2; 111 SecP256K1Field.multiply(S2, X2.x, U2); 137 SecP256K1Field.subtract(U1, U2, H);
|
H A D | SecP256R1Point.java | 97 int[] U2, S2; 100 U2 = X2.x; 108 U2 = t2; 109 SecP256R1Field.multiply(S2, X2.x, U2); 135 SecP256R1Field.subtract(U1, U2, H);
|
H A D | SecP384R1Point.java | 97 int[] U2, S2; 100 U2 = X2.x; 108 U2 = tt2; 109 SecP384R1Field.multiply(S2, X2.x, U2); 135 SecP384R1Field.subtract(U1, U2, H);
|
H A D | SecP521R1Point.java | 95 int[] U2, S2; 98 U2 = X2.x; 106 U2 = t2; 107 SecP521R1Field.multiply(S2, X2.x, U2); 133 SecP521R1Field.subtract(U1, U2, H);
|
/external/openfst/src/test/ |
H A D | algo_test.h | 92 UnionFst<Arc> U2(T1, T2); 93 CHECK(Equiv(U1, U2)); 141 UnionFst<Arc> U2(U1, T3); 146 CHECK(Equiv(U2, U4)); 210 VectorFst<Arc> U2(C2); 211 Union(&U2, C3); 213 CHECK(Equiv(C1, U2)); 228 VectorFst<Arc> U2(C2); 229 Union(&U2, C3); 231 CHECK(Equiv(C1, U2)); [all...] |
/external/clang/test/SemaTemplate/ |
H A D | friend-template.cpp | 125 template<class U1, class U2, class U3, class T> 126 friend A<U1, U2, U3>& inner::f0(A<U1, U2, U3>&, T);
|
/external/clang/test/Sema/ |
H A D | warn-type-safety-mpi-hdf5.c | 257 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}}
|