/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | aligned_storage.pass.cpp | 21 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef 29 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef 37 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef 45 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef 53 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef 61 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef 69 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef 77 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef 85 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef 93 typedef std::aligned_storage<1>::type T1; in main() typedef [all …]
|
D | aligned_union.pass.cpp | 23 typedef std::aligned_union<10, char >::type T1; in main() typedef 31 typedef std::aligned_union<10, short >::type T1; in main() typedef 39 typedef std::aligned_union<10, int >::type T1; in main() typedef 47 typedef std::aligned_union<10, double >::type T1; in main() typedef 55 typedef std::aligned_union<10, short, char >::type T1; in main() typedef 63 typedef std::aligned_union<10, char, short >::type T1; in main() typedef 71 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef 79 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef 87 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
|
D | common_type.pass.cpp | 125 using T1 = S<int> const; in test_bullet_three_one() typedef 131 using T1 = ::S<long> const; in test_bullet_three_one() typedef 139 using T1 = const void; in test_bullet_three_one() typedef 145 using T1 = int const[]; in test_bullet_three_one() typedef 163 using T1 = int const*; in test_bullet_three_two() typedef 171 using T1 = int; in test_bullet_three_two() typedef 177 using T1 = int; in test_bullet_three_two() typedef 185 using T1 = void; in test_bullet_three_two() typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 41 typedef std::tuple<> T1; in main() typedef 51 typedef std::tuple<long> T1; in main() typedef 61 typedef std::tuple<long> T1; in main() typedef 71 typedef std::tuple<long> T1; in main() typedef 81 typedef std::tuple<long, int> T1; in main() typedef 91 typedef std::tuple<long, int> T1; in main() typedef 101 typedef std::tuple<long, int> T1; in main() typedef 111 typedef std::tuple<long, int> T1; in main() typedef 121 typedef std::tuple<long, int> T1; in main() typedef 131 typedef std::tuple<long, int, double> T1; in main() typedef [all …]
|
D | eq.pass.cpp | 29 typedef std::tuple<> T1; in main() typedef 37 typedef std::tuple<int> T1; in main() typedef 45 typedef std::tuple<int> T1; in main() typedef 53 typedef std::tuple<int, double> T1; in main() typedef 61 typedef std::tuple<int, double> T1; in main() typedef 69 typedef std::tuple<int, double> T1; in main() typedef 77 typedef std::tuple<int, double> T1; in main() typedef 85 typedef std::tuple<long, int, double> T1; in main() typedef 93 typedef std::tuple<long, int, double> T1; in main() typedef 101 typedef std::tuple<long, int, double> T1; in main() typedef [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_const_pair.pass.cpp | 31 typedef std::tuple<long long, double> T1; in main() typedef 39 typedef std::tuple<alloc_first, double> T1; in main() typedef 49 typedef std::tuple<alloc_first, alloc_last> T1; in main() typedef
|
D | alloc_convert_copy.pass.cpp | 41 typedef std::tuple<long long> T1; in main() typedef 48 typedef std::tuple<alloc_first> T1; in main() typedef 57 typedef std::tuple<alloc_first, alloc_last> T1; in main() typedef 69 typedef std::tuple<long long, alloc_first, alloc_last> T1; in main() typedef
|
D | convert_copy.pass.cpp | 72 typedef std::tuple<long long> T1; in main() typedef 80 typedef std::tuple<A> T1; in main() typedef 87 typedef std::tuple<C> T1; in main() typedef 95 typedef std::tuple<long long, int> T1; in main() typedef 103 typedef std::tuple<long long, int, B> T1; in main() typedef 113 typedef std::tuple<long long, int, B&> T1; in main() typedef 123 typedef std::tuple<long long, int, B> T1; in main() typedef
|
D | convert_move.pass.cpp | 52 typedef std::tuple<long long> T1; in main() typedef 59 typedef std::tuple<long long, int> T1; in main() typedef 67 typedef std::tuple<long long, int, B> T1; in main() typedef 77 typedef std::tuple<long long, int, B&> T1; in main() typedef 87 typedef std::tuple<long long, int, std::unique_ptr<B>> T1; in main() typedef
|
D | alloc_convert_move.pass.cpp | 57 typedef std::tuple<alloc_first> T1; in main() typedef 66 typedef std::tuple<std::unique_ptr<B>> T1; in main() typedef 73 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1; in main() typedef 83 typedef std::tuple<alloc_last, alloc_first, std::unique_ptr<B>> T1; in main() typedef
|
D | const_pair.pass.cpp | 28 typedef std::tuple<long long, short> T1; in main() typedef 37 typedef std::tuple<long long, short> T1; in main() typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
D | convert_move.pass.cpp | 51 typedef std::tuple<long long> T1; in main() typedef 59 typedef std::tuple<long long, int> T1; in main() typedef 68 typedef std::tuple<long long, int, B> T1; in main() typedef 80 typedef std::tuple<long long, int, B&> T1; in main() typedef 90 typedef std::tuple<long long, int, std::unique_ptr<B>> T1; in main() typedef
|
D | convert_copy.pass.cpp | 40 typedef std::tuple<long long> T1; in main() typedef 48 typedef std::tuple<long long, int> T1; in main() typedef 57 typedef std::tuple<long long, int, B> T1; in main() typedef 69 typedef std::tuple<long long, int, B&> T1; in main() typedef
|
/external/arm-neon-tests/ |
D | ref_vcvt.c | 41 #define TEST_VCVT(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument 48 #define TEST_VCVT_FP(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument 56 #define TEST_VCVT_FP16(T1, T2, W1, W2, N) \ in exec_vcvt() argument 63 #define TEST_VCVT_2FP16(T1, T2, W1, W2, N) \ in exec_vcvt() argument 71 #define TEST_VCVT_N(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument 78 #define TEST_VCVT_N_FP(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
|
D | ref_vtbX.c | 39 #define DECL_VTBX(T1, W, N, X) \ in exec_vtbX() argument 44 #define TEST_VTBL1(T1, T2, T3, W, N) \ in exec_vtbX() argument 54 #define TEST_VTBLX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument 163 #define TEST_VTBX1(T1, T2, T3, W, N) \ in exec_vtbX() argument 174 #define TEST_VTBXX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument
|
D | ref_vtst.c | 47 #define TEST_BINARY_OP1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_BINARY_OP(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 83 #define TEST_MACRO_NO64BIT_VARIANT_1_5(MACRO, VAR, T1, T2) \ in FNNAME() argument
|
D | ref_vget_lane.c | 37 #define TEST_VGET_LANE(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument 42 #define TEST_VGET_LANE_POLY(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument 53 #define TEST_VGET_LANE_F(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument
|
D | ref_vreinterpret.c | 41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
|
D | ref_vuzp.c | 45 #define DECL_VUZP(T1, W, N) \ in FNNAME() argument 55 #define TEST_VUZP(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 65 #define TEST_EXTRA_CHUNK(T1, W, N, X) \ in FNNAME() argument
|
D | ref_vqdmull.c | 42 #define TEST_VQDMULL2(INSN, T1, T2, W, W2, N) \ in FNNAME() argument 53 #define TEST_VQDMULL1(INSN, T1, T2, W, W2, N) \ in FNNAME() argument 56 #define TEST_VQDMULL(T1, T2, W, W2, N) \ in FNNAME() argument
|
D | ref_vqrdmulh.c | 43 #define TEST_VQRDMULH2(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQRDMULH1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQRDMULH(Q, T1, T2, W, N) \ in FNNAME() argument
|
/external/clang/INPUTS/ |
D | c99-intconst-1.c | 29 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) argument 30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument 31 #define type_comb4(T1, T2, T3, T4) \ argument 33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 67 #define first_of2(T1, E1, T2, E2) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument [all …]
|
/external/libcxx/test/std/utilities/utility/utility.inplace/ |
D | inplace.pass.cpp | 54 using T1 = std::in_place_type_t<void>; in main() typedef 65 using T1 = std::in_place_index_t<0>; in main() typedef
|
/external/clang/test/PCH/ |
D | cxx-alias-decl.cpp | 11 using T1 = decltype(a); typedef 12 using T1 = D<int, char>; typedef
|
/external/clang/test/Parser/ |
D | cxx-attributes.cpp | 17 typedef int __attribute__((__aligned__(A))) T1; typedef 20 typedef int __attribute__((aligned(int(1)))) T1; typedef
|