/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | aligned_storage.pass.cpp | 19 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef 27 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef 35 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef 43 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef 51 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef 59 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef 67 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef 75 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef 83 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef 91 typedef std::aligned_storage<1>::type T1; in main() typedef [all …]
|
D | aligned_union.pass.cpp | 20 typedef std::aligned_union<10, char >::type T1; in main() typedef 28 typedef std::aligned_union<10, short >::type T1; in main() typedef 36 typedef std::aligned_union<10, int >::type T1; in main() typedef 44 typedef std::aligned_union<10, double >::type T1; in main() typedef 52 typedef std::aligned_union<10, short, char >::type T1; in main() typedef 60 typedef std::aligned_union<10, char, short >::type T1; in main() typedef 68 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef 76 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef 84 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 39 typedef std::tuple<> T1; in main() typedef 49 typedef std::tuple<char> T1; in main() typedef 59 typedef std::tuple<char> T1; in main() typedef 69 typedef std::tuple<char> T1; in main() typedef 79 typedef std::tuple<char, int> T1; in main() typedef 89 typedef std::tuple<char, int> T1; in main() typedef 99 typedef std::tuple<char, int> T1; in main() typedef 109 typedef std::tuple<char, int> T1; in main() typedef 119 typedef std::tuple<char, int> T1; in main() typedef 129 typedef std::tuple<char, int, double> T1; in main() typedef [all …]
|
D | eq.pass.cpp | 27 typedef std::tuple<> T1; in main() typedef 35 typedef std::tuple<int> T1; in main() typedef 43 typedef std::tuple<int> T1; in main() typedef 51 typedef std::tuple<int, double> T1; in main() typedef 59 typedef std::tuple<int, double> T1; in main() typedef 67 typedef std::tuple<int, double> T1; in main() typedef 75 typedef std::tuple<int, double> T1; in main() typedef 83 typedef std::tuple<char, int, double> T1; in main() typedef 91 typedef std::tuple<char, int, double> T1; in main() typedef 99 typedef std::tuple<char, int, double> T1; in main() typedef [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_convert_copy.pass.cpp | 30 typedef std::tuple<int> T1; in main() typedef 37 typedef std::tuple<alloc_first> T1; in main() typedef 46 typedef std::tuple<alloc_first, alloc_last> T1; in main() typedef 58 typedef std::tuple<int, alloc_first, alloc_last> T1; in main() typedef
|
D | convert_copy.pass.cpp | 60 typedef std::tuple<int> T1; in main() typedef 68 typedef std::tuple<A> T1; in main() typedef 75 typedef std::tuple<C> T1; in main() typedef 83 typedef std::tuple<int, int> T1; in main() typedef 91 typedef std::tuple<int, int, B> T1; in main() typedef 101 typedef std::tuple<int, int, B&> T1; in main() typedef 111 typedef std::tuple<int, int, B> T1; in main() typedef
|
D | convert_move.pass.cpp | 42 typedef std::tuple<int> T1; in main() typedef 49 typedef std::tuple<int, int> T1; in main() typedef 57 typedef std::tuple<int, int, B> T1; in main() typedef 67 typedef std::tuple<int, int, B&> T1; in main() typedef 77 typedef std::tuple<int, int, std::unique_ptr<B>> T1; in main() typedef
|
D | alloc_convert_move.pass.cpp | 47 typedef std::tuple<alloc_first> T1; in main() typedef 56 typedef std::tuple<std::unique_ptr<B>> T1; in main() typedef 63 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1; in main() typedef 73 typedef std::tuple<alloc_last, alloc_first, std::unique_ptr<B>> T1; in main() typedef
|
D | alloc_const_pair.pass.cpp | 31 typedef std::tuple<int, 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 | const_pair.pass.cpp | 26 typedef std::tuple<int, short> T1; in main() typedef 35 typedef std::tuple<int, short> T1; in main() typedef
|
/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/tuple/tuple.tuple/tuple.assign/ |
D | convert_move.pass.cpp | 44 typedef std::tuple<int> T1; in main() typedef 52 typedef std::tuple<int, int> T1; in main() typedef 61 typedef std::tuple<int, int, B> T1; in main() typedef 73 typedef std::tuple<int, int, B&> T1; in main() typedef 83 typedef std::tuple<int, int, std::unique_ptr<B>> T1; in main() typedef
|
D | convert_copy.pass.cpp | 40 typedef std::tuple<int> T1; in main() typedef 48 typedef std::tuple<int, int> T1; in main() typedef 57 typedef std::tuple<int, int, B> T1; in main() typedef 69 typedef std::tuple<int, int, B&> T1; in main() typedef
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-printers.h | 507 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/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-printers.h | 507 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/gtest/include/gtest/ |
D | gtest-printers.h | 507 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/ |
D | gtest-printers.h | 507 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()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 507 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()
|
/external/vixl/src/vixl/ |
D | globals.h | 89 inline void USE(T1) {} in USE() argument 92 inline void USE(T1, T2) {} in USE() argument 95 inline void USE(T1, T2, T3) {} in USE() argument 98 inline void USE(T1, T2, T3, T4) {} in USE() argument
|
/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
|
D | cxx-default-args.cpp | 20 template <typename A, typename B> struct T1 { enum {V};}; struct
|
/external/clang/test/SemaCXX/ |
D | PR10243.cpp | 10 struct T1 { struct 12 T1(const T1&) = default; argument
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p6.cpp | 51 template<typename T> struct T1 : virtual Literal { // expected-note {{here}} struct 52 …constexpr T1() {} // expected-error {{constexpr constructor not allowed in struct with virtual bas… in T1() argument
|
/external/clang/test/SemaTemplate/ |
D | anonymous-union.cpp | 11 struct T1 : public T0, public T { //expected-warning{{direct base 'T0' is inaccessible due to ambig… struct 19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}} expected-note{{… in f1() argument
|