Searched refs:X3 (Results 1 - 25 of 96) sorted by relevance

1234

/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp31 struct X3 { struct
37 int array2[sizeof(X3<int>)];
38 int array3[sizeof(X3<float>)];
41 X3<int> xi;
43 X3<float> xf;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp21 struct X3 { struct
22 X3();
25 X3(X3&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
51 void g3(const X3&);
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
76 float &fp2 = g<X3>(); // Not ambiguous.
H A Dp5-cxx0x-no-extra-copy.cpp20 struct X3 { struct
21 X3();
24 X3(X3&);
42 void g3(const X3&);
48 g3(X3());
58 int &g(int_c<sizeof(f(T()))> * = 0); // expected-note{{candidate function [with T = X3]}}
60 template<typename T> float &g(); // expected-note{{candidate function [with T = X3]}}
63 float &fp = g<X3>(); // expected-error{{call to 'g' is ambiguous}}
/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp18 struct X3 : X0, X1 { struct in inherits:X0,X1
19 X3();
28 void test(X2 x2, X3 x3, X5 x5) {
34 // CHECK: define linkonce_odr void @_ZN2X3C1ERKS_(%struct.X3* %this, %struct.X3* dereferenceable({{[0-9]+}})) unnamed_addr
38 X3 x3a(x3);
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp12 struct X3 { struct
13 X3(const X3&) = default;
25 void f(X1 x1, X2 x2, X3 x3, X4 x4) {
/external/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow.c15 #define X3(b, ...) {b, ## __VA_ARGS__} macro
16 3: X3(foo)
/external/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp16 struct X3 { struct
18 friend void f0(X3);
21 friend void f1(X3) {
45 template<typename T> struct X3;
50 template<typename T = int> struct Inner::X3 { }; struct in class:PR8748::Inner
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp3-0x.cpp50 struct X3;
53 template void has_inline_namespaces::f(X3&);
56 template struct has_inline_namespaces::X0<X3>;
63 struct has_inline_namespaces::X0<X4>::MemberClassTemplate<X3>;
66 void has_inline_namespaces::X0<X4>::mem_func_template(X3&);
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp17 template <int& N> struct X3 { X3(); }; struct in namespace:non_type_tmpl_param
18 template <int& N> X3<N>::X3() { } function in class:non_type_tmpl_param::X3
37 template <int (&fp)(int)> struct X3 { }; // expected-note 4{{here}} struct in namespace:addr_of_obj_or_func
72 X3<f> x3a;
73 X3<&f> x3a_addr; // expected-error {{address taken}}
74 X3<f_tmpl> x3b;
75 X3<&f_tmpl> x3b_addr; // expected-error {{address taken}}
76 X3<f_tmp
[all...]
/external/clang/test/CXX/class/class.mem/
H A Dp13.cpp49 struct X3 { struct
51 X3 // expected-error{{member 'X3' has the same name as its class}} enumerator in enum:X3::E
/external/clang/test/CXX/special/class.ctor/
H A Dp1.cpp49 // We used to parse 'X3::X3' as a member function declaration.
52 struct X3 { struct
53 X3::X3(T1()); // expected-error {{extra qualification on member 'X3'}}
/external/clang/test/CodeGenCXX/
H A Doverride-layout.cpp32 // CHECK: Type: struct X3
33 struct PACKED X3 : virtual public X1, public X0 { struct in inherits:X1,X0
71 X3 x3s[sizeof(X3)];
/external/clang/test/SemaTemplate/
H A Dcopy-ctor-assign.cpp47 struct X3 : X2<int> { struct in inherits:X2
50 void test_X2(X3 &to, X3 from) {
H A Dinstantiate-member-pointers.cpp29 struct X3 { struct
30 X3<T, Class, Ptr> &operator=(const T& value) {
35 X3<int, Y, &Y::x> x3;
41 X3<int, Y, Member> member;
H A Dtemp_explicit.cpp50 template<typename T> struct X3 { struct
56 void f1(X3<int&>); // okay, Inner, not instantiated
58 template struct X3<int&>; // expected-note{{instantiation}}
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}} struct in inherits:X2
13 X3 x3; // expected-note {{first required here}}
/external/clang/test/ASTMerge/Inputs/
H A Dclass-template1.cpp11 struct X3;
H A Dclass-template2.cpp11 struct X3;
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP521R1Point.java162 SecP521R1FieldElement X3 = new SecP521R1FieldElement(t4);
163 SecP521R1Field.square(R, X3.x);
164 SecP521R1Field.add(X3.x, G, X3.x);
165 SecP521R1Field.subtract(X3.x, V, X3.x);
166 SecP521R1Field.subtract(X3.x, V, X3.x);
169 SecP521R1Field.subtract(V, X3.x, Y3.x);
185 return new SecP521R1Point(curve, X3, Y
[all...]
H A DSecP192K1Point.java170 SecP192K1FieldElement X3 = new SecP192K1FieldElement(t4);
171 SecP192K1Field.square(R, X3.x);
172 SecP192K1Field.subtract(X3.x, G, X3.x);
175 SecP192K1Field.subtract(V, X3.x, Y3.x);
191 return new SecP192K1Point(curve, X3, Y3, zs, this.withCompression);
234 SecP192K1FieldElement X3 = new SecP192K1FieldElement(T);
235 SecP192K1Field.square(M, X3.x);
236 SecP192K1Field.subtract(X3.x, S, X3
[all...]
H A DSecP192R1Point.java169 SecP192R1FieldElement X3 = new SecP192R1FieldElement(t4);
170 SecP192R1Field.square(R, X3.x);
171 SecP192R1Field.subtract(X3.x, G, X3.x);
174 SecP192R1Field.subtract(V, X3.x, Y3.x);
190 return new SecP192R1Point(curve, X3, Y3, zs, this.withCompression);
246 SecP192R1FieldElement X3 = new SecP192R1FieldElement(T);
247 SecP192R1Field.square(M, X3.x);
248 SecP192R1Field.subtract(X3.x, S, X3
[all...]
H A DSecP224K1Point.java170 SecP224K1FieldElement X3 = new SecP224K1FieldElement(t4);
171 SecP224K1Field.square(R, X3.x);
172 SecP224K1Field.subtract(X3.x, G, X3.x);
175 SecP224K1Field.subtract(V, X3.x, Y3.x);
191 return new SecP224K1Point(curve, X3, Y3, zs, this.withCompression);
234 SecP224K1FieldElement X3 = new SecP224K1FieldElement(T);
235 SecP224K1Field.square(M, X3.x);
236 SecP224K1Field.subtract(X3.x, S, X3
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp41 struct X3 { struct in namespace:DependentSubstPartialOrdering
48 int check_X3[X<X3, void, void>::value == 3? 1 : -1];
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp53 struct X3 { struct
54 X3();
66 new (0, 0) X3; // expected-note{{instantiation}}

Completed in 7932 milliseconds

1234