/llvm-project/flang/test/Semantics/ |
H A D | resolve49.f90 | 44 subroutine p4 subroutine 45 type :: t type 48 type(t) :: x(10) 49 integer :: i local 50 real, target :: y local
|
H A D | resolve114.f90 | 42 procedure(ext2), pointer :: p4 => ext2 local 54 procedure(iface4), pointer :: p4 => x4 local 68 procedure(ext2), pointer :: p4 => ext2 local 83 procedure(iface4), pointer :: p4 => x4 local 99 procedure(iface4), pointer :: p4 => x4 local
|
H A D | intrinsics03.f90 | 44 procedure(index4), pointer :: p4 variable
|
H A D | resolve61.f90 | 23 subroutine p4 subroutine 25 real b local
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument 287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument [all …]
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-bounds-pointer-arithmetic-pr36489.cpp | 17 auto p4 = getPtr(); in auto_deduction_binary() local 41 auto p4 = getPtrAuto()[5]; in auto_deduction_subscript() local
|
/llvm-project/clang/test/Sema/ |
H A D | enable_if.c | 100 void *p4 = (void *)isdigit2; in test5() local 128 …void *p4 = (void*)f2; // expected-error{{address of overloaded function 'f2' is ambiguous}} expect… in test6() local 137 …void *p4 = (void*)f3; // expected-error{{address of overloaded function 'f3' does not match requir… in test7() local
|
H A D | matrix-type-builtins.c | 44 void column_major_load(float *p1, int *p2, _Bool *p3, struct Foo *p4) { in column_major_load() 86 …olumn_major_store(sx5x10_t *m1, ix3x2_t *m2, float *p1, int *p2, struct Foo *p3, const float *p4) { in column_major_store()
|
H A D | pass-object-size.c | 48 …void (*p4)(void *) = &IsOverloaded; //expected-error{{incompatible function pointer types initiali… in FunctionPtrs() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
H A D | append_op.pass.cpp | 31 path p4 = p1 / "def"; in main() local
|
/llvm-project/clang/test/Analysis/ |
H A D | NewDelete+MismatchedDeallocator_intersections.cpp | 35 int *p4 = (int *)malloc(sizeof(int)); in testMallocFreeNoWarn() local
|
H A D | NewDelete-variadic.cpp | 22 int *p4 = new (x) int[0]; // no warn in testGlobalCustomVariadicNew() local
|
H A D | Malloc+MismatchedDeallocator_intersections.cpp | 25 int *p4 = new int; in testNewDeleteNoWarn() local
|
H A D | NewDelete-intersections.mm | 36 int *p4 = (int *)malloc(sizeof(int)); function
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/ |
H A D | cmp_nullptr.pass.cpp | 115 const std::unique_ptr<int[]> p4; in test() local [all...] |
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
H A D | cmp_nullptr.pass.cpp | 108 const std::shared_ptr<int[]> p4; main() local [all...] |
/llvm-project/libcxx/test/support/test.support/ |
H A D | test_proxy.pass.cpp | 41 Proxy<MoveOnly&&> p4 = std::move(m1); in testProxy() local 56 Proxy<MoveOnly> p4{MoveOnly{9}}; in testProxy() local 88 const Proxy<MoveOnly&&> p4 = std::move(m2); in testProxy() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | aligned_vs_unaligned_race.cpp | 19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1); in Thread2() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-ast-print.cpp | 28 const char *p4 = 0x129_bar; variable
|
H A D | constexpr-array-unknown-bound.cpp | 16 constexpr auto p4 = a.m + 1; // expected-error {{constant expression}} expected-note {{without know… variable
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | deduct.pass.cpp | 65 std::pair<int&, char> p4(i, 'c'); in test_primary_template() local 116 std::pair<int&, char> p4(i, 'c'); in test_primary_template() local
|
/llvm-project/clang/test/Modules/ |
H A D | using-decl.cpp | 82 int conflicting_hidden_using_decl_mixed_4::*p4; in test_conflicting_2() local
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | const-var.cu | 96 __device__ static int *const p4; member 107 __device__ int *const B::p4 = &d; member in Test3::B
|
/llvm-project/clang/test/AST/ |
H A D | ast-print-record-decl.c | 188 KW T *p4; in defSelfRef() local 220 KW T *p4; // expected-warning {{'T' is deprecated}} in declsOnly() local
|
/llvm-project/lldb/test/API/lang/cpp/unique-types2/ |
H A D | main.cpp | 24 FooPack<char, int> p4; in main() local
|