Searched refs:P2 (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
D | piecewise.pass.cpp | 27 typedef std::pair<int*, int> P2; in main() typedef 28 typedef std::pair<P1, P2> P3; in main() 32 assert(p3.second == P2(nullptr, 4)); in main()
|
D | const_pair_U_V.pass.cpp | 23 typedef std::pair<double, long> P2; in main() typedef 25 P2 p2 = p1; in main()
|
D | assign_const_pair_U_V.pass.cpp | 23 typedef std::pair<double, long> P2; in main() typedef 25 P2 p2; in main()
|
D | rv_pair_U_V.pass.cpp | 35 typedef std::pair<std::unique_ptr<Base>, long> P2; in main() typedef 37 P2 p2 = std::move(p1); in main()
|
D | assign_rv_pair_U_V.pass.cpp | 35 typedef std::pair<std::unique_ptr<Base>, long> P2; in main() typedef 37 P2 p2; in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | template_arity.hpp | 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 | 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 | 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 341 , template< typename P1, typename P2, typename P3, typename P4 > class F 358 template< typename P1, typename P2, typename P3, typename P4 > class F 414 , template< typename P1, typename P2, typename P3, typename P4, typename P5 > class F [all …]
|
/ndk/ |
D | ndk-gdb | 166 local P P2 168 P2=${P#/} # remove / prefix, if any 169 [ "$P" != "$P2" ]
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 6 $! P2 = DEBUG will build an image with debug information
|