Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 25 of 132) sorted by relevance

123456

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp40 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 …]
Deq.pass.cpp28 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/
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/clang/test/CodeGen/
Dmips-zero-sized-struct.c12 typedef struct T2 { } T2; struct
Dpragma-pack-1.c20 struct T2 struct
22 char b;
23 int c;
/external/clang/test/PCH/
Dcxx-alias-decl.cpp14 using T2 = B<A>; typedef
15 using T2 = S; typedef
Dobjc_exprs.m21 int *T2 = (objc_qual_interface_ty)0; // expected-warning {{aka 'itf<foo> *'}} function
/external/clang/test/SemaCXX/
DPR10243.cpp15 struct T2 { struct
17 T2& operator=(const T2&) = default; argument
/external/clang/test/CodeGenCXX/
Dduplicate-mangled-name.cpp30 struct T2 { struct
31 ~T2() {} // expected-error {{definition with same mangled name as another definition}} in ~T2() argument
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h512 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/
Dgtest-printers.h512 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/
Dp6.cpp55 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/
Dgtest-printers.h512 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/
Dgtest-printers.h512 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/
Dgtest-printers.h512 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/
Dcxx-default-args.cpp21 template <int A, int B> struct T2 { enum {V}; }; argument
Dcxx0x-member-initializers.cpp32 template <int, int> struct T2 { enum {V};}; argument
Dcxx-ambig-init-templ.cpp78 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/
Dglobals.h92 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/
Dcomplete-documentation-templates.cpp10 void T2(T t) { } in T2() function
14 void T2(int t) { } in T2() function
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp104 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/
Ddocumentation.cpp8 class T2 { class
/external/clang/test/Layout/
Dms-x86-alias-avoidance-padding.cpp154 struct T2 : AT { struct
156 T2() { in T2() argument
/external/libcxx/test/std/utilities/time/time.traits/time.traits.specializations/
Dtime_point.pass.cpp26 typedef std::chrono::time_point<C, D2> T2; in test() typedef
/external/libcxx/test/std/thread/thread.mutex/thread.lock/
Dtypes.pass.cpp28 typedef std::try_to_lock_t T2; in main() typedef

123456