/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 20 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 …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 92 std::tuple<> t3 = std::tuple_cat(t1, t2); in main() local 97 std::tuple<int> t3 = std::tuple_cat(t1, t2); in main() local 103 std::tuple<int> t3 = std::tuple_cat(t2, t1); in main() local 109 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2); in main() local 116 std::tuple<int, int*> t3 = std::tuple_cat(t2, t1); in main() local 123 std::tuple<int*, int, double> t3 = std::tuple_cat(t1, t2); in main() local 131 std::tuple<int, double, int*> t3 = std::tuple_cat(t2, t1); in main() local 139 std::tuple<int*, MoveOnly, int, double> t3 = in main() local 149 std::tuple<int, double, int*, MoveOnly> t3 = in main() local 159 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = in main() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
D | merge_pred.pass.cpp | 28 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
|
D | merge.pass.cpp | 27 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
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/ |
D | type_info.pass.cpp | 21 const std::type_info& t3 = typeid(short); in main() local
|
D | type_info_hash.pass.cpp | 20 const std::type_info& t3 = typeid(short); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/ |
D | eq.pass.cpp | 24 std::type_index t3 = typeid(long); in main() local
|
D | lt.pass.cpp | 26 std::type_index t3 = typeid(long); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/ |
D | placeholders.pass.cpp | 21 T t3 = t; in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 31 T3 t3 = std::adopt_lock; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/ |
D | op_+.pass.cpp | 42 constexpr std::chrono::time_point<Clock, Duration2> t3 = Duration2(6) + t1; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 62 auto t3 = extract ( tup, int3() ); in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | bind.hpp | 269 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3; typedef 337 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3; typedef 412 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3; typedef 500 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3; typedef 548 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 1023 # define _STLP_PSPEC3(t1,t2,t3) < t1,t2,t3 > argument 1026 # define _STLP_PSPEC3(t1,t2,t3) /* nothing */ argument
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | dynamic_cast5.cpp | 300 namespace t3 namespace
|
D | dynamic_cast14.cpp | 1454 namespace t3 namespace
|
D | dynamic_cast3.cpp | 122 namespace t3 namespace
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | dynamic_cast5.cpp | 300 namespace t3 namespace
|
D | dynamic_cast14.cpp | 1454 namespace t3 namespace
|
D | dynamic_cast3.cpp | 122 namespace t3 namespace
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-printers_test.cc | 1001 tuple<bool, int, int> t3(false, 2, 3); in TEST() local
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 3660 const char* t3 = parse_expression(t2, last, db); in parse_expression() local
|