/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | const_Types.pass.cpp | 23 std::tuple<int> t(2); in main() local 28 constexpr std::tuple<int> t(2); in main() local 32 constexpr std::tuple<int> t; in main() local 37 std::tuple<int, char*> t(2, 0); in main() local 43 constexpr std::tuple<int, char*> t(2, nullptr); in main() local 49 std::tuple<int, char*> t(2, nullptr); in main() local 54 std::tuple<int, char*, std::string> t(2, nullptr, "text"); in main() local 61 std::tuple<int, char*, std::string> t(2); in main() local 67 std::tuple<int, char*, std::string> t(2, nullptr); in main() local 73 std::tuple<int, char*, std::string, double> t(2, nullptr, "text"); in main() local
|
D | default.pass.cpp | 25 std::tuple<> t; in main() local 28 std::tuple<int> t; in main() local 32 std::tuple<int, char*> t; in main() local 37 std::tuple<int, char*, std::string> t; in main() local 43 std::tuple<int, char*, std::string, DefaultOnly> t; in main() local 51 constexpr std::tuple<> t; in main() local 54 constexpr std::tuple<int> t; in main() local 58 constexpr std::tuple<int, char*> t; in main() local
|
D | UTypes.pass.cpp | 36 std::tuple<MoveOnly> t(MoveOnly(0)); in main() local 40 std::tuple<MoveOnly, MoveOnly> t(MoveOnly(0), MoveOnly(1)); in main() local 45 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(MoveOnly(0), in main() local 54 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(MoveOnly(0), in main() local 61 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(MoveOnly(0)); in main() local 71 constexpr std::tuple<A, A> t(3, 2); in main() local
|
D | copy.pass.cpp | 27 T t = t0; in main() local 32 T t = t0; in main() local 38 T t = t0; in main() local 45 T t = t0; in main() local 54 constexpr T t = t0; in main() local 60 constexpr T t = t0; in main() local
|
D | move.pass.cpp | 26 T t = std::move(t0); in main() local 31 T t = std::move(t0); in main() local 37 T t = std::move(t0); in main() local 44 T t = std::move(t0); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/ |
D | duration.pass.cpp | 24 std::chrono::time_point<Clock, Duration> t(Duration(3)); in main() local 28 std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3)); in main() local 33 constexpr std::chrono::time_point<Clock, Duration> t(Duration(3)); in main() local 37 constexpr std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3)); in main() local
|
D | default.pass.cpp | 26 std::chrono::time_point<Clock, Duration> t; in main() local 31 constexpr std::chrono::time_point<Clock, Duration> t; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | default.pass.cpp | 40 test<char> t; in main() local 44 test<wchar_t> t; in main() local 49 test<char> t; in main() local 53 test<wchar_t> t; in main() local
|
D | copy.pass.cpp | 54 test<char> t; in main() local 58 test<wchar_t> t; in main() local 63 test<char> t; in main() local 70 test<wchar_t> t; in main() local 77 test<char> t; in main() local 81 test<wchar_t> t; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
D | get_const.pass.cpp | 28 const T t(3); in main() local 33 const T t("high", 5); in main() local 40 constexpr T t(2.718, 5); in main() local 46 constexpr T t{Empty()}; in main() local 53 const T t(d, "high", 5); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
D | forward_as_tuple.pass.cpp | 20 test0(const Tuple& t) in test0() 27 test1a(const Tuple& t) in test1a() 36 test1b(const Tuple& t) in test1b() 45 test2a(const Tuple& t) in test2a() 57 test3(const Tuple& t) in test3()
|
D | tuple_cat.pass.cpp | 27 std::tuple<> t = std::tuple_cat(); in main() local 34 std::tuple<> t = std::tuple_cat(std::tuple<>()); in main() local 37 std::tuple<> t = std::tuple_cat(std::array<int, 0>()); in main() local 41 std::tuple<int> t = std::tuple_cat(t1); in main() local 47 constexpr std::tuple<> t = std::tuple_cat(); in main() local 54 constexpr std::tuple<> t = std::tuple_cat(std::tuple<>()); in main() local 57 constexpr std::tuple<> t = std::tuple_cat(std::array<int, 0>()); in main() local 61 constexpr std::tuple<int> t = std::tuple_cat(t1); in main() local 66 constexpr std::tuple<int, int> t = std::tuple_cat(t1, t1); in main() local 72 std::tuple<int, MoveOnly> t = in main() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/ |
D | copy.pass.cpp | 25 T t; in main() local 31 T t; in main() local 38 T t; in main() local 46 T t; in main() local
|
D | move.pass.cpp | 26 T t; in main() local 32 T t; in main() local 39 T t; in main() local 47 T t; in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/ |
D | iif.hpp | 18 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_I(bit, t, f) argument 20 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_OO((bit, t, f)) argument 25 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) argument 27 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_II(BOOST_PP_IIF_ ## bit(t, f)) argument 31 # define BOOST_PP_IIF_0(t, f) f argument 32 # define BOOST_PP_IIF_1(t, f) t argument
|
D | if.hpp | 24 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument 26 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IF_I(cond, t, f) argument 27 # define BOOST_PP_IF_I(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
D | sequence_traits.hpp | 91 static T* t; member in boost::algorithm::has_native_replace 119 static T* t; member in boost::algorithm::has_stable_iterators 146 static T* t; member in boost::algorithm::has_const_time_insert 173 static T* t; member in boost::algorithm::has_const_time_erase
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
D | translate.pass.cpp | 23 std::regex_traits<char> t; in main() local 29 std::regex_traits<wchar_t> t; in main() local
|
D | translate_nocase.pass.cpp | 28 std::regex_traits<char> t; in main() local 55 std::regex_traits<wchar_t> t; in main() local
|
D | isctype.pass.cpp | 22 std::regex_traits<char> t; in main() local 151 std::regex_traits<wchar_t> t; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.access/ |
D | front.pass.cpp | 26 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 36 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 45 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 55 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | assign.pass.cpp | 55 test<char> t; in main() local 60 test<wchar_t> t; in main() local 66 test<char> t; in main() local 74 test<wchar_t> t; in main() local 82 test<char> t; in main() local 87 test<wchar_t> t; in main() local
|
D | swap.pass.cpp | 65 test<char> t; in main() local 70 test<wchar_t> t; in main() local 76 test<char> t; in main() local 84 test<wchar_t> t; in main() local 92 test<char> t; in main() local 97 test<wchar_t> t; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_fetch_or.pass.cpp | 30 A t; in test() local 37 volatile A t; in test() local
|
D | atomic_fetch_xor_explicit.pass.cpp | 30 A t; in test() local 38 volatile A t; in test() local
|