Home
last modified time | relevance | path

Searched defs:P3 (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dshared-ptr-array-mismatch.cpp23 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 Dunique-ptr-array-mismatch.cpp37 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 Dbitfield-access-empty.cpp81 struct P3 { global() struct
86 bP3 global() argument
/llvm-project/clang/test/CodeGenObjC/
H A Ddefault-property-synthesis.m14 @property int P3; property
31 @property int P3; property
H A Dprotocols.m43 @protocol P3<P1, P2> protocol
/llvm-project/llvm/test/MC/Hexagon/
H A Ddcfetch.s10 P3 = SP1LOOP0(#8,R18) define
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_rv_pair_U_V.pass.cpp99 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 Dctor.piecewise_construct.pass.cpp29 typedef std::pair<P1, P2> P3; in test() typedef
H A Dassign_rv_pair.pass.cpp104 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 Dto_address.pass.cpp36 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 Dto_address.pass.cpp38 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 Dequivalence_relation.compile.pass.cpp45 struct P3 { struct
/llvm-project/clang/test/Parser/
H A Dobjc-type-printing.m5 @protocol P3 @end protocol
H A Dmissing-selector-name.mm37 @interface P3 interface
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.relation/
H A Drelation.compile.pass.cpp43 struct P3 { struct
/llvm-project/clang/test/SemaObjC/
H A Dwarn-implicit-atomic-property.m7 @property int P3; // expected-note {{property declared here}} property
H A Dclass-conforming-protocol-1.m5 @protocol P3 @end protocol
H A Dproperty-5.m5 @protocol P3 @end protocol
H A Dundef-protocol-methods-1.m13 @protocol P3<P2> protocol
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/
H A Dstrict_weak_order.compile.pass.cpp44 struct P3 { struct
/llvm-project/clang/test/CodeGen/
H A Dpartial-reinitialization1.c33 struct P3 { struct
45 // CHECK: @l3 ={{.*}} global %struct.P3 { %struct.Q3 { %struct.R1 { i32 1, i32 2, i32 3 }, %struct.… argument
H A Dbitfield-access-pad.c99 struct P3 { global() struct
106 bP3 global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-default-init.cpp35 auto P3 = std::unique_ptr<int>(new int()); in basic() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Duniqueptr-delete-release.cpp59 std::unique_ptr<int> *P3(&P); in Positives() local
/llvm-project/clang/test/CodeGenObjCXX/
H A Dreferences.mm31 @protocol P3 @end protocol

123