| /external/libcxx/test/std/utilities/utility/pairs/pair.astuple/ |
| D | tuple_size.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 25 typedef std::pair<int, short> const P1; in main() typedef 29 typedef std::pair<int, short> volatile P1; in main() typedef 33 typedef std::pair<int, short> const volatile P1; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/pairs/pair.astuple/ |
| D | tuple_size.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 26 typedef std::pair<int, short> const P1; in main() typedef 30 typedef std::pair<int, short> volatile P1; in main() typedef 34 typedef std::pair<int, short> const volatile P1; in main() typedef
|
| /external/libcxx/test/std/utilities/utility/pairs/pairs.spec/ |
| D | make_pair.pass.cpp | 23 typedef std::pair<int, short> P1; in main() typedef 31 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 37 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 45 typedef std::pair<int, short> P1; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/pairs/pairs.spec/ |
| D | make_pair.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 30 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 36 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 44 typedef std::pair<int, short> P1; in main() typedef
|
| /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
| D | const_pair_U_V.pass.cpp | 29 using P1 = std::pair<T1, int>; in test_pair_const() typedef 60 typedef std::pair<int, int> P1; in main() typedef 69 using P1 = DPair<long, long>; in main() typedef 157 typedef std::pair<int, int> P1; in main() typedef 165 using P1 = std::pair<int, int>; in main() typedef 173 using P1 = std::pair<int, int>; in main() typedef
|
| D | copy_ctor.pass.cpp | 24 typedef std::pair<int, short> P1; in main() typedef 32 typedef std::pair<int, short> P1; in main() typedef
|
| D | special_member_generation_test.pass.cpp | 34 using P1 = std::pair<T1, int>; in test() typedef 82 using P1 = std::pair<T1, int>; in test() typedef
|
| D | rv_pair_U_V.pass.cpp | 30 using P1 = std::pair<T1, int>; in test_pair_rv() typedef 70 typedef std::pair<std::unique_ptr<Derived>, int> P1; in main() typedef 79 using P1 = DPair<long, long>; in main() typedef
|
| D | swap.pass.cpp | 31 typedef std::pair<int, short> P1; in main() typedef 41 typedef std::pair<int, S> P1; in main() typedef
|
| /external/clang/unittests/Tooling/ |
| D | FixItTest.cpp | 43 Expr *P1 = CE->getArg(1); in TEST() local 62 Expr *P1 = CE->getArg(1); in TEST() local 73 Expr *P1 = CE->getArg(1); in TEST() local 96 Expr *P1 = CE->getArg(1); in TEST() local 109 Expr *P1 = CE->getArg(1); in TEST() local 134 Expr *P1 = CE->getArg(1); in TEST() local 164 Expr *P1 = CE->getArg(1); in TEST() local 194 Expr *P1 = CE->getArg(1); in TEST() local 209 Expr *P1 = CE->getArg(1); in TEST() local 223 Expr *P1 = CE->getArg(1); in TEST() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/pairs/pairs.pair/ |
| D | ctor.pair_U_V_const_ref.pass.cpp | 29 using P1 = std::pair<T1, int>; in test_pair_const() typedef 59 typedef std::pair<int, int> P1; in test() typedef 68 using P1 = DPair<long, long>; in test() typedef 168 typedef std::pair<int, int> P1; in test() typedef 176 using P1 = std::pair<int, int>; in test() typedef 184 using P1 = std::pair<int, int>; in test() typedef
|
| D | assign_rv_pair_U_V.pass.cpp | 64 typedef std::pair<Derived, short> P1; in test() typedef 93 using P1 = std::pair<MoveAssignable, long>; in test() typedef 107 using P1 = std::pair<MoveAssignable&, long>; in test() typedef 114 using P1 = std::pair<CopyAssignable&, long>; in test() typedef 122 using P1 = std::pair<MoveAssignable&&, long>; in test() typedef 134 using P1 = std::pair<NotAssignable&, long>; in test() typedef
|
| D | ctor.pair_U_V_move.pass.cpp | 32 using P1 = std::pair<T1, int>; in test_pair_rv() typedef 83 typedef std::pair<std::unique_ptr<Derived>, int> P1; in main() typedef 92 using P1 = DPair<long, long>; in main() typedef 181 using P1 = std::pair<NotCopyOrMoveConstructible&, long>; in main() typedef 192 using P1 = std::pair<NotCopyOrMoveConstructible&&, long>; in main() typedef 207 using P1 = std::pair<NonCopyConstructible, long>; in main() typedef
|
| D | ctor.copy.pass.cpp | 23 typedef std::pair<int, short> P1; in main() typedef 31 typedef std::pair<int, short> P1; in main() typedef
|
| D | special_member_generation_test.pass.cpp | 35 using P1 = std::pair<T1, int>; in test() typedef 83 using P1 = std::pair<T1, int>; in test() typedef
|
| D | swap.pass.cpp | 29 typedef std::pair<int, short> P1; in test() typedef 39 typedef std::pair<int, S> P1; in test() typedef
|
| /external/clang/test/PCH/ |
| D | designated-init.c.h | 44 struct P1 { struct 51 struct P1 l1 = { argument
|
| /external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
| D | is_equal.pass.cpp | 44 auto& P1 = R1.getController(); in main() local 61 auto& P1 = R1.getController(); in main() local 78 auto& P1 = R1.getController(); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/pointer.conversion/ |
| D | to_address.pass.cpp | 24 struct P1 { struct 26 constexpr explicit P1(int *p) : p_(p) { } in P1() argument 34 constexpr P1 operator->() const { return p_; } in operator ->() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/memory/pointer.conversion/ |
| D | to_address.pass.cpp | 22 struct P1 { struct 24 TEST_CONSTEXPR explicit P1(int *p) : p_(p) { } in P1() argument 32 TEST_CONSTEXPR P1 operator->() const { return p_; } in operator ->() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/experimental/memory/memory.resource/memory.resource.public/ |
| D | is_equal.pass.cpp | 50 auto& P1 = R1.getController(); in main() local 67 auto& P1 = R1.getController(); in main() local 84 auto& P1 = R1.getController(); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
| D | is_equal.pass.cpp | 43 auto& P1 = R1.getController(); in main() local 60 auto& P1 = R1.getController(); in main() local 77 auto& P1 = R1.getController(); in main() local
|
| /external/clang/test/CodeGenObjC/ |
| D | default-property-synthesis.m | 24 @property int P1; property 29 @property int P1; property
|
| /external/clang/test/SemaObjC/ |
| D | property-impl-misuse.m | 43 @property int P1; // expected-warning {{type of property 'P1' does not match type of accessor 'P1'}… property 44 - (double) P1; // expected-note {{declared here}} method
|
| /external/rust/crates/libm/src/math/ |
| D | cbrt.rs | 25 const P1: f64 = -1.88497979543377169875; /* 0xbffe28e0, 0x92f02420 */ constant
|