Home
last modified time | relevance | path

Searched defs:p4 (Results 1 – 25 of 84) sorted by relevance

1234

/llvm-project/flang/test/Semantics/
H A Dresolve49.f9044 subroutine p4 subroutine
45 type :: t type
48 type(t) :: x(10)
49 integer :: i local
50 real, target :: y local
H A Dresolve114.f9042 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 Dintrinsics03.f9044 procedure(index4), pointer :: p4 variable
H A Dresolve61.f9023 subroutine p4 subroutine
25 real b local
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h212 #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 Dpro-bounds-pointer-arithmetic-pr36489.cpp17 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 Denable_if.c100 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 Dmatrix-type-builtins.c44 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 Dpass-object-size.c48 …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 Dappend_op.pass.cpp31 path p4 = p1 / "def"; in main() local
/llvm-project/clang/test/Analysis/
H A DNewDelete+MismatchedDeallocator_intersections.cpp35 int *p4 = (int *)malloc(sizeof(int)); in testMallocFreeNoWarn() local
H A DNewDelete-variadic.cpp22 int *p4 = new (x) int[0]; // no warn in testGlobalCustomVariadicNew() local
H A DMalloc+MismatchedDeallocator_intersections.cpp25 int *p4 = new int; in testNewDeleteNoWarn() local
H A DNewDelete-intersections.mm36 int *p4 = (int *)malloc(sizeof(int)); function
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
H A Dcmp_nullptr.pass.cpp115 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 Dcmp_nullptr.pass.cpp108 const std::shared_ptr<int[]> p4; main() local
[all...]
/llvm-project/libcxx/test/support/test.support/
H A Dtest_proxy.pass.cpp41 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 Daligned_vs_unaligned_race.cpp19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1); in Thread2() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp28 const char *p4 = 0x129_bar; variable
H A Dconstexpr-array-unknown-bound.cpp16 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 Ddeduct.pass.cpp65 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 Dusing-decl.cpp82 int conflicting_hidden_using_decl_mixed_4::*p4; in test_conflicting_2() local
/llvm-project/clang/test/SemaCUDA/
H A Dconst-var.cu96 __device__ static int *const p4; member
107 __device__ int *const B::p4 = &d; member in Test3::B
/llvm-project/clang/test/AST/
H A Dast-print-record-decl.c188 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 Dmain.cpp24 FooPack<char, int> p4; in main() local

1234