/aosp_15_r20/external/stg/test_cases/info_tests/primitive/ |
H A D | all_c99_types.c | 1 struct Z { struct 2 _Bool a_bool; 3 char a_char; 4 signed char a_signed_char; 5 unsigned char an_unsigned_char; 6 short a_short; 7 short int a_short_int; 8 signed short a_signed_short; 9 signed short int a_signed_short_int; 10 unsigned short an_unsigned_short; [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/ |
H A 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 …]
|
H A D | gemm_helpers.h | 103 #define LOAD_TENSOR_ROW_0(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 106 #define LOAD_TENSOR_ROW_1(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 109 #define LOAD_TENSOR_ROW_2(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 113 #define LOAD_TENSOR_ROW_3(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 117 #define LOAD_TENSOR_ROW_4(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 121 #define LOAD_TENSOR_ROW_5(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 125 #define LOAD_TENSOR_ROW_6(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 129 #define LOAD_TENSOR_ROW_7(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 133 #define LOAD_TENSOR_ROW_8(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument 137 #define LOAD_TENSOR_ROW_9(N0, DATA_TYPE, BASENAME, PTR, COL_OFFSET, STRIDE_Y, Z) \ argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/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 …]
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | test.h | 135 #define exe_easy_init(A,Y,Z) do { \ argument 145 #define chk_easy_init(A,Y,Z) do { \ argument 156 #define exe_multi_init(A,Y,Z) do { \ argument 166 #define chk_multi_init(A,Y,Z) do { \ argument 177 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument 190 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument 201 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument 214 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument 225 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument 238 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument [all …]
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.local/ |
H A 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/xml/ |
D | macro.hpp | 50 #define BSL_PRINT(Z, N, T) T argument 76 #define BSL_NODE_DECL_MEMBER(Z, N, _) T ## N element ## N ; argument 77 #define BSL_NODE_DECL_NONE(Z, N, _) unused_type element ## N ; argument 87 #define BSL_NODE_SERIALIZE(Z, N, _) \ argument 91 #define BSL_NODE_INIT_LIST(Z, N, _) \ argument 96 #define BSL_NODE_DECL(Z, N, _) \ argument 121 #define BSL_INST_BASE(Z, N, L) \ argument 128 #define BSL_INST_yNODES(Z, N, L) \ argument 141 #define BSL_INST_xNODES(Z, N, L) \ argument 150 #define BSL_INST_NODES(Z, N, L) \ argument [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
H A 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() argument 144 struct Z { in main() struct 145 Z(int) {} in main() function 146 Z(Z&&) {throw 6;} in main() argument
|
H A D | copy.pass.cpp | 47 struct Z { in test_throwing_ctor() struct 48 Z() : count(0) {} in test_throwing_ctor() function 49 Z(Z const& o) : count(o.count + 1) in test_throwing_ctor() argument 51 int count; in test_throwing_ctor()
|
H A D | move.pass.cpp | 58 struct Z { in test_throwing_ctor() struct 59 Z() : count(0) {} in test_throwing_ctor() function 60 Z(Z&& o) : count(o.count + 1) in test_throwing_ctor() function 62 int count; in test_throwing_ctor()
|
H A D | const_T.pass.cpp | 119 struct Z { in main() struct 120 Z(int) {} in main() function 121 Z(const Z&) {throw 6;} in main() argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/ |
H A 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() function 50 int count; in test_throwing_ctor()
|
H A D | move.pass.cpp | 49 struct Z { in test_throwing_ctor() struct 50 Z() : count(0) {} in test_throwing_ctor() function 51 Z(Z&& o) : count(o.count + 1) in test_throwing_ctor() function 53 int count; in test_throwing_ctor()
|
H A D | const_T.pass.cpp | 110 struct Z { in main() struct 111 Z(int) {} in main() argument 112 Z(const Z&) {throw 6;} in main() function
|
/aosp_15_r20/external/clang/test/Index/ |
H A 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() function in Z
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
D | unpack_expr_.hpp | 9 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR_TYPE(Z, N, DATA) \ argument 26 … #define BOOST_PROTO_FUSION_AT_TYPE(Z, N, DATA) \ argument 36 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR(Z, N, DATA) \ argument 50 … #define BOOST_PROTO_FUSION_AT(Z, N, DATA) \ argument 56 … #define BOOST_PROTO_FUSION_AS_CHILD_AT_TYPE(Z, N, DATA) \ argument 65 … #define BOOST_PROTO_FUSION_AS_CHILD_AT(Z, N, DATA) \ argument
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | nested-redef.c | 12 struct Z { struct 13 struct T { int x; } t; 14 struct U { int x; } u;
|
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.swap/ |
H A 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
|
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.specalg/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.specalg/ |
H A D | swap.pass.cpp | 54 class Z class 58 Z(int i) : i_(i) {} in Z() function in Z 59 Z(Z&&) { TEST_THROW(7);} in Z() argument 62 friend void swap(Z&, Z&) { TEST_THROW(6);} in swap() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.swap/ |
H A 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
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/custom/sec/test/ |
H A D | SecP384R1FieldTest.java | 39 BigInteger Z = z.toBigInteger(); in testMultiply1() local 64 BigInteger Z = z.toBigInteger(); in testMultiply2() local 83 BigInteger Z = z.toBigInteger(); in testSquare() local 101 BigInteger Z = z.toBigInteger(); in testSquare_CarryBug() local 119 BigInteger Z = z.toBigInteger(); in testSquare_CarryBug_Reported() local
|