Home
last modified time | relevance | path

Searched refs:P1 (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/
Dmake_pair.pass.cpp21 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()
Dnon_member_swap.pass.cpp22 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/
Dcopy_ctor.pass.cpp22 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()
Dconst_pair_U_V.pass.cpp22 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()
Dswap.pass.cpp22 typedef std::pair<int, short> P1; in main() typedef
23 P1 p1(3, 4); in main()
24 P1 p2(5, 6); in main()
Dpiecewise.pass.cpp26 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()
Dassign_const_pair_U_V.pass.cpp22 typedef std::pair<int, short> P1; in main() typedef
24 P1 p1(3, 4); in main()
Drv_pair_U_V.pass.cpp34 typedef std::pair<std::unique_ptr<Derived>, short> P1; in main() typedef
36 P1 p1(std::unique_ptr<Derived>(), 4); in main()
Dassign_rv_pair_U_V.pass.cpp34 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/
Dtuple_element.pass.cpp21 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()
Dtuple_size.pass.cpp21 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_/
Dinserter_algorithm.hpp52 : 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/
Dtemplate_arity.hpp31 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
Dquote.hpp27 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
Dfull_lambda.hpp83 , 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/
Dmakefile.com4 $! P1 is non-empty if you want to link with the VAXCRTL library instead