HomeSort by relevance Sort by last modified time
    Searched defs:P2 (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 11 @protocol P2;
12 @protocol P2;
redecl-merge-right.h 18 @protocol P2;
20 @protocol P2;
22 @protocol P2;
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
const_pair_U_V_cxx03.pass.cpp 23 typedef std::pair<double, long> P2;
25 const P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
piecewise.pass.cpp 28 typedef std::pair<int*, int> P2;
29 typedef std::pair<P1, P2> P3;
33 assert(p3.second == P2(nullptr, 4));
assign_rv_pair_U_V.pass.cpp 36 typedef std::pair<std::unique_ptr<Base>, long> P2;
38 P2 p2; local
39 p2 = std::move(p1);
40 assert(p2.first == nullptr);
41 assert(p2.second == 4);
const_pair_U_V.pass.cpp 30 using P2 = std::pair<int, T1>;
35 static_assert(std::is_constructible<P2, UP2>::value == CanCopy, "");
36 static_assert(test_convertible<P2, UP2>() == CanConvert, "");
61 typedef std::pair<double, long> P2;
63 const P2 p2 = p1; local
64 assert(p2.first == 3);
65 assert(p2.second == 4);
70 using P2 = std::pair<int, int>;
72 P2 p2(p1)
160 constexpr P2 p2 = p1; local
176 constexpr P2 p2 = p1; local
    [all...]
rv_pair_U_V.pass.cpp 31 using P2 = std::pair<int, T1>;
36 static_assert(std::is_constructible<P2, UP2>::value == CanCopy, "");
37 static_assert(test_convertible<P2, UP2>() == CanConvert, "");
71 typedef std::pair<std::unique_ptr<Base>, long> P2;
73 P2 p2 = std::move(p1); local
74 assert(p2.first == nullptr);
75 assert(p2.second == 4);
80 using P2 = std::pair<int, int>;
82 P2 p2(std::move(p1))
172 constexpr std::pair<ImplicitT, ImplicitT> p2 = std::move(p1); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
const_pair_U_V_cxx03.pass.cpp 23 typedef std::pair<double, long> P2;
25 const P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
piecewise.pass.cpp 28 typedef std::pair<int*, int> P2;
29 typedef std::pair<P1, P2> P3;
33 assert(p3.second == P2(nullptr, 4));
assign_rv_pair_U_V.pass.cpp 36 typedef std::pair<std::unique_ptr<Base>, long> P2;
38 P2 p2; local
39 p2 = std::move(p1);
40 assert(p2.first == nullptr);
41 assert(p2.second == 4);
const_pair_U_V.pass.cpp 30 using P2 = std::pair<int, T1>;
35 static_assert(std::is_constructible<P2, UP2>::value == CanCopy, "");
36 static_assert(test_convertible<P2, UP2>() == CanConvert, "");
61 typedef std::pair<double, long> P2;
63 const P2 p2 = p1; local
64 assert(p2.first == 3);
65 assert(p2.second == 4);
70 using P2 = std::pair<int, int>;
72 P2 p2(p1)
160 constexpr P2 p2 = p1; local
176 constexpr P2 p2 = p1; local
    [all...]
  /external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
is_equal.pass.cpp 48 auto& P2 = R2.getController();
53 assert(P2.checkIsEqualCalledEq(0));
56 assert(P2.checkIsEqualCalledEq(1));
65 auto& P2 = R2.getController();
70 assert(P2.checkIsEqualCalledEq(0));
73 assert(P2.checkIsEqualCalledEq(1));
82 auto& P2 = R2.getController();
87 assert(P2.checkIsEqualCalledEq(0));
90 assert(P2.checkIsEqualCalledEq(1));
allocate.pass.cpp 76 auto& P2 = R2.getController();
77 P2.throw_on_alloc = true;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource/memory.resource.public/
is_equal.pass.cpp 48 auto& P2 = R2.getController();
53 assert(P2.checkIsEqualCalledEq(0));
56 assert(P2.checkIsEqualCalledEq(1));
65 auto& P2 = R2.getController();
70 assert(P2.checkIsEqualCalledEq(0));
73 assert(P2.checkIsEqualCalledEq(1));
82 auto& P2 = R2.getController();
87 assert(P2.checkIsEqualCalledEq(0));
90 assert(P2.checkIsEqualCalledEq(1));
allocate.pass.cpp 76 auto& P2 = R2.getController();
77 P2.throw_on_alloc = true;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
expected_errors.s 59 [ R0 ++ P2 ] = R2;
62 [ I0 ++ P2 ] = R2;
66 W [ R0 ++ P2 ] = R2.h;
69 W [ I0 ++ P2 ] = R2.h;
72 [ I0 ++ ] = P2;
75 W [ I0 ++ ] = P2.h;
79 W [ P0 ++ ] = P2;
83 B [ P0 ++ ] = P2;
87 R2 = [ R0 ++ P2 ];
90 R2 = [ I0 ++ P2 ];
    [all...]
  /external/clang/test/Analysis/
region-store.cpp 15 class P2 {
22 class Derived: public P1, public P2 {
  /external/clang/test/SemaCXX/
attr-gnu.cpp 10 auto P2 = new int * __sptr; // Ok
  /external/libcxx/test/std/utilities/memory/pointer.conversion/
to_address.pass.cpp 36 class P2
41 explicit P2(int* p)
111 P2 p2(&i);
112 ASSERT_NOEXCEPT(std::to_address(p2));
113 assert(std::to_address(p2) == &i);
  /external/python/cpython3/Modules/_decimal/libmpdec/
constants.h 71 enum {P1, P2, P3};
  /external/tpm2/
Commit.c 31 TPMS_ECC_POINT P2;
56 // Make sure that both parts of P2 are present if either is present
75 // Set up P2 if s2 and Y2 are provided
78 pP2 = &P2;
80 // copy y2 for P2
81 MemoryCopy2B(&P2.y.b, &in->y2.b, sizeof(P2.y.t.buffer));
85 P2.x.t.size = CryptHashBlock(eccKey->publicArea.nameAlg,
89 P2.x.t.buffer);
93 if(P2.x.t.size == 0
    [all...]
  /external/libffi/src/bfin/
sysv.S 116 P2 = [FP-20];
123 R0 = [P2+.rettable@GOT17M4];
125 P2 = R0;
126 R1 = [P2];
128 P2 = [FP+-20];
129 R0 = [P2+.rettable@GOT17M4];
131 P2 = R0;
134 jump (P2);
  /external/libgsm/inc/
proto.h 27 #undef P2
41 # define P2(x, a, b) (a, b)
55 # define P2(x, a, b) x a; b;

Completed in 252 milliseconds

1 2 3 4 5