Home
last modified time | relevance | path

Searched defs:T1 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Daligned_storage.pass.cpp21 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 …]
Daligned_union.pass.cpp22 typedef std::aligned_union<10, char >::type T1; in main() typedef
30 typedef std::aligned_union<10, short >::type T1; in main() typedef
38 typedef std::aligned_union<10, int >::type T1; in main() typedef
46 typedef std::aligned_union<10, double >::type T1; in main() typedef
54 typedef std::aligned_union<10, short, char >::type T1; in main() typedef
62 typedef std::aligned_union<10, char, short >::type T1; in main() typedef
70 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef
78 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef
86 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
Dcommon_type.pass.cpp114 using T1 = S<int> const; in test_bullet_three_one() typedef
120 using T1 = ::S<long> const; in test_bullet_three_one() typedef
128 using T1 = const void; in test_bullet_three_one() typedef
134 using T1 = int const[]; in test_bullet_three_one() typedef
152 using T1 = int const*; in test_bullet_three_two() typedef
160 using T1 = int; in test_bullet_three_two() typedef
166 using T1 = int; in test_bullet_three_two() typedef
174 using T1 = void; in test_bullet_three_two() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp41 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 …]
Deq.pass.cpp29 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/clang/INPUTS/
Dc99-intconst-1.c29 #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/tuple/tuple.tuple/tuple.cnstr/
Dconvert_copy.pass.cpp72 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
Dalloc_const_pair.pass.cpp31 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
Dalloc_convert_copy.pass.cpp41 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
Dconvert_move.pass.cpp52 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
Dalloc_convert_move.pass.cpp57 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
/external/arm-neon-tests/
Dref_vcvt.c41 #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
Dref_vtbX.c39 #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
Dref_vreinterpret.c41 #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
Dref_vtst.c47 #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
Dref_vget_lane.c37 #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
Dref_vuzp.c45 #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
Dref_vqdmull.c42 #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
Dref_vqrdmulh.c43 #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
Dref_vqdmulh.c43 #define TEST_VQDMULH2(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
54 #define TEST_VQDMULH1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
57 #define TEST_VQDMULH(Q, T1, T2, W, N) \ in FNNAME() argument
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconvert_move.pass.cpp51 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
Dconvert_copy.pass.cpp40 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/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo()
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo()
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo()
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo()
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo()
557 void PrintTo( in PrintTo()
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo()
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo()
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo()
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo()
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo()
557 void PrintTo( in PrintTo()
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo()
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo()
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo()
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo()
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo()
557 void PrintTo( in PrintTo()
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()

1234567891011