/aosp_15_r20/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | const_pair_U_V.pass.cpp | 30 using P2 = std::pair<int, T1>; in test_pair_const() typedef 61 typedef std::pair<double, long> P2; in main() typedef 70 using P2 = std::pair<int, int>; in main() typedef 158 typedef std::pair<double, long> P2; in main() typedef 166 using P2 = std::pair<ExplicitT, ExplicitT>; in main() typedef 174 using P2 = std::pair<ImplicitT, ImplicitT>; in main() typedef
|
H A D | rv_pair_U_V.pass.cpp | 31 using P2 = std::pair<int, T1>; in test_pair_rv() typedef 71 typedef std::pair<std::unique_ptr<Base>, long> P2; in main() typedef 80 using P2 = std::pair<int, int>; in main() typedef
|
H A D | special_member_generation_test.pass.cpp | 35 using P2 = std::pair<int, T1>; in test() typedef 83 using P2 = std::pair<int, T1>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | ctor.pair_U_V_const_ref.pass.cpp | 30 using P2 = std::pair<int, T1>; in test_pair_const() typedef 60 typedef std::pair<double, long> P2; in test() typedef 69 using P2 = std::pair<int, int>; in test() typedef 169 typedef std::pair<double, long> P2; in test() typedef 177 using P2 = std::pair<ExplicitT, ExplicitT>; in test() typedef 185 using P2 = std::pair<ImplicitT, ImplicitT>; in test() typedef
|
H A D | assign_rv_pair_U_V.pass.cpp | 65 typedef std::pair<ConstexprTestTypes::MoveOnly, long> P2; in test() typedef 94 using P2 = std::pair<MoveAssignable&, int>; in test() typedef 108 using P2 = std::pair<MoveAssignable&, int>; in test() typedef 115 using P2 = std::pair<CopyAssignable&, int>; in test() typedef 123 using P2 = std::pair<MoveAssignable&&, int>; in test() typedef 135 using P2 = std::pair<NotAssignable&, int>; in test() typedef
|
H A D | ctor.pair_U_V_move.pass.cpp | 33 using P2 = std::pair<int, T1>; in test_pair_rv() typedef 84 typedef std::pair<std::unique_ptr<Base>, long> P2; in main() typedef 93 using P2 = std::pair<int, int>; in main() typedef 182 using P2 = std::pair<NotCopyOrMoveConstructible&, int>; in main() typedef 193 using P2 = std::pair<NotCopyOrMoveConstructible&&, int>; in main() typedef 208 using P2 = std::pair<NonCopyConstructible&, int>; in main() typedef
|
H A D | special_member_generation_test.pass.cpp | 36 using P2 = std::pair<int, T1>; in test() typedef 84 using P2 = std::pair<int, T1>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 29 struct P2 { struct 31 TEST_CONSTEXPR explicit P2(int *p) : p_(p) { } in P2() argument 32 TEST_CONSTEXPR P1 operator->() const { return p_; } in operator ->() 33 P1 p_;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 31 struct P2 { struct 33 constexpr explicit P2(int *p) : p_(p) { } in P2() argument 34 constexpr P1 operator->() const { return p_; } in operator ->() 35 P1 p_;
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | sysv.S | 116 P2 = [FP-20]; define 125 P2 = R0; define 128 P2 = [FP+-20]; define 131 P2 = R0; define
|
/aosp_15_r20/external/libffi/src/bfin/ |
H A D | sysv.S | 116 P2 = [FP-20]; define 125 P2 = R0; define 128 P2 = [FP+-20]; define 131 P2 = R0; define
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | partial-reinitialization2.c | 6 struct P2 { int a, b, c; } g2 = { 1, 2, 3 }; argument
|
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
H A D | is_equal.pass.cpp | 48 auto& P2 = R2.getController(); in main() local 65 auto& P2 = R2.getController(); in main() local 82 auto& P2 = R2.getController(); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
H A D | is_equal.pass.cpp | 48 auto& P2 = R2.getController(); in main() local 65 auto& P2 = R2.getController(); in main() local 82 auto& P2 = R2.getController(); in main() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 84 static bool isMoreDesirable(const SizePriority &P1, const SizePriority &P2) { in isMoreDesirable() 104 static bool isMoreDesirable(const CostPriority &P1, const CostPriority &P2) { in isMoreDesirable() 124 const CostBenefitPriority &P2) { in isMoreDesirable() 192 static bool isMoreDesirable(const MLPriority &P1, const MLPriority &P2) { in isMoreDesirable()
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | default-property-synthesis.m | 25 @property (copy) id P2; property 30 …@property (nonatomic, retain) id P2; // expected-warning {{property 'P2' 'copy' attribute does not… property
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue43384.go | 15 type P2 struct{ *T } struct
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | property-impl-misuse.m | 46 @property int P2; // expected-error {{type of property 'P2' ('int') does not match type of accessor… property 47 - (double*)P2; // expected-note {{declared here}} method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/ |
D | unordered_set.hpp | 1390 boost::unordered_set<T, H2, P2, A>& source) in merge() argument 1399 boost::unordered_set<T, H2, P2, A>&& source) in merge() argument 1408 boost::unordered_multiset<T, H2, P2, A>& source) in merge() argument 1417 boost::unordered_multiset<T, H2, P2, A>&& source) in merge() argument 1784 boost::unordered_multiset<T, H2, P2, A>& source) in merge() argument 1795 boost::unordered_multiset<T, H2, P2, A>&& source) in merge() argument 1806 boost::unordered_set<T, H2, P2, A>& source) in merge() argument 1817 boost::unordered_set<T, H2, P2, A>&& source) in merge() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | cbrt.rs | 26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | cbrt.rs | 26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | cbrt.rs | 26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | cbrt.rs | 26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | cbrt.rs | 26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | cbrt.rs | 26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
|