/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/ |
D | make_pair.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 22 P1 p1 = std::make_pair(3, 4); in main() 29 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 30 P1 p1 = std::make_pair(std::unique_ptr<int>(new int(3)), 4); in main() 35 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 36 P1 p1 = std::make_pair(nullptr, 4); in main() 44 typedef std::pair<int, short> P1; in main() typedef 45 constexpr P1 p1 = std::make_pair(3, 4); in main()
|
D | non_member_swap.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 23 P1 p1(3, 4); in main() 24 P1 p2(5, 6); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
D | copy_ctor.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 23 P1 p1(3, 4); in main() 24 P1 p2 = p1; in main() 33 typedef std::pair<int, short> P1; in main() typedef 34 constexpr P1 p1(3, 4); in main() 35 constexpr P1 p2 = p1; in main()
|
D | const_pair_U_V.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 24 P1 p1(3, 4); in main() 32 typedef std::pair<int, short> P1; in main() typedef 34 constexpr P1 p1(3, 4); in main()
|
D | swap.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 23 P1 p1(3, 4); in main() 24 P1 p2(5, 6); in main()
|
D | piecewise.pass.cpp | 26 typedef std::pair<int, int*> P1; in main() typedef 28 typedef std::pair<P1, P2> P3; in main() 31 assert(p3.first == P1(3, nullptr)); in main()
|
D | assign_const_pair_U_V.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 24 P1 p1(3, 4); in main()
|
D | rv_pair_U_V.pass.cpp | 34 typedef std::pair<std::unique_ptr<Derived>, short> P1; in main() typedef 36 P1 p1(std::unique_ptr<Derived>(), 4); in main()
|
D | assign_rv_pair_U_V.pass.cpp | 34 typedef std::pair<std::unique_ptr<Derived>, short> P1; in main() typedef 36 P1 p1(std::unique_ptr<Derived>(), 4); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/ |
D | tuple_element.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 22 static_assert((std::is_same<std::tuple_element<0, P1>::type, int>::value), ""); in main() 23 static_assert((std::is_same<std::tuple_element<1, P1>::type, short>::value), ""); in main() 26 typedef std::pair<int*, char> P1; in main() typedef 27 static_assert((std::is_same<std::tuple_element<0, P1>::type, int*>::value), ""); in main() 28 static_assert((std::is_same<std::tuple_element<1, P1>::type, char>::value), ""); in main()
|
D | tuple_size.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 22 static_assert((std::tuple_size<P1>::value == 2), ""); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | inserter_algorithm.hpp | 52 : if_< has_push_back< typename clear<P1>::type> \ 55 , back_inserter< typename clear<P1>::type > \ 59 , front_inserter< typename clear<P1>::type > \ 77 : if_< has_push_back<P1> \ 80 , back_inserter< typename clear<P1>::type > \ 84 , front_inserter< typename clear<P1>::type > \ 101 : if_< has_push_back<P1> \ 104 , back_inserter< typename clear<P1>::type > \ 108 , front_inserter< typename clear<P1>::type > \ 130 : if_< has_push_back<P1> \ [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | template_arity.hpp | 31 template< typename P1 > class F 38 template< typename P1, typename P2 > class F 45 template< typename P1, typename P2, typename P3 > class F 52 template< typename P1, typename P2, typename P3, typename P4 > class F 60 typename P1, typename P2, typename P3, typename P4 71 typename P1, typename P2, typename P3, typename P4
|
D | quote.hpp | 27 template< typename P1 > class F 44 template< typename P1, typename P2 > class F 61 template< typename P1, typename P2, typename P3 > class F 78 template< typename P1, typename P2, typename P3, typename P4 > class F 99 typename P1, typename P2, typename P3, typename P4
|
D | full_lambda.hpp | 83 , template< typename P1 > class F 97 , template< typename P1 > class F 113 template< typename P1 > class F 160 , template< typename P1, typename P2 > class F 174 , template< typename P1, typename P2 > class F 190 template< typename P1, typename P2 > class F 242 , template< typename P1, typename P2, typename P3 > class F 256 , template< typename P1, typename P2, typename P3 > class F 272 template< typename P1, typename P2, typename P3 > class F 326 , template< typename P1, typename P2, typename P3, typename P4 > class F [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 4 $! P1 is non-empty if you want to link with the VAXCRTL library instead
|