/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | shared-ptr-array-mismatch.cpp | 23 std::shared_ptr< int > P3{new int[10]}; in f1() local 41 std::shared_ptr<A[]> P3(new A[10]); in f2() local 45 std::shared_ptr<int> P1{new int}, P2{new int[10]}, P3{new int[10]}; in f3() local 54 std::shared_ptr<int> P3{new int}, P4{new int[10]}; member
|
H A D | unique-ptr-array-mismatch.cpp | 37 std::unique_ptr< int > P3{new int[10]}; in f1() local 64 std::unique_ptr<A[]> P3(new A[10]); in f2() local 68 std::unique_ptr<int> P1{new int}, P2{new int[10]}, P3{new int[10]}; in f3() local 77 std::unique_ptr<int> P3{new int}, P4{new int[10]}; member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-access-empty.cpp | 81 struct P3 { global() struct 86 bP3 global() argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | default-property-synthesis.m | 14 @property int P3; property 31 @property int P3; property
|
H A D | protocols.m | 43 @protocol P3<P1, P2> protocol
|
/llvm-project/llvm/test/MC/Hexagon/ |
H A D | dcfetch.s | 10 P3 = SP1LOOP0(#8,R18) define
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | assign_rv_pair_U_V.pass.cpp | 99 using P3 = std::pair<MoveAssignable, long>; in test() typedef 126 using P3 = std::pair<CopyAssignable&&, long>; in test() typedef 138 using P3 = std::pair<NotAssignable&&, long>; in test() typedef
|
H A D | ctor.piecewise_construct.pass.cpp | 29 typedef std::pair<P1, P2> P3; in test() typedef
|
H A D | assign_rv_pair.pass.cpp | 104 using P3 = std::pair<NotAssignable, NotAssignable>; in test() typedef 121 using P3 = std::pair<MoveAssignable&&, int>; in test() typedef
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 36 struct P3 { struct 37 TEST_CONSTEXPR explicit P3(int *p) : p_(p) { } in P3() function 42 struct std::pointer_traits<P3> { argument
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 38 struct P3 { struct 39 constexpr explicit P3(int *p) : p_(p) { } in P3() function 44 struct std::pointer_traits<P3> { argument
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.equiv/ |
H A D | equivalence_relation.compile.pass.cpp | 45 struct P3 { struct
|
/llvm-project/clang/test/Parser/ |
H A D | objc-type-printing.m | 5 @protocol P3 @end protocol
|
H A D | missing-selector-name.mm | 37 @interface P3 interface
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.relation/ |
H A D | relation.compile.pass.cpp | 43 struct P3 { struct
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-implicit-atomic-property.m | 7 @property int P3; // expected-note {{property declared here}} property
|
H A D | class-conforming-protocol-1.m | 5 @protocol P3 @end protocol
|
H A D | property-5.m | 5 @protocol P3 @end protocol
|
H A D | undef-protocol-methods-1.m | 13 @protocol P3<P2> protocol
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/ |
H A D | strict_weak_order.compile.pass.cpp | 44 struct P3 { struct
|
/llvm-project/clang/test/CodeGen/ |
H A D | partial-reinitialization1.c | 33 struct P3 { struct 45 // CHECK: @l3 ={{.*}} global %struct.P3 { %struct.Q3 { %struct.R1 { i32 1, i32 2, i32 3 }, %struct.… argument
|
H A D | bitfield-access-pad.c | 99 struct P3 { global() struct 106 bP3 global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-unique-default-init.cpp | 35 auto P3 = std::unique_ptr<int>(new int()); in basic() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | uniqueptr-delete-release.cpp | 59 std::unique_ptr<int> *P3(&P); in Positives() local
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | references.mm | 31 @protocol P3 @end protocol
|