Home
last modified time | relevance | path

Searched defs:P4 (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_rv_pair_U_V.pass.cpp100 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 Dassign_rv_pair.pass.cpp122 using P4 = std::pair<CopyAssignable&&, int>; in test() typedef
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp46 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 Dto_address.pass.cpp48 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 Dequivalence_relation.compile.pass.cpp52 struct P4 { struct
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.relation/
H A Drelation.compile.pass.cpp50 struct P4 { struct
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/
H A Dstrict_weak_order.compile.pass.cpp51 struct P4 { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-default-init.cpp38 auto P4 = std::unique_ptr<int>(new int); in basic() local
/llvm-project/clang/test/CodeGen/
H A Dbitfield-access-pad.c129 struct P4 { global() struct
135 bP4 global() argument
H A Dpartial-reinitialization1.c55 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 Dshared-ptr-array-mismatch.cpp27 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 Dunique-ptr-array-mismatch.cpp41 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 Ddefault-property-synthesis.m15 @property int P4; property
H A Dprotocols-lazy.m29 @protocol P4 -im1; @end protocol
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Duniqueptr-delete-release.cpp66 std::unique_ptr<std::unique_ptr<int>> P4; in Positives() local
/llvm-project/libc/AOR_v20.02/math/
H A Dv_logf.c21 #define P4 v_f32 (Poly[3]) macro
/llvm-project/clang/test/SemaObjC/
H A Dproperty-12.m19 @protocol P4 protocol
H A Dconditional-expr.m56 @protocol P4 <P1> protocol
H A Dobjcbridge-attribute-arc.m57 @protocol P4 @end protocol
/llvm-project/clang/test/Modules/
H A Dredecl-merge.m9 @protocol P4; protocol in void
/llvm-project/clang/test/SemaObjCXX/
H A Dobjcbridge-static-cast.mm42 @protocol P4 @end protocol
H A Dobjcbridge-attribute.mm42 @protocol P4 @end protocol
H A Dobjcbridge-attribute-arc.mm42 @protocol P4 @end protocol
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-md5.cpp5 #define C4(P1, P2, P3, P4) C2(C2(P1, P2), C2(P3, P4)) argument
H A Dbitfield-access-empty.cpp98 struct P4 { global() struct

12