Home
last modified time | relevance | path

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

123456789

/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
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dconst_pair_U_V.pass.cpp29 using P2 = std::pair<int, T1>; in test_pair_const() typedef
59 typedef std::pair<double, long> P2; in test() typedef
68 using P2 = std::pair<int, int>; in test() typedef
168 typedef std::pair<double, long> P2; in test() typedef
176 using P2 = std::pair<ExplicitT, ExplicitT>; in test() typedef
184 using P2 = std::pair<ImplicitT, ImplicitT>; in test() typedef
Dspecial_member_generation_test.pass.cpp36 using P2 = std::pair<int, T1>; in test() typedef
84 using P2 = std::pair<int, T1>; in test() typedef
Drv_pair_U_V.pass.cpp32 using P2 = std::pair<int, T1>; in test_pair_rv() typedef
72 typedef std::pair<std::unique_ptr<Base>, long> P2; in main() typedef
81 using P2 = std::pair<int, int>; in main() typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-uniqueptr-delete-release.cpp27 auto P2 = P; in Positives() local
52 NotUniquePtr P2; in Negatives() local
65 std::unique_ptr<int, D> P2; in NegativeDeleterT() local
/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
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Dis_equal.pass.cpp49 auto& P2 = R2.getController(); in main() local
66 auto& P2 = R2.getController(); in main() local
83 auto& P2 = R2.getController(); in main() local
/external/libffi/src/bfin/
Dsysv.S116 P2 = [FP-20]; define
125 P2 = R0; define
128 P2 = [FP+-20]; define
131 P2 = R0; define
/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/llvm-project/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/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/CodeGen/
Dpartial-reinitialization2.c6 struct P2 { int a, b, c; } g2 = { 1, 2, 3 }; argument
/external/llvm-project/clang/test/CodeGen/
Dpartial-reinitialization2.c6 struct P2 { int a, b, c; } g2 = { 1, 2, 3 }; struct
/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
/external/llvm-project/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
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-md5.cpp3 #define C_(P1, P2) P1##P2 argument
4 #define C2(P1, P2) C_(P1, P2) argument
5 #define C4(P1, P2, P3, P4) C2(C2(P1, P2), C2(P3, P4)) argument
/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/clang/test/Parser/
Dobjc-alias-printing.m4 @protocol P2 @end protocol
/external/llvm-project/clang/test/Parser/
Dobjc-alias-printing.m4 @protocol P2 @end protocol

123456789