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

  /external/clang/test/CodeGen/
mcu-struct-return.c 18 union U3 {
20 } u3; variable in typeref:union:U3
40 union U3 foo3() { return u3; }
54 union U3 x3 = foo3();
xcore-stringtype.c 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){})}}}})}})"}
145 // CHECK: !{{[0-9]+}} = !{void (%union.U3*)* @unionType3,
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){}}})}})}}}})"}
156 union U3;
157 union U2{union U3 *pu3;};
158 union U3{union U1 u1;};
162 void unionType3(union U3 u3) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 154 * UL U0 U1 U2 U3 U4 U5 U6 U7
165 #define U3 pSrcAbove[3]
183 pDst[y*dstStep+3] = U3;
204 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
207 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
208 pTmp[3] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
215 pTmp[2] = (OMX_U8)((U2 + 3*U3 + 2)>>2);
216 pTmp[3] = U3;
217 pTmp[4] = U3;
218 pTmp[5] = U3;
    [all...]
  /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
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
copy_cv_reference.h 23 using U3 =
29 typename std::add_rvalue_reference<U3>::type,
30 U3>::type;
  /external/clang/test/Sema/
static-assert.c 41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /external/clang/test/SemaCXX/
err_typecheck_assign_const.cpp 57 struct U3 {
62 U3 u3; member in struct:U4
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
e.go 92 *U3
95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
98 type U3 struct {
102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
103 func (*U3) N() {}
  /prebuilts/go/linux-x86/src/go/doc/testdata/
e.go 92 *U3
95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
98 type U3 struct {
102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
103 func (*U3) N() {}
  /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/selinux/checkpolicy/
policy_scan.l 220 u3 |
221 U3 { return(U3); }
policy_parse.y 141 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
577 | U3 op { if (insert_separator(1)) return -1; } names_push
    [all...]
  /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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 55 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /prebuilts/go/darwin-x86/src/math/big/
arith_amd64.s 158 U3: // n >= 0
177 JGE U3 // if n >= 0 goto U3
  /prebuilts/go/linux-x86/src/math/big/
arith_amd64.s 158 U3: // n >= 0
177 JGE U3 // if n >= 0 goto U3
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunjce_provider.jar 
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 1516 milliseconds