Searched refs:t3 (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/external/libcxx/test/std/utilities/type.index/type.index.members/
H A Dlt.pass.cpp26 std::type_index t3 = typeid(long); local
31 if (t1 < t3)
33 assert( (t1 < t3));
34 assert( (t1 <= t3));
35 assert(!(t1 > t3));
36 assert(!(t1 >= t3));
40 assert(!(t1 < t3));
41 assert(!(t1 <= t3));
42 assert( (t1 > t3));
43 assert( (t1 >= t3));
[all...]
H A Deq.pass.cpp24 std::type_index t3 = typeid(long); local
26 assert(t1 != t3);
/external/clang/test/SemaCXX/
H A Dattr-nodebug.cpp6 void t3() __attribute__((nodebug));
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dtuple_cat.pass.cpp102 std::tuple<> t3 = std::tuple_cat(t1, t2); local
103 ((void)t3); // Prevent unused warning
108 std::tuple<int> t3 = std::tuple_cat(t1, t2); local
109 assert(std::get<0>(t3) == 2);
114 std::tuple<int> t3 = std::tuple_cat(t2, t1); local
115 assert(std::get<0>(t3) == 2);
120 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2); local
121 assert(std::get<0>(t3) == nullptr);
122 assert(std::get<1>(t3) == 2);
127 std::tuple<int, int*> t3 local
134 std::tuple<int*, int, double> t3 = std::tuple_cat(t1, t2); local
142 std::tuple<int, double, int*> t3 = std::tuple_cat(t2, t1); local
150 std::tuple<int*, MoveOnly, int, double> t3 = local
160 std::tuple<int, double, int*, MoveOnly> t3 = local
170 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = local
181 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = local
193 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = local
205 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = local
217 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly, int> t3 = local
[all...]
/external/libcxx/test/std/language.support/support.rtti/type.info/
H A Dtype_info.pass.cpp21 const std::type_info& t3 = typeid(short); local
22 assert(t1 != t3);
25 assert(strcmp(t1.name(), t3.name()) != 0);
H A Dtype_info_hash.pass.cpp20 const std::type_info& t3 = typeid(short); local
22 assert(t1.hash_code() != t3.hash_code());
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp1.cpp9 Tuple<int, float, double> *t3; variable
/external/clang/test/CodeGen/
H A Dattr-naked.c19 __attribute((naked)) void t3(int x) { function
20 // CHECK: define void @t3(i32)
H A Dms_struct-bitfield-init.c43 } t3 = {1,2,3,4}; variable in typeref:struct:__anon1840
62 if (sizeof(t3) != 16)
64 if (t3.i1 != 1 || t3.i4 != 4)
H A Dvla-4.c20 void t3(typeof((int (*)[f()]) h()) v) {
/external/libcxx/test/std/input.output/iostream.forward/
H A Diosfwd.pass.cpp20 std::char_traits<unsigned short>* t3 = 0; local
25 std::basic_ios<unsigned short>* t3 = 0; local
30 std::basic_streambuf<unsigned short>* t3 = 0; local
35 std::basic_istream<unsigned short>* t3 = 0; local
40 std::basic_ostream<unsigned short>* t3 = 0; local
45 std::basic_iostream<unsigned short>* t3 = 0; local
50 std::basic_stringbuf<unsigned short>* t3 = 0; local
55 std::basic_istringstream<unsigned short>* t3 = 0; local
60 std::basic_ostringstream<unsigned short>* t3 = 0; local
65 std::basic_stringstream<unsigned short>* t3 local
70 std::basic_filebuf<unsigned short>* t3 = 0; local
75 std::basic_ifstream<unsigned short>* t3 = 0; local
80 std::basic_ofstream<unsigned short>* t3 = 0; local
85 std::basic_fstream<unsigned short>* t3 = 0; local
90 std::istreambuf_iterator<unsigned short>* t3 = 0; local
95 std::ostreambuf_iterator<unsigned short>* t3 = 0; local
104 std::ostream* t3 = 0; local
110 std::ostringstream* t3 = 0; local
116 std::ofstream* t3 = 0; local
122 std::wostream* t3 = 0; local
128 std::wostringstream* t3 = 0; local
134 std::wofstream* t3 = 0; local
140 std::wstreampos* t3 = 0; local
[all...]
/external/valgrind/none/tests/mips64/
H A Dcvm_ins.stdout.exp514 sne $t1, $t2 ,$t3 :: rd 0x0 rs 0x0, rt 0x0
515 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x130476dc
516 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x2608edb8
517 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x350c9b64
518 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x4c11db70
519 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x5f15adac
520 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x6a1936c8
521 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x791d4014
522 sne $t1, $t2 ,$t3 :: rd 0x1 rs 0x0, rt 0x9823b6e0
523 sne $t1, $t2 ,$t3
[all...]
/external/clang/test/PCH/
H A Dnamespaces.cpp11 N2::Inner::t3 *ip3 = &int_val;
17 Alias1::t3 *ip4 = &int_val;
18 t3 *ip5 = &int_val;
/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp11 void (*t3)() noexcept = &f2<2>; // no-error
/external/clang/test/Sema/
H A Dattr-returns-twice.c12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}} typedef
H A Datomic-type.c10 _Atomic(_Atomic(int)*) t3;
11 _Atomic(_Atomic(int)*) *t4[2] = { &t3, 0 };
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dmerge.pass.cpp27 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; local
31 C c3(std::begin(t3), std::end(t3));
40 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; local
44 C c3(std::begin(t3), std::end(t3));
H A Dmerge_pred.pass.cpp28 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local
32 C c3(std::begin(t3), std::end(t3));
41 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local
45 C c3(std::begin(t3), std::end(t3));
/external/libvorbis/lib/
H A Dsmallft.c117 int t0,t1,t2,t3,t4,t5,t6; local
121 t3=ido<<1;
124 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
135 t3=t2;
140 t3+=2;
144 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3];
145 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1];
158 t3
172 int i,k,t0,t1,t2,t3,t4,t5,t6; local
276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
635 int i,k,t0,t1,t2,t3,t4,t5,t6; local
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
752 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/speex/libspeex/
H A Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; local
123 t3=ido<<1;
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
137 t3=t2;
142 t3+=2;
146 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3];
147 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1];
160 t3
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc101 COMPARE(addu(t2, t3, t4),
102 "016c5021 addu t2, t3, t4");
108 COMPARE(subu(t2, t3, t4),
109 "016c5023 subu t2, t3, t4");
116 COMPARE(mult(t2, t3),
117 "014b0018 mult t2, t3");
123 COMPARE(multu(t2, t3),
124 "014b0019 multu t2, t3");
130 COMPARE(div(t2, t3),
131 "014b001a div t2, t3");
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp53 void test_explicit_spec_extension_targs(tuple<int, float, double> t3) { argument
54 accept_tuple(t3);
55 accept_tuple<int, float, double>(t3);
56 accept_tuple<int>(t3);
57 accept_tuple<int, float>(t3);
/external/valgrind/memcheck/tests/
H A Dorigin2-not-quite.c18 __attribute__((noinline)) int t3(void);
27 x += t3();
50 __attribute__((noinline)) int t3(void) function
/external/valgrind/none/tests/mips32/
H A Dmips32_dspr2.c551 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t3", 0x00000286, t2, t3);
554 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0x80000000, t5, t3);
559 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t3", 0x0555adec, t2, t3);
562 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0x93474bde, t5, t3);
567 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t3", 0xbacabaca, t2, t3);
[all...]
H A Dmips32_dsp.c558 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t3", 0x00000286, t2, t3);
561 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0x80000000, t5, t3);
566 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t3", 0x0555adec, t2, t3);
569 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0x23c54b6e, t5, t3);
574 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t3", 0xbacabaca, t2, t3);
[all...]

Completed in 1930 milliseconds

1234567891011>>