HomeSort by relevance Sort by last modified time
    Searched refs:U3 (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 33 union U3 {
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}}
p1.cpp 77 union U3 {
86 struct s4 : CopyCtor { // expected-note {{because no constructor can be used to copy an object of type 'const U3::s4'}}
88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U3::s5'}}
  /external/clang/utils/VtableTest/
check-zti 13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 11 diff -U3 test-gcc-ztv test-clang-ztv
  /external/clang/test/CodeGen/
xcore-stringtype.c 134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
136 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
137 // CHECK: !30 = metadata !{void (%union.U3*)* @unionType3, metadata
138 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
148 union U3;
149 union U2{union U3 *pu3;};
150 union U3{union U1 u1;};
154 void unionType3(union U3 u3) {
    [all...]
  /external/clang/test/Sema/
static-assert.c 41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /external/chromium_org/third_party/libsrtp/srtp/tables/
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];
180 U3[i] = tmp.value;
233 printf("uint32_t U3 = {");
237 printf("0x%x, ", U3[i]);
275 printf("uint32_t U3 = {");
279 printf("0x%lx, ", U3[i]);
  /external/clang/test/SemaTemplate/
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/checkpolicy/
policy_scan.l 208 u3 |
209 U3 { return(U3); }
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
548 | U3 op { if (insert_separator(1)) return -1; } names_push
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 112 ^ *((const word32*)U3[w[2]])
119 ^ *((const word32*)U3[w[2]])
126 ^ *((const word32*)U3[w[2]])
133 ^ *((const word32*)U3[w[2]])
449 ^ *((const word32*)U3[a[0][2]])
455 ^ *((const word32*)U3[a[1][2]])
461 ^ *((const word32*)U3[a[2][2]])
467 ^ *((const word32*)U3[a[3][2]])
boxes-fst.dat     [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 533 static uint32_t U3[256] = {
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 48 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /external/openfst/src/test/
algo_test.h 130 VectorFst<Arc> U3(T2);
131 Union(&U3, T3);
133 Union(&U4, U3);
143 UnionFst<Arc> U3(T2, T3);
144 UnionFst<Arc> U4(T1, U3);
155 UnionFst<Arc> U3(T2, T3);
156 UnionFst<Arc> U4(T1, U3);
986 UnionFst<Arc> U3(S2, S3);
987 ArcSortFst< Arc, ILabelCompare<Arc> > S4(U3, comp);
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 159 U3 = []
177 U3.append(mul4(t, iG[2]))
273 U3[(tt >> 8) & 0xFF] ^ \
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 479 milliseconds