Home
last modified time | relevance | path

Searched defs:P2 (Results 1 – 25 of 125) sorted by relevance

12345

/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dconst_pair_U_V.pass.cpp30 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
Dspecial_member_generation_test.pass.cpp35 using P2 = std::pair<int, T1>; in test() typedef
83 using P2 = std::pair<int, T1>; in test() typedef
Drv_pair_U_V.pass.cpp31 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
Dpiecewise.pass.cpp29 typedef std::pair<int*, int> P2; in main() typedef
Dconst_pair_U_V_cxx03.pass.cpp23 typedef std::pair<double, long> P2; in main() typedef
Ddefault.pass.cpp51 using P2 = std::pair<NoDefault, int>; in main() typedef
Dassign_const_pair_U_V.pass.cpp28 typedef std::pair<double, long> P2; in main() typedef
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Dis_equal.pass.cpp48 auto& P2 = R2.getController(); in main() local
65 auto& P2 = R2.getController(); in main() local
82 auto& P2 = R2.getController(); in main() local
Dallocate.pass.cpp76 auto& P2 = R2.getController(); in main() local
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dsysv.S116 P2 = [FP-20]; define
125 P2 = R0; define
128 P2 = [FP+-20]; define
131 P2 = R0; define
/external/libffi/src/bfin/
Dsysv.S116 P2 = [FP-20]; define
125 P2 = R0; define
128 P2 = [FP+-20]; define
131 P2 = R0; define
/external/clang/test/CodeGen/
Dpartial-reinitialization2.c6 struct P2 { int a, b, c; } g2 = { 1, 2, 3 }; struct
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m25 @property (copy) id P2; property
30 …@property (nonatomic, retain) id P2; // expected-warning {{property 'P2' 'copy' attribute does not… property
/external/clang/test/SemaObjC/
Dproperty-impl-misuse.m46 @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
Dwarn-implicit-atomic-property.m7 @property (readwrite) int P2; // expected-note {{property declared here}} property
Dclass-conforming-protocol-1.m4 @protocol P2 @end protocol
/external/rust/crates/libm/src/math/
Dcbrt.rs26 const P2: f64 = 1.621429720105354466140; /* 0x3ff9f160, 0x4a49d6c2 */ constant
Dexpf.rs27 const P2: f32 = -2.7667332906e-3; /* -0xb55215.0p-32 */ constant
Dexp.rs75 const P2: f64 = -2.77777777770155933842e-03; /* 0xBF66C16C, 0x16BEBD93 */ constant
/external/libcxx/test/std/utilities/memory/pointer.conversion/
Dto_address.pass.cpp36 class P2 class
41 explicit P2(int* p) in P2() function in P2
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp68 int DebugHandlerBase::pieceCmp(const DIExpression *P1, const DIExpression *P2) { in pieceCmp()
82 bool DebugHandlerBase::piecesOverlap(const DIExpression *P1, const DIExpression *P2) { in piecesOverlap()
/external/clang/test/Parser/
Dobjc-alias-printing.m4 @protocol P2 @end protocol
Dobjc-type-printing.m4 @protocol P2 @end protocol
/external/musl/src/math/
Dexp2l.c42 P2 = 0x1.ebfbdff82c58fp-3, variable
260 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
/external/clang/test/SemaObjCXX/
Dproperty-type-mismatch.mm14 @protocol P2 <P1> protocol

12345