Home
last modified time | relevance | path

Searched defs:P1 (Results 1 – 25 of 169) sorted by relevance

1234567

/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dtuple_size.pass.cpp22 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 Dmake_pair.pass.cpp22 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 Dthree_way_comparison.pass.cpp38 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 Dctor.pair_U_V_move.pass.cpp32 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 Dctor.pair_U_V_const_ref.pass.cpp29 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 Dassign_rv_pair_U_V.pass.cpp64 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 Dctor.copy.pass.cpp23 typedef std::pair<int, short> P1; in main() typedef
31 typedef std::pair<int, short> P1; in main() typedef
H A Dspecial_member_generation_test.pass.cpp35 using P1 = std::pair<T1, int>; test() typedef
83 using P1 = std::pair<T1, int>; test() typedef
H A Dswap.pass.cpp29 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 Dunique-ptr-array-mismatch.cpp32 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 Dshared-ptr-array-mismatch.cpp18 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 Dsuspicious-realloc-usage.cpp24 struct P1 { struct
25 static void *p;
26 static void *q;
/llvm-project/clang/test/PCH/
H A Ddesignated-init.c.h44 struct P1 { struct
51 struct P1 l1 = { argument
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.public/
H A Dis_equal.pass.cpp44 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 Dstring_pool_test.cpp18 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 Dto_address.pass.cpp22 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 Dbitfield-access-empty.cpp47 struct P1 { global() struct
52 bP1 global() argument
H A 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
/llvm-project/clang/test/CodeGenObjC/
H A Ddefault-property-synthesis.m23 @property int P1; property
28 @property int P1; property
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp24 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 DProfileTest.cpp64 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 Dproperty-impl-misuse.m41 @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 Dmake-unique-header.cpp12 std::unique_ptr<int> P1 = std::unique_ptr<int>(new int()); in f() local
H A Dmake-shared-header.cpp12 std::shared_ptr<int> P1 = std::shared_ptr<int>(new int()); in f() local
/llvm-project/clang/test/SemaObjCXX/
H A Dbase-type-as-written.mm4 @protocol P1 protocol

1234567