Home
last modified time | relevance | path

Searched refs:X4 (Results 1 – 25 of 192) sorted by relevance

12345678

/external/clang/test/SemaTemplate/
Dconstructor-template.cpp79 struct X4 { struct
80 X4();
81 ~X4();
82 X4(X4&);
83 template<typename T> X4(const T&, int = 17);
86 X4 test_X4(bool Cond, X4 x4) { in test_X4()
87 X4 a(x4, 17); // okay, constructor template in test_X4()
88 X4 b(x4); // okay, copy constructor in test_X4()
89 return X4(); in test_X4()
Dtemp_explicit.cpp60 template<typename T> struct X4 { struct
68 void f2(X4<int&>); // okay, Inner, not instantiated argument
69 void f3(X4<int&>::Inner); // okay, Inner::VeryInner, not instantiated
71 template struct X4<int&>; // expected-note{{instantiation}} variable
72 template struct X4<float&>; // expected-note{{instantiation}} variable
Dmember-access-expr.cpp108 struct X4 { struct
119 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { in test_X5()
Dinstantiate-member-pointers.cpp40 struct X4 { struct
46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
51 void accept_X4(X4<Member>);
53 void test_accept_X4(X4<&Y::x> x4) { in test_accept_X4()
Dinstantiate-function-1.cpp40 template <typename T> struct X4 { struct
50 template struct X4<void>; // expected-note{{in instantiation of}} argument
51 template struct X4<int>; // expected-note{{in instantiation of}} variable
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp3-0x.cpp51 struct X4;
54 template void has_inline_namespaces::f<X4>(X4&);
58 template struct has_inline_namespaces::X0<X4>::MemberClass;
60 template void has_inline_namespaces::X0<X4>::mem_func();
63 struct has_inline_namespaces::X0<X4>::MemberClassTemplate<X3>;
66 void has_inline_namespaces::X0<X4>::mem_func_template(X3&);
/external/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp16 struct X4 { struct
17 X4(const X4&) = default;
18 X4(X4&);
25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { in f()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp35 struct X4 { struct
36 X4();
37 X4(const X4&, T = get_value_badly<T>());
43 void g4(const X4<int>&);
49 g4(X4<int>()); in test()
Dp5-cxx03-extra-copy.cpp38 struct X4 { struct
39 X4();
40 X4(const X4&, T = get_value_badly<T>()); // expected-note{{in instantiation of}}
52 void g4(const X4<int>&);
59 g4(X4<int>()); in test()
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp2-0x.cpp325 struct X4;
328 template<> void has_inline_namespaces::f<X4>(X4&);
332 template<> struct has_inline_namespaces::X0<X4>::MemberClass { };
334 template<> void has_inline_namespaces::X0<X4>::mem_func();
337 struct has_inline_namespaces::X0<X4>::MemberClassTemplate { };
340 void has_inline_namespaces::X0<X4>::mem_func_template(T&) { } in mem_func_template()
342 template<> int has_inline_namespaces::X0<X4>::value = 13;
/external/llvm/test/FileCheck/
Dcheck-dag-xfails.txt4 ; RUN: not FileCheck -check-prefix=X4 -input-file %s %s
51 ; X4: __x4
52 ; X4-DAG: add [[REG1:r[0-9]+]], r1, r2
53 ; X4-DAG: add [[REG2:r[0-9]+]], r3, r4
54 ; X4-NOT: not
55 ; X4-DAG: mul r5, [[REG1]], [[REG2]]
56 ; X4: __x4
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp69 struct X4 { struct
76 ::X4<type>::g(t); in h() argument
77 this->::X4<type>::g(t); in h()
83 struct X4<Integer> { struct
91 ::X4<type>::g(t); in h() argument
92 this->::X4<type>::g(t); in h()
/external/libxaac/decoder/armv8/
Dixheaacd_overlap_add1.s85 LSL X4, X6, #1
86 NEG X4, X4
152 ST1 {V26.H}[0], [X11], X4
154 ST1 {V26.H}[1], [X11], X4
156 ST1 {V26.H}[2], [X11], X4
158 ST1 {V26.H}[3], [X11], X4
210 ST1 {V26.H}[0], [X11], X4
214 ST1 {V26.H}[1], [X11], X4
216 ST1 {V26.H}[2], [X11], X4
218 ST1 {V26.H}[3], [X11], X4
[all …]
Dixheaacd_imdct_using_fft.s59 ADD X4, X0, X29
76 MOv X4, X5
82 MOv X4, X5
88 MOv X4, X6
94 MOv X4, X6
98 MOv X4, X7
134 LDRB W12, [X4]
145 LDRB W12, [X4, #1]
157 LDRB W12, [X4, #2]
164 LDRB W12, [X4, #3]
[all …]
Dixheaacd_sbr_imdct_using_fft.s62 MOV X4, X7
104 LDRB W12, [X4]
115 LDRB W12, [X4, #1]
127 LDRB W12, [X4, #2]
134 LDRB W12, [X4, #3]
160 ADD X4, X4, #4
410 MOV X4, #32
446 LDRB W12, [X4, #0]
457 LDRB W12, [X4, #1]
467 LDRB W12, [X4, #2]
[all …]
Dixheaacd_overlap_add2.s58 ADD X4, X4, #1
62 SUB X4, X4, #16
65 ADD X14, X4, #1
69 LSL X4, X13, X14
73 MOV X4, X3
178 ADD X11, X11, X4
/external/clang/test/CXX/except/except.spec/
Dp14-ir.cpp22 struct X4 { struct
23 X4(X4 &) throw();
26 struct X5 : X0, X4 { };
/external/clang/test/CodeGenCXX/
Doverride-layout.cpp39 struct PACKED X4 { struct
54 X4(); argument
72 X4 x4s[sizeof(X4)]; in use_structs()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp21 template <int (*F)(int)> struct X4 { X4(); }; struct
22 template <int (*F)(int)> X4<F>::X4() { } in X4() function in non_type_tmpl_param::X4
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp20.cpp70 struct X4 { struct
71 X4();
82 new (0, 0) X4; // expected-note{{instantiation}} in test_X4()
/external/clang/test/CodeGen/
Doverride-layout.c49 struct X4 { struct
55 void use_X4() { struct X4 x4; x4.y = sizeof(struct X4); }; in use_X4() argument
/external/clang/test/Preprocessor/
Dmacro_fn_comma_swallow.c22 #define X4(...) AA , ## __VA_ARGS__ BB macro
23 4: X4()
/external/clang/test/CXX/class/class.mem/
Dp13.cpp61 struct X4 { // expected-note{{previous}} struct
66 unsigned X4; // expected-error{{redeclares 'X4'}} member
/external/clang/test/SemaCXX/
Ddefault-constructor-initializers.cpp16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \ struct
22 X4 x4; // expected-note {{first required here}} argument
/external/boringssl/src/crypto/fipsmodule/md4/
Dmd4.c139 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15; in md4_block_data_order() local
160 X4 = l; in md4_block_data_order()
164 R0(A, B, C, D, X4, 3, 0); in md4_block_data_order()
198 R1(D, A, B, C, X4, 5, 0x5A827999L); in md4_block_data_order()
216 R2(C, D, A, B, X4, 11, 0x6ED9EBA1L); in md4_block_data_order()

12345678