/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 40 typedef std::tuple<> T2; in main() typedef 50 typedef std::tuple<double> T2; in main() typedef 60 typedef std::tuple<double> T2; in main() typedef 70 typedef std::tuple<double> T2; in main() typedef 80 typedef std::tuple<double, char> T2; in main() typedef 90 typedef std::tuple<double, char> T2; in main() typedef 100 typedef std::tuple<double, char> T2; in main() typedef 110 typedef std::tuple<double, char> T2; in main() typedef 120 typedef std::tuple<double, char> T2; in main() typedef 130 typedef std::tuple<double, char, int> T2; in main() typedef [all …]
|
D | eq.pass.cpp | 28 typedef std::tuple<> T2; in main() typedef 36 typedef std::tuple<double> T2; in main() typedef 44 typedef std::tuple<double> T2; in main() typedef 52 typedef std::tuple<double, char> T2; in main() typedef 60 typedef std::tuple<double, char> T2; in main() typedef 68 typedef std::tuple<double, char> T2; in main() typedef 76 typedef std::tuple<double, char> T2; in main() typedef 84 typedef std::tuple<double, char, int> T2; in main() typedef 92 typedef std::tuple<double, char, int> T2; in main() typedef 100 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/CodeGen/ |
D | mips-zero-sized-struct.c | 12 typedef struct T2 { } T2; struct
|
D | pragma-pack-1.c | 20 struct T2 struct 22 char b; 23 int c;
|
/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/CodeGenCXX/ |
D | duplicate-mangled-name.cpp | 30 struct T2 { struct 31 ~T2() {} // expected-error {{definition with same mangled name as another definition}} in ~T2() argument
|
/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/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/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p6.cpp | 55 template<typename T> struct T2 : virtual T { struct 58 constexpr T2() {} in T2() argument
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/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/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/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
|
D | cxx-ambig-init-templ.cpp | 78 template<int, int &(S::*)(int)> struct T2 { static const int val = 0; }; struct 154 template<int, int, int> struct T2 { enum { val }; }; argument
|
/external/vixl/src/vixl/ |
D | globals.h | 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/Index/ |
D | complete-documentation-templates.cpp | 10 void T2(T t) { } in T2() function 14 void T2(int t) { } in T2() function
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 104 using T2 = take<4, int, char, double, long>::type; // expected-note {{previous}} typedef 105 using T2 = types<int, char, double, long>; typedef 108 using T2 = types<void, void, void, void>; // expected-error {{'types<void, void, void, void>' vs 't… typedef
|
/external/clang/test/CodeCompletion/ |
D | documentation.cpp | 8 class T2 { class
|
/external/clang/test/Layout/ |
D | ms-x86-alias-avoidance-padding.cpp | 154 struct T2 : AT { struct 156 T2() { in T2() argument
|
/external/libcxx/test/std/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/libcxx/test/std/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 28 typedef std::try_to_lock_t T2; in main() typedef
|