/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.astuple/ |
H A 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
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.spec/ |
H A 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
|
H A D | three_way_comparison.pass.cpp | 38 using P1 = std::pair<int, int>; in test() typedef 47 using P1 = std::pair<int, int>; in test() typedef
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A 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 137 using P1 = std::pair<ExplicitTypes::CopyOnly, int>; in main() typedef 202 using P1 = std::pair<NotCopyOrMoveConstructible&, long>; in main() typedef 213 using P1 = std::pair<NotCopyOrMoveConstructible&&, long>; in main() typedef 228 using P1 = std::pair<NonCopyConstructible, long>; in main() typedef
|
H A 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
|
H A 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
|
H A 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
|
H A D | special_member_generation_test.pass.cpp | 35 using P1 = std::pair<T1, int>; test() typedef 83 using P1 = std::pair<T1, int>; test() typedef
|
H A D | swap.pass.cpp | 29 typedef std::pair<int, short> P1; in test() typedef 39 typedef std::pair<int, S> P1; in test() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unique-ptr-array-mismatch.cpp | 32 std::unique_ptr<int> P1{new int}; in f1() local 60 std::unique_ptr<A> P1(new A); in f2() local 68 std::unique_ptr<int> P1{new int}, P2{new int[10]}, P3{new int[10]}; in f3() local 74 std::unique_ptr<int> P1; member 97 std::unique_ptr<T> P1{new T[10]}; in f_tmpl() local 108 std::unique_ptr<T> P1{new T[10]}; in f_tmpl_1() local 120 CHAR_PTR_TYPE P1{new char[10]}; in f6() local
|
H A D | shared-ptr-array-mismatch.cpp | 18 std::shared_ptr<int> P1{new int}; in f1() local 37 std::shared_ptr<A> P1(new A); in f2() local 45 std::shared_ptr<int> P1{new int}, P2{new int[10]}, P3{new int[10]}; in f3() local 51 std::shared_ptr<int> P1; member 74 std::shared_ptr<T> P1{new T[10]}; in f_tmpl() local 90 CHAR_PTR_TYPE P1{new char[10]}; in f6() local
|
H A D | suspicious-realloc-usage.cpp | 24 struct P1 { struct 25 static void *p; 26 static void *q;
|
/llvm-project/clang/test/PCH/ |
H A D | designated-init.c.h | 44 struct P1 { struct 51 struct P1 l1 = { argument
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
H A 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
|
/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | string_pool_test.cpp | 18 auto P1 = SP.intern("hello"); in TEST() local 44 auto P1 = SP.intern("s1"); in TEST() local 60 PooledStringPtr P1 = SP.intern("s1"); in TEST() local
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A 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
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-access-empty.cpp | 47 struct P1 { global() struct 52 bP1 global() argument
|
H A D | mangle-ms-md5.cpp | 3 #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
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | default-property-synthesis.m | 23 @property int P1; property 28 @property int P1; property
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A 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
|
/llvm-project/llvm/unittests/XRay/ |
H A D | ProfileTest.cpp | 64 Profile P0, P1; in TEST() local 88 Profile P0, P1; in TEST() local 113 Profile P0, P1; in TEST() local 163 Profile P0, P1; in TEST() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-impl-misuse.m | 41 @property int P1; // expected-warning {{type of property 'P1' does not match type of accessor 'P1'}… property 42 - (double) P1; // expected-note {{declared here}} method
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-unique-header.cpp | 12 std::unique_ptr<int> P1 = std::unique_ptr<int>(new int()); in f() local
|
H A D | make-shared-header.cpp | 12 std::shared_ptr<int> P1 = std::shared_ptr<int>(new int()); in f() local
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | base-type-as-written.mm | 4 @protocol P1 protocol
|