Home
last modified time | relevance | path

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

12345678910>>...19

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Daligned_storage.pass.cpp24 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef
37 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef
50 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef
63 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef
76 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef
89 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef
102 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef
115 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef
128 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef
141 typedef std::aligned_storage<1>::type T1; in main() typedef
[all …]
Daligned_union.pass.cpp26 typedef std::aligned_union<10, char >::type T1; in main() typedef
36 typedef std::aligned_union<10, short >::type T1; in main() typedef
46 typedef std::aligned_union<10, int >::type T1; in main() typedef
56 typedef std::aligned_union<10, double >::type T1; in main() typedef
66 typedef std::aligned_union<10, short, char >::type T1; in main() typedef
76 typedef std::aligned_union<10, char, short >::type T1; in main() typedef
86 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef
96 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef
106 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
Dcommon_type.pass.cpp124 using T1 = S<int> const; in test_bullet_three_one() typedef
130 using T1 = ::S<long> const; in test_bullet_three_one() typedef
138 using T1 = const void; in test_bullet_three_one() typedef
144 using T1 = int const[]; in test_bullet_three_one() typedef
162 using T1 = int const*; in test_bullet_three_two() typedef
170 using T1 = int; in test_bullet_three_two() typedef
176 using T1 = int; in test_bullet_three_two() typedef
184 using T1 = void; in test_bullet_three_two() typedef
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Daligned_storage.pass.cpp37 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef
50 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef
63 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef
76 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef
89 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef
102 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef
115 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef
128 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef
141 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef
154 typedef std::aligned_storage<1>::type T1; in main() typedef
[all …]
Daligned_union.pass.cpp23 typedef std::aligned_union<10, char >::type T1; in main() typedef
33 typedef std::aligned_union<10, short >::type T1; in main() typedef
43 typedef std::aligned_union<10, int >::type T1; in main() typedef
53 typedef std::aligned_union<10, double >::type T1; in main() typedef
63 typedef std::aligned_union<10, short, char >::type T1; in main() typedef
73 typedef std::aligned_union<10, char, short >::type T1; in main() typedef
83 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef
93 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef
103 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
Dcommon_type.pass.cpp146 typedef const S<int> T1; in test_bullet_three_one() typedef
152 typedef const ::S<long> T1; in test_bullet_three_one() typedef
160 typedef const void T1; in test_bullet_three_one() typedef
166 typedef int const T1[]; in test_bullet_three_one() typedef
187 typedef int const* T1; in test_bullet_three_three() typedef
195 typedef int T1; in test_bullet_three_three() typedef
201 typedef int T1; in test_bullet_three_three() typedef
209 typedef void T1; in test_bullet_three_three() typedef
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp40 typedef std::tuple<> T1; in main() typedef
50 typedef std::tuple<long> T1; in main() typedef
60 typedef std::tuple<long> T1; in main() typedef
70 typedef std::tuple<long> T1; in main() typedef
80 typedef std::tuple<long, int> T1; in main() typedef
90 typedef std::tuple<long, int> T1; in main() typedef
100 typedef std::tuple<long, int> T1; in main() typedef
110 typedef std::tuple<long, int> T1; in main() typedef
120 typedef std::tuple<long, int> T1; in main() typedef
130 typedef std::tuple<long, int, double> T1; in main() typedef
[all …]
Deq.pass.cpp28 typedef std::tuple<> T1; in main() typedef
36 typedef std::tuple<int> T1; in main() typedef
44 typedef std::tuple<int> T1; in main() typedef
52 typedef std::tuple<int, double> T1; in main() typedef
60 typedef std::tuple<int, double> T1; in main() typedef
68 typedef std::tuple<int, double> T1; in main() typedef
76 typedef std::tuple<int, double> T1; in main() typedef
84 typedef std::tuple<long, int, double> T1; in main() typedef
92 typedef std::tuple<long, int, double> T1; in main() typedef
100 typedef std::tuple<long, int, double> T1; in main() typedef
[all …]
/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/llvm-project/clang/test/OpenMP/
Dnvptx_unsupported_type_codegen.cpp25 struct T1 { struct
30 T1() : a(12), f(15) {} in T1() argument
31 T1 &operator+(T1 &b) { f += b.a; return *this;} in operator +() argument
Dnvptx_unsupported_type_messages.cpp29 struct T1 { struct
34 T1() : a(12), f(15) {} in T1() argument
35 T1 &operator/(T1 &b) { in operator /() argument
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
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
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_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
/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/llvm-project/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/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
/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/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
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_copy.pass.cpp80 typedef std::tuple<long long> T1; in main() typedef
88 typedef std::tuple<A> T1; in main() typedef
95 typedef std::tuple<C> T1; in main() typedef
103 typedef std::tuple<long long, int> T1; in main() typedef
111 typedef std::tuple<long long, int, B> T1; in main() typedef
121 typedef std::tuple<long long, int, B&> T1; in main() typedef
131 typedef std::tuple<long long, int, B> T1; in main() typedef
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconvert_move.pass.cpp52 typedef std::tuple<long long> T1; in main() typedef
60 typedef std::tuple<long long, int> T1; in main() typedef
69 typedef std::tuple<long long, int, B> T1; in main() typedef
81 typedef std::tuple<long long, int, B&> T1; in main() typedef
91 typedef std::tuple<long long, int, std::unique_ptr<B>> T1; in main() typedef

12345678910>>...19