Home
last modified time | relevance | path

Searched defs:t3 (Results 1 – 25 of 197) sorted by relevance

12345678

/external/libcxx/test/std/input.output/iostream.forward/
Diosfwd.pass.cpp20 std::char_traits<unsigned short>* t3 = 0; in main() local
25 std::basic_ios<unsigned short>* t3 = 0; in main() local
30 std::basic_streambuf<unsigned short>* t3 = 0; in main() local
35 std::basic_istream<unsigned short>* t3 = 0; in main() local
40 std::basic_ostream<unsigned short>* t3 = 0; in main() local
45 std::basic_iostream<unsigned short>* t3 = 0; in main() local
50 std::basic_stringbuf<unsigned short>* t3 = 0; in main() local
55 std::basic_istringstream<unsigned short>* t3 = 0; in main() local
60 std::basic_ostringstream<unsigned short>* t3 = 0; in main() local
65 std::basic_stringstream<unsigned short>* t3 = 0; in main() local
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dtuple_cat.pass.cpp102 std::tuple<> t3 = std::tuple_cat(t1, t2); in main() local
108 std::tuple<int> t3 = std::tuple_cat(t1, t2); in main() local
114 std::tuple<int> t3 = std::tuple_cat(t2, t1); in main() local
120 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2); in main() local
127 std::tuple<int, int*> t3 = std::tuple_cat(t2, t1); in main() local
134 std::tuple<int*, int, double> t3 = std::tuple_cat(t1, t2); in main() local
142 std::tuple<int, double, int*> t3 = std::tuple_cat(t2, t1); in main() local
150 std::tuple<int*, MoveOnly, int, double> t3 = in main() local
160 std::tuple<int, double, int*, MoveOnly> t3 = in main() local
170 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = in main() local
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dmerge_pred.pass.cpp28 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
41 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
Dmerge.pass.cpp27 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
40 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
/external/skia/src/opts/
DSkBlitRow_opts_mips_dsp.cpp17 register uint32_t t0, t1, t2, t3, t4, t5, t6; in S32_D565_Blend_mips_dsp() local
121 register int32_t t0, t1, t2, t3, t4, t5, t6; in S32A_D565_Opaque_Dither_mips_dsp() local
269 register uint32_t t0, t1, t2, t3, t4, t5; in S32_D565_Opaque_Dither_mips_dsp() local
378 register int32_t t0, t1, t2, t3, t4, t5, t6; in S32_D565_Blend_Dither_mips_dsp() local
550 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8; in S32A_D565_Opaque_mips_dsp() local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in S32A_D565_Blend_mips_dsp() local
771 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; in S32_Blend_BlitRow32_mips_dsp() local
/external/llvm/test/MC/Mips/
Dcpsetup.s93 t3: label
/external/clang/test/CodeGen/
Dattr-naked.c19 __attribute((naked)) void t3(int x) { in t3() function
Dms-inline-asm.c20 void t3() { in t3() function
/external/libcxx/test/std/language.support/support.rtti/type.info/
Dtype_info.pass.cpp21 const std::type_info& t3 = typeid(short); in main() local
Dtype_info_hash.pass.cpp20 const std::type_info& t3 = typeid(short); in main() local
/external/clang/test/Sema/
Dattr-returns-twice.c12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
Dwchar.c23 char t3[] = L"x"; // expected-error {{initializing char array with wide string literal}} in foo() local
/external/libcxx/test/std/utilities/type.index/type.index.members/
Dlt.pass.cpp26 std::type_index t3 = typeid(long); in main() local
Deq.pass.cpp24 std::type_index t3 = typeid(long); in main() local
/external/clang/test/CXX/except/except.spec/
Dtemplate.cpp11 void (*t3)() noexcept = &f2<2>; // no-error variable
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp25 T t3 = t; in test() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp1.cpp9 Tuple<int, float, double> *t3; variable
/external/skia/tests/
DTypefaceTest.cpp23 … SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal)); in DEF_TEST() local
/external/libcxx/test/std/thread/thread.mutex/thread.lock/
Dtypes.pass.cpp33 T3 t3 = std::adopt_lock; in main() local
/external/clang/test/SemaObjCXX/
Dvararg-non-pod.mm29 void t3(D *d, id<P> p) function
/external/clang/test/PCH/Inputs/
Dnamespaces.h19 typedef int t3; typedef
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
Dop_+.pass.cpp42 constexpr std::chrono::time_point<Clock, Duration2> t3 = Duration2(6) + t1; in main() local
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_sse2.asm1621 t3: label
/external/clang/test/Parser/
Dms-inline-asm.c11 void t3(void) { __asm M2 0x2c } in t3() function
/external/clang/test/SemaCXX/
Dattr-cleanup-gcc.cpp12 void t3() { in t3() function

12345678