/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | assign_rv_pair_U_V.pass.cpp | 100 using P4 = std::pair<MoveAssignable&&, int>; in test() typedef 127 using P4 = std::pair<CopyAssignable&&, int>; in test() typedef 139 using P4 = std::pair<NotAssignable&&, int>; in test() typedef
|
H A D | assign_rv_pair.pass.cpp | 122 using P4 = std::pair<CopyAssignable&&, int>; in test() typedef
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 46 struct P4 { struct 47 TEST_CONSTEXPR explicit P4(int *p) : p_(p) { } in P4() argument 53 struct std::pointer_traits<P4> { argument
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 48 struct P4 { struct 49 constexpr explicit P4(int *p) : p_(p) { } in P4() argument 55 struct std::pointer_traits<P4> { argument
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.equiv/ |
H A D | equivalence_relation.compile.pass.cpp | 52 struct P4 { struct
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.relation/ |
H A D | relation.compile.pass.cpp | 50 struct P4 { struct
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/ |
H A D | strict_weak_order.compile.pass.cpp | 51 struct P4 { struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-unique-default-init.cpp | 38 auto P4 = std::unique_ptr<int>(new int); in basic() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | bitfield-access-pad.c | 129 struct P4 { global() struct 135 bP4 global() argument
|
H A D | partial-reinitialization1.c | 55 struct P4 { struct 60 struct P4 l4 = { { L"foo" }, .x[2] = L'x' }; argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | shared-ptr-array-mismatch.cpp | 27 std::shared_ptr<int> P4(new int[10]); in f1() local 54 std::shared_ptr<int> P3{new int}, P4{new int[10]}; member
|
H A D | unique-ptr-array-mismatch.cpp | 41 std::unique_ptr<int> P4(new int[10]); in f1() local 77 std::unique_ptr<int> P3{new int}, P4{new int[10]}; member
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | default-property-synthesis.m | 15 @property int P4; property
|
H A D | protocols-lazy.m | 29 @protocol P4 -im1; @end protocol
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | uniqueptr-delete-release.cpp | 66 std::unique_ptr<std::unique_ptr<int>> P4; in Positives() local
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | v_logf.c | 21 #define P4 v_f32 (Poly[3]) macro
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-12.m | 19 @protocol P4 protocol
|
H A D | conditional-expr.m | 56 @protocol P4 <P1> protocol
|
H A D | objcbridge-attribute-arc.m | 57 @protocol P4 @end protocol
|
/llvm-project/clang/test/Modules/ |
H A D | redecl-merge.m | 9 @protocol P4; protocol in void
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | objcbridge-static-cast.mm | 42 @protocol P4 @end protocol
|
H A D | objcbridge-attribute.mm | 42 @protocol P4 @end protocol
|
H A D | objcbridge-attribute-arc.mm | 42 @protocol P4 @end protocol
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-md5.cpp | 5 #define C4(P1, P2, P3, P4) C2(C2(P1, P2), C2(P3, P4)) argument
|
H A D | bitfield-access-empty.cpp | 98 struct P4 { global() struct
|