/external/clang/test/SemaTemplate/ |
D | constructor-template.cpp | 79 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()
|
D | temp_explicit.cpp | 60 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
|
D | member-access-expr.cpp | 108 struct X4 { struct 119 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { in test_X5()
|
D | instantiate-member-pointers.cpp | 40 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()
|
D | instantiate-function-1.cpp | 40 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/ |
D | p3-0x.cpp | 51 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/ |
D | p7-0x.cpp | 16 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/ |
D | p5-cxx0x-no-extra-copy.cpp | 35 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()
|
D | p5-cxx03-extra-copy.cpp | 38 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/ |
D | p2-0x.cpp | 325 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/ |
D | check-dag-xfails.txt | 4 ; 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/ |
D | annotate-nested-name-specifier.cpp | 69 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/ |
D | ixheaacd_overlap_add1.s | 85 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 …]
|
D | ixheaacd_imdct_using_fft.s | 59 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 …]
|
D | ixheaacd_sbr_imdct_using_fft.s | 62 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 …]
|
D | ixheaacd_overlap_add2.s | 58 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/ |
D | p14-ir.cpp | 22 struct X4 { struct 23 X4(X4 &) throw(); 26 struct X5 : X0, X4 { };
|
/external/clang/test/CodeGenCXX/ |
D | override-layout.cpp | 39 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/ |
D | p1.cpp | 21 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/ |
D | p20.cpp | 70 struct X4 { struct 71 X4(); 82 new (0, 0) X4; // expected-note{{instantiation}} in test_X4()
|
/external/clang/test/CodeGen/ |
D | override-layout.c | 49 struct X4 { struct 55 void use_X4() { struct X4 x4; x4.y = sizeof(struct X4); }; in use_X4() argument
|
/external/clang/test/Preprocessor/ |
D | macro_fn_comma_swallow.c | 22 #define X4(...) AA , ## __VA_ARGS__ BB macro 23 4: X4()
|
/external/clang/test/CXX/class/class.mem/ |
D | p13.cpp | 61 struct X4 { // expected-note{{previous}} struct 66 unsigned X4; // expected-error{{redeclares 'X4'}} member
|
/external/clang/test/SemaCXX/ |
D | default-constructor-initializers.cpp | 16 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/ |
D | md4.c | 139 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()
|