/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 38 typedef std::tuple<> T2; in main() typedef 48 typedef std::tuple<double> T2; in main() typedef 58 typedef std::tuple<double> T2; in main() typedef 68 typedef std::tuple<double> T2; in main() typedef 78 typedef std::tuple<double, char> T2; in main() typedef 88 typedef std::tuple<double, char> T2; in main() typedef 98 typedef std::tuple<double, char> T2; in main() typedef 108 typedef std::tuple<double, char> T2; in main() typedef 118 typedef std::tuple<double, char> T2; in main() typedef 128 typedef std::tuple<double, char, int> T2; in main() typedef [all …]
|
D | eq.pass.cpp | 26 typedef std::tuple<> T2; in main() typedef 34 typedef std::tuple<double> T2; in main() typedef 42 typedef std::tuple<double> T2; in main() typedef 50 typedef std::tuple<double, char> T2; in main() typedef 58 typedef std::tuple<double, char> T2; in main() typedef 66 typedef std::tuple<double, char> T2; in main() typedef 74 typedef std::tuple<double, char> T2; in main() typedef 82 typedef std::tuple<double, char, int> T2; in main() typedef 90 typedef std::tuple<double, char, int> T2; in main() typedef 98 typedef std::tuple<double, char, int> T2; in main() typedef [all …]
|
/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/clang/test/PCH/ |
D | cxx-alias-decl.cpp | 14 using T2 = B<A>; typedef 15 using T2 = S; typedef
|
D | objc_exprs.m | 21 int *T2 = (objc_qual_interface_ty)0; // expected-warning {{aka 'itf<foo> *'}} function
|
/external/clang/test/SemaCXX/ |
D | PR10243.cpp | 15 struct T2 { struct 17 T2& operator=(const T2&) = default; argument
|
/external/clang/test/Parser/ |
D | cxx-default-args.cpp | 21 template <int A, int B> struct T2 { enum {V}; }; argument
|
D | cxx0x-member-initializers.cpp | 32 template <int, int> struct T2 { enum {V};}; argument
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p6.cpp | 55 template<typename T> struct T2 : virtual T { struct 58 constexpr T2() {} in T2() function
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() argument 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
D | gtest-printers.h | 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() argument 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() argument 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/clang/test/CodeGen/ |
D | pragma-pack-1.c | 20 struct T2 struct 22 char b; 23 int c;
|
/external/clang/test/CodeCompletion/ |
D | documentation.cpp | 8 class T2 { class
|
/external/gtest/include/gtest/ |
D | gtest-printers.h | 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() argument 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/clang/test/Index/ |
D | complete-documentation-templates.cpp | 10 void T2(T t) { } in T2() function 14 void T2(int t) { } in T2() function
|
D | complete-documentation.cpp | 8 class T2 { class
|
/external/libcxx/test/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 26 typedef std::try_to_lock_t T2; in main() typedef
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-right.h | 63 typedef double T2; typedef
|
/external/libcxx/test/utilities/time/time.traits/time.traits.specializations/ |
D | time_point.pass.cpp | 26 typedef std::chrono::time_point<C, D2> T2; in test() typedef
|
/external/chromium_org/testing/gtest/include/gtest/ |
D | gtest-printers.h | 518 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() argument 523 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 528 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 535 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 542 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 549 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 556 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 564 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/libcxx/test/utilities/time/time.point/time.point.comparisons/ |
D | op_less.fail.cpp | 43 typedef std::chrono::time_point<Clock2, Duration2> T2; in main() typedef
|
D | op_equal.fail.cpp | 35 typedef std::chrono::time_point<Clock2, Duration2> T2; in main() typedef
|
/external/clang/test/CodeGenCXX/ |
D | 2009-03-17-dbg.cpp | 4 inline void f(const T1&,const T2&) { } in f()
|
/external/clang/test/Layout/ |
D | ms-x86-misalignedarray.cpp | 7 struct T2 : virtual T0 { }; struct
|