Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
H A Deq.pass.cpp28 typedef std::tuple<> T2; in main() typedef
30 const T2 t2; in main()
38 const T2 t2(1.1); in main()
46 const T2 t2(1); in main()
54 const T2 t2(1, char(2)); in main()
62 const T2 t2(1, char(3)); in main()
86 const T2 t2(1, 2, 3); in main()
94 const T2 t2(1.1, 2, 3); in main()
102 const T2 t2(1, 3, 3); in main()
110 const T2 t2(1, 2, 4); in main()
[all …]
H A Dlt.pass.cpp40 typedef std::tuple<> T2; in main() typedef
42 const T2 t2; in main()
52 const T2 t2(1); in main()
62 const T2 t2(0.9); in main()
72 const T2 t2(1.1); in main()
82 const T2 t2(1, 2); in main()
92 const T2 t2(0.9, 2); in main()
102 const T2 t2(1.1, 2); in main()
112 const T2 t2(1, 1); in main()
122 const T2 t2(1, 3); in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/
H A Deq.pass.cpp26 typedef std::tuple<> T2; in main() typedef
28 const T2 t2; in main()
36 const T2 t2(1.1); in main()
44 const T2 t2(1); in main()
52 const T2 t2(1, char(2)); in main()
60 const T2 t2(1, char(3)); in main()
84 const T2 t2(1, 2, 3); in main()
92 const T2 t2(1.1, 2, 3); in main()
100 const T2 t2(1, 3, 3); in main()
108 const T2 t2(1, 2, 4); in main()
[all …]
H A Dlt.pass.cpp38 typedef std::tuple<> T2; in main() typedef
40 const T2 t2; in main()
50 const T2 t2(1); in main()
60 const T2 t2(0.9); in main()
70 const T2 t2(1.1); in main()
80 const T2 t2(1, 2); in main()
90 const T2 t2(0.9, 2); in main()
100 const T2 t2(1.1, 2); in main()
110 const T2 t2(1, 1); in main()
120 const T2 t2(1, 3); in main()
[all …]
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx-template-argument.cpp51 template<class T1, typename T2> struct X;
55 template<class T1, typename T2> struct foo :
59 template<class T1, typename T2> struct foo2 :
64 template<class T1, typename T2> struct foo3 :
65 UnknownBase<T1,T2,ABC<T2,T1> > // expected-error {{unknown template name 'UnknownBase'}}
68 template<class T1, typename T2> struct foo4 :
74 template<class T1, typename T2> struct foo5 :
75 UnknownBase<T1,T2,ABC<T2,T1>> // expected-error {{unknown template name 'UnknownBase'}} \
79 template<class T1, typename T2> struct foo6 :
89 template<class T1, typename T2> struct foo8 :
[all …]
H A Dcxx-default-args.cpp21 template <int A, int B> struct T2 { enum {V}; }; struct
26 void f2(T1<int, double> = T1<int, double>(), T2<0, 5> = T2<0, 5>());
27 void f3(int a = T2<0, (T1<int, int>::V > 10) ? 5 : 6>::V, bool b = 4<5 );
29 void f5(bool a = 1 > T2<0, 0>::V, bool b = T1<int,int>::V < 3, int c = 0);
30 void f6(bool a = T2<0,3>::V < 4, bool b = 4 > T2<0,3>::V);
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFormat.h96 template <typename T1, typename T2>
99 T2 Val2;
110 template <typename T1, typename T2, typename T3>
113 T2 Val2;
128 T2 Val2;
145 T2 Val2;
165 T2 Val2;
195 template <typename T1, typename T2>
198 return format_object2<T1, T2>(Fmt, Val1, Val2); in format()
201 template <typename T1, typename T2, typename T3>
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dselect_xform.ll10 ; T2-LABEL: t1:
12 ; T2: addle r1, r0
13 ; T2: mov r0, r1
25 ; T2-LABEL: t2:
27 ; T2: mov r0, r1
39 ; T2-LABEL: t3:
53 ; T2-LABEL: t4:
68 ; T2-LABEL: t5:
69 ; T2-NOT: moveq
201 ; T2: t13
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/
H A Dfmadd1.ll28 ; 32-DAG: mtc1 $zero, $[[T2:f[0-9]+]]
29 ; 32-DAG: add.s $f0, $[[T1]], $[[T2]]
33 ; 32R2: mtc1 $zero, $[[T2:f[0-9]+]]
34 ; 32R2: add.s $f0, $[[T1]], $[[T2]]
39 ; 32R6-DAG: mtc1 $zero, $[[T2:f[0-9]+]]
40 ; 32R6-DAG: add.s $f0, $[[T1]], $[[T2]]
52 ; 64R6-DAG: mtc1 $zero, $[[T2:f[0-9]+]]
200 ; 32R2: mthc1 $zero, $[[T2]]
241 ; 32R2: mthc1 $zero, $[[T2]]
285 ; 32R2-NAN: mthc1 $zero, $[[T2]]
[all …]
H A Dmadd-msub.ll37 ; 64-DAG: [[m]]flo $[[T2:[0-9]+]]
39 ; 64-DAG: daddu $2, $[[T2]], $[[T3]]
45 ; 64R6-DAG: daddu $2, $[[T2]], $[[T3]]
77 ; 32R6-DAG: addu $2, $[[T3]], $[[T2]]
120 ; 64-DAG: [[m]]flo $[[T2:[0-9]+]]
121 ; 64-DAG: daddu $2, $[[T2]], $6
126 ; 64R6-DAG: daddu $2, $[[T2]], $6
162 ; 64-DAG: [[m]]flo $[[T2:[0-9]+]]
247 ; 64-DAG: [[m]]flo $[[T2:[0-9]+]]
248 ; 64-DAG: dsubu $2, $6, $[[T2]]
[all …]
/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp34 template<typename T1, typename T2, typename ...Rest>
35 int &f0(T1, T2, Rest...);
37 template<typename T1, typename T2>
38 float &f0(T1, T2);
45 template<typename T1, typename T2, typename ...Rest>
46 int &f1(T1, T2, Rest...);
48 template<typename T1, typename T2>
49 float &f1(T1, T2, ...);
55 template<typename T1, typename T2, typename ...Rest>
56 int &f2(T1, T2, Rest...);
/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dtuple_element.pass.cpp18 template <class T1, class T2>
23 typedef T2 Exp2; in test()
24 typedef std::pair<T1, T2> P; in test()
30 typedef T2 const Exp2; in test()
31 typedef std::pair<T1, T2> const P; in test()
37 typedef T2 volatile Exp2; in test()
38 typedef std::pair<T1, T2> volatile P; in test()
44 typedef T2 const volatile Exp2; in test()
45 typedef std::pair<T1, T2> const volatile P; in test()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtrivial-destructor.cpp7 struct T2 { struct
8 ~T2();
10 static_assert(!__has_trivial_destructor(T2), "T2 has a user-declared destructor!");
28 static T2 t2;
33 T2 t2;
37 struct T8 : T2 {
H A Dtrivial-constructor.cpp7 struct T2 { struct
8 T2();
10 static_assert(!__has_trivial_constructor(T2), "T2 has a user-declared constructor!");
28 static T2 t2;
37 struct T8 : T2 {
H A Dfunction-overload-typo-crash.cpp16 template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared …
17 template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' …
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dalign-x86.c47 } T2; typedef
49 short chk1[sizeof(T2) == 4 ? 1 : -1];
50 short chk2[sizeof(T2[1]) == 4 ? 1 : -1];
51 short chk3[sizeof(T2[2]) == 8 ? 1 : -1];
52 short chk4[sizeof(T2[2][1]) == 8 ? 1 : -1];
53 short chk5[sizeof(T2[1][2]) == 8 ? 1 : -1];
/minix/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Dghash-x86_64.pl362 pxor $Hkey,$T2
375 pxor $T2,$Xi #
394 pxor $T2,$Xhi #
397 movdqa $Xi,$T2
399 pxor $T2,$Xi #
401 pxor $T2,$Xi #
402 pxor $Xhi,$T2
404 pxor $T2,$Xi #
518 pxor $Hkey2,$T2
562 pxor $Xhi,$T2
[all …]
/minix/common/dist/zlib/contrib/iostream3/
H A Dzfstream.h414 template<typename T1, typename T2>
425 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
427 T2 v2);
431 (*func)(gzofstream&, T1, T2);
435 T2 val2;
449 template<typename T1, typename T2>
451 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
453 T2 v2) in gzomanip2()
458 template<typename T1, typename T2>
460 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dmips-zero-sized-struct.c12 typedef struct T2 { } T2; typedef
13 T2 T2_retval;
14 T2 fn28(char arg0) { in fn28()
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dtypename-specifier-4.cpp12 template<typename MetaFun, typename T1, typename T2>
14 typedef typename MetaFun::template apply<T1, T2> inner;
21 template<typename T1, typename T2>
23 typedef pair<T1, T2> type;
37 template<typename T1, typename T2>
39 typedef typename MetaFun::template apply<T2, T1> new_metafun;
49 template<typename T1, typename T2>
51 typedef typename MetaFun::template apply<T2, T1>::type type;
123 typedef typename T::Y T2; typedef
124 typedef typename T2::Z T3;
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A D2009-03-17-dbg.cpp3 template <typename T1,typename T2>
4 inline void f(const T1&,const T2&) { } in f() argument
6 template <typename T1,typename T2,void F(const T1&,const T2&)>
/minix/external/bsd/llvm/dist/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp35 template<typename T> struct T2 : T1<T> { struct
44 friend T2<int>::T2(int);
45 friend T2<int>::T2(int, int);
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h97 template <typename T1, typename T2>
128 template <typename T1, typename T2>
131 typedef Types1<T2> Tail;
137 typedef Types2<T2, T3> Tail;
143 typedef Types3<T2, T3, T4> Tail;
149 typedef Types4<T2, T3, T4, T5> Tail;
156 typedef Types5<T2, T3, T4, T5, T6> Tail;
793 template <typename T1, typename T2>
1671 typedef Templates1<T2> Tail;
1677 typedef Templates2<T2, T3> Tail;
[all …]
/minix/external/bsd/llvm/dist/clang/INPUTS/
H A 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
35 type_comb2(T2, \
42 type_if(T2, (!(E1) && (E2))))
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
46 type_if(T2, (!(E1) && (E2))), \
52 type_if(T2, (!(E1) && (E2))), \
59 type_if(T2, (!(E1) && (E2))), \
67 #define first_of2(T1, E1, T2, E2) \ argument
[all …]
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h357 template <typename T1, typename T2>
358 internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) { in Values()
359 return internal::ValueArray2<T1, T2>(v1, v2); in Values()
362 template <typename T1, typename T2, typename T3>
363 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
368 internal::ValueArray4<T1, T2, T3, T4> Values(T1 v1, T2 v2, T3 v3, T4 v4) { in Values()
373 internal::ValueArray5<T1, T2, T3, T4, T5> Values(T1 v1, T2 v2, T3 v3, T4 v4, in Values()
380 internal::ValueArray6<T1, T2, T3, T4, T5, T6> Values(T1 v1, T2 v2, T3 v3, in Values()
387 internal::ValueArray7<T1, T2, T3, T4, T5, T6, T7> Values(T1 v1, T2 v2, T3 v3, in Values()
395 internal::ValueArray8<T1, T2, T3, T4, T5, T6, T7, T8> Values(T1 v1, T2 v2, in Values()
[all …]

12345678910>>...12