Searched defs:X3 (Results 26 - 42 of 42) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dvalue-init.cpp166 struct X3 : X2<int> { struct in namespace:zeroinit
167 X3() : X2<int>() { } function in struct:zeroinit::X3
178 X3<int>().f();
265 // CHECK-LABEL: define linkonce_odr void @_ZN8zeroinit2X3IiEC2Ev(%"struct.zeroinit::X3"* %this) unnamed_addr
/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp172 struct X3 : X2 { struct in inherits:X2
176 typedef const X3 X3_typedef;
H A Dnew-delete.cpp137 class X3 { class
144 static void release(X3 *x);
149 void X4::release(X3 *x) {
/external/clang/test/SemaTemplate/
H A Ddefault-arguments.cpp98 template<template<typename T> class X = X2> struct X3 { }; struct
99 int array3[is_same<X3<>, X3<X2> >::value? 1 : -1];
H A Dinstantiate-complete.cpp68 struct X3 { struct
69 X3(T);
73 X3<X1<float> > x3 = x1;
H A Dinstantiate-function-1.cpp30 struct X3 { struct
38 template struct X3<int>;
H A Dinstantiate-function-params.cpp64 struct X3 struct in namespace:PR6990
69 struct X3_base : X3< X1<int, P> >
72 X3<type> e;
H A Dinstantiate-method.cpp112 struct X3 { struct
119 template struct X3<double>;
H A Dmember-access-expr.cpp82 class X3 { class
H A Dmember-template-access-expr.cpp84 struct X3 : T { }; struct in inherits:T
89 void f(X2<sizeof(X3<U>().U::m)>);
92 void f(X4<X3<int> > x4i) {
H A Dfriend-template.cpp75 class X3 { class in namespace:test3
79 // lookup ends up finding the friend target from X3<int>.
84 X3<int> x3i; // okay
86 X3<long> x3l; // expected-note {{in instantiation}}
160 template <typename = int, typename = X1<int> > struct X3 struct in namespace:PR7013a::N
172 N::X3<> b;
192 template <typename = X1<int> > struct X3 struct in namespace:PR7013b::N
204 N::X3<> b;
H A Dinstantiate-member-template.cpp165 template<typename T> class X3 class in namespace:PR7587
178 template<typename T> class X3<T*> class in namespace:PR7587
H A Ddependent-names.cpp343 typedef X<3> X3; typedef in namespace:PR11421
344 X3::Y<>::iterator it; // expected-error {{no type named 'iterator' in 'PR11421::X<3>::Y<3>'}}
/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-sse.c87 __m128i X0, X1, X2, X3; local
94 X3 = B[3];
98 T = _mm_add_epi32(X0, X3);
105 X3 = _mm_xor_si128(X3, _mm_slli_epi32(T, 13));
106 X3 = _mm_xor_si128(X3, _mm_srli_epi32(T, 19));
107 T = _mm_add_epi32(X3, X2);
114 X3 = _mm_shuffle_epi32(X3,
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp61 template <X1* Value> struct X3 : X2<Value> { }; struct in namespace:pointer_to_object_parameters
62 struct X4 : X3<&X1v> { };
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c3048 wordptr X3; local
3104 X3 = L[6];
3135 if ((error = BitVector_Mul_Pos(X3,Z,Q,true)))
3141 if (BitVector_compute(X3,X1,X3,minus,&carry))
3146 sgn_x = (((*(X3+size) &= mask) AND msb) != 0);
3169 X2 = X3;
3170 X3 = T;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 953 milliseconds

12