| /external/rust/crates/zeroize/tests/ |
| D | zeroize_derive.rs | 9 struct Z([u8; 3]); in derive_tuple_struct_test() struct 20 struct Z { in derive_struct_test() struct 21 string: String, in derive_struct_test() 22 vec: Vec<u8>, in derive_struct_test() 23 bytearray: [u8; 3], in derive_struct_test() 24 number: usize, in derive_struct_test() 25 boolean: bool, in derive_struct_test() 48 enum Z { in derive_enum_test() enum 65 struct Z([u8; 3]); in derive_struct_drop() struct 75 enum Z { in derive_enum_drop() enum [all …]
|
| /external/ComputeLibrary/src/core/CL/cl_kernels/ |
| D | load_store_utility.h | 36 #define STORE_ROW_1(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 40 #define STORE_ROW_2(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 45 #define STORE_ROW_3(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 50 #define STORE_ROW_4(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 55 #define STORE_ROW_5(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 60 #define STORE_ROW_6(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 65 #define STORE_ROW_7(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 70 #define STORE_ROW_8(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 75 #define STORE_ROW_9(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument 80 #define STORE_ROW_10(N0, DATA_TYPE, BASENAME, PTR, STRIDE_Y, Z) \ argument [all …]
|
| /external/clang/test/CXX/temp/temp.res/temp.local/ |
| D | p6.cpp | 68 template<int T> struct Z { // expected-note 16{{declared here}} struct 69 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}} 71 struct B { 74 struct C { 77 struct D { 80 struct E { 83 struct F { 86 struct G { 89 struct H { 92 struct I { [all …]
|
| /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
| D | rvalue_T.pass.cpp | 35 class Z class 38 Z(int) {} in Z() function in Z 39 Z(Z&&) {TEST_THROW(6);} in Z() function in Z 144 struct Z { in main() struct 145 Z(int) {} in main() function 146 Z(Z&&) {throw 6;} in main() function
|
| D | copy.pass.cpp | 47 struct Z { in test_throwing_ctor() struct 48 Z() : count(0) {} in test_throwing_ctor() argument 49 Z(Z const& o) : count(o.count + 1) in test_throwing_ctor() argument 51 int count; in test_throwing_ctor()
|
| D | const_T.pass.cpp | 119 struct Z { in main() struct 120 Z(int) {} in main() argument 121 Z(const Z&) {throw 6;} in main() function
|
| D | move.pass.cpp | 58 struct Z { in test_throwing_ctor() struct 59 Z() : count(0) {} in test_throwing_ctor() argument 60 Z(Z&& o) : count(o.count + 1) in test_throwing_ctor() argument 62 int count; in test_throwing_ctor()
|
| /external/clang/test/CodeGenObjC/ |
| D | encode-test-6.m | 5 typedef struct {} Z; typedef 8 -(void)bar:(Z)a; argument 9 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 13 -(void)bar:(Z)a {} argument 14 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
|
| /external/clang/test/Modules/ |
| D | recursive_visibility.mm | 8 template<typename T> struct Z { typedef T type; }; argument 9 template void g<Z>(); argument
|
| /external/clang/test/Index/ |
| D | complete-ctor-inits.cpp | 12 struct Z : public X<int>, public Y { struct 18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z() argument
|
| /external/curl/tests/libtest/ |
| D | test.h | 131 #define exe_easy_init(A,Y,Z) do { \ argument 141 #define chk_easy_init(A,Y,Z) do { \ argument 152 #define exe_multi_init(A,Y,Z) do { \ argument 162 #define chk_multi_init(A,Y,Z) do { \ argument 173 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument 186 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument 197 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument 210 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument 221 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument 234 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument [all …]
|
| /external/clang/test/Sema/ |
| D | nested-redef.c | 12 struct Z { struct 13 struct T { int x; } t; 14 struct U { int x; } u;
|
| /external/ImageMagick/MagickCore/ |
| D | gem-private.h | 96 const double blue,double *X,double *Y,double *Z) in ConvertAdobe98ToXYZ() 118 const double blue,double *X,double *Y,double *Z) in ConvertDisplayP3ToXYZ() 140 const IlluminantType illuminant,double *X,double *Y,double *Z) in ConvertLabToXYZ() 171 const IlluminantType illuminant,double *X,double *Y,double *Z) in ConvertLuvToXYZ() 201 const double blue,double *X,double *Y,double *Z) in ConvertProPhotoToXYZ() 223 const double blue,double *X,double *Y,double *Z) in ConvertRGBToXYZ() 245 const double Z,double *red,double *green,double *blue) in ConvertXYZToAdobe98() 264 const double Z,double *red,double *green,double *blue) in ConvertXYZToDisplayP3() 282 static inline void ConvertXYZToLab(const double X,const double Y,const double Z, in ConvertXYZToLab() 310 static inline void ConvertXYZToLuv(const double X,const double Y,const double Z, in ConvertXYZToLuv() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/optional/optional.object/optional.object.ctor/ |
| D | copy.pass.cpp | 46 struct Z { in test_throwing_ctor() struct 47 Z() : count(0) {} in test_throwing_ctor() argument 48 Z(Z const& o) : count(o.count + 1) in test_throwing_ctor() argument 50 int count; in test_throwing_ctor()
|
| D | const_T.pass.cpp | 112 struct Z { in main() struct 113 Z(int) {} in main() argument 114 Z(const Z&) {throw 6;} in main() function
|
| D | move.pass.cpp | 51 struct Z { in test_throwing_ctor() struct 52 Z() : count(0) {} in test_throwing_ctor() argument 53 Z(Z&& o) : count(o.count + 1) in test_throwing_ctor() argument 55 int count; in test_throwing_ctor()
|
| D | rvalue_T.pass.cpp | 28 class Z class 31 Z(int) {} in Z() function in Z 32 Z(Z&&) {TEST_THROW(6);} in Z() argument
|
| /external/clang/test/CodeGen/ |
| D | 2007-04-17-ZeroSizeBitFields.c | 4 struct Z { int a:1; int :0; int c:1; } z; argument
|
| /external/clang/test/CodeGenCXX/ |
| D | conversion-function.cpp | 29 struct Z { struct 30 operator X() { printf("perator X()\n"); x.iX += iZ; x.fX += fZ; return x; } in operator X() argument 31 int iZ; argument 32 float fZ; argument 33 Z() : iZ(1), fZ(1.00) {} in Z() argument
|
| D | microsoft-abi-vtables-virtual-inheritance.cpp | 65 struct Z : virtual Y { struct 76 Z::Z() {} in Z() function in Test1::Z 251 struct Z : Y, C { struct 311 struct Z : Y, virtual B { struct 331 Z::Z() {} in Z() function in Test9::Z 445 struct Z : virtual X, Y { struct 465 struct Z : virtual Y { struct 475 …// CHECK-LABEL: VFTable for 'A' in 'Test12::X' in 'Test12::Y' in 'Test12::Z' in 'Test12::W' (2 ent… 505 struct Z { struct 606 struct Z { struct [all …]
|
| /external/clang/test/SemaCXX/ |
| D | struct-class-redecl.cpp | 11 struct Z { struct 12 struct Z { // expected-error{{member 'Z' has the same name as its class}} struct
|
| D | defaulted-private-dtor.cpp | 31 struct Z : virtual BadDtor { // expected-error {{private destructor}} struct 32 ~Z() {} in ~Z() argument 51 struct Z : virtual BadDtor { struct in K 52 ~Z() {} in ~Z()
|
| /external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
| D | p1-0x.cpp | 18 struct Z { struct 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}} argument
|
| /external/libcxx/test/std/utilities/optional/optional.object/optional.object.swap/ |
| D | swap.pass.cpp | 56 class Z class 60 Z(int i) : i_(i) {} in Z() function in Z 61 Z(Z&&) {TEST_THROW(7);} in Z() argument 64 friend void swap(Z&, Z&) {TEST_THROW(6);} in swap() argument
|
| /external/libcxx/test/std/utilities/optional/optional.specalg/ |
| D | swap.pass.cpp | 55 class Z class 59 Z(int i) : i_(i) {} in Z() function in Z 60 Z(Z&&) { TEST_THROW(7);} in Z() function in Z 63 friend void swap(Z&, Z&) { TEST_THROW(6);} in swap() argument
|