/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/ |
H A D | tuple.by.type.pass.cpp | 41 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local 47 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-bounds-pointer-arithmetic-pr36489.cpp | 18 auto *p5 = getPtr(); in auto_deduction_binary() local 44 char p5 = getPtrWithTrailingReturnType()[6]; in auto_deduction_subscript() local
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 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 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 299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument 313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | pass-object-size.c | 50 void (*p5)(char *) = IsOverloaded; in FunctionPtrs() local
|
H A D | aix-attr-align.c | 33 void foo(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, in foo()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-ast-print.cpp | 30 const char *p5 = 1e12_baz; variable
|
H A D | array-alignment.cpp | 35 auto p5 = new AlignedPackedStruct[1]; // expected-error {{size of array element}} in test() local
|
H A D | rval-references-examples.cpp | 73 unique_ptr<int> p5 = p; // expected-error{{call to deleted constructor of 'unique_ptr<int>'}} in test_unique_ptr() local
|
H A D | err_reference_bind_drops_quals.cpp | 12 ptr& p5 = vp; // expected-error {{drops 'volatile' qualifier}} in test1() local
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | const-var.cu | 97 __device__ static int *const p5; member 108 __device__ int *const B::p5 = &e; member in Test3::B
|
/llvm-project/clang/test/Analysis/ |
H A D | NewDelete-intersections.mm | 40 int *p5 = (int *)alloca(sizeof(int)); function
|
/llvm-project/lldb/test/API/lang/cpp/unique-types2/ |
H A D | main.cpp | 25 FooPack<char, float> p5; in main() local
|
/llvm-project/libcxx/test/support/test.support/ |
H A D | test_proxy.pass.cpp | 43 Proxy<MoveOnly> p5 = std::move(p4); in testProxy() local 62 Proxy<int&> p5{i}; in testProxy() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve61.f90 | 30 subroutine p5 subroutine 31 integer(8) a(10)
|
H A D | procinterface01.f90 | 65 procedure(complex), pointer, nopass :: p5 => nested4 method
|
H A D | init01.f90 | 31 real, pointer :: p5 => x5(j) local 60 real, pointer :: p5 => x5(j) component 139 real, pointer :: p5(:) => a4 component
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc64-struct-onefloat.c | 33 SSd p5 = { { 19.47 } }; in foo() local
|
/llvm-project/clang/test/CXX/module/module.interface/ |
H A D | p5.cpp | 3 export module p5; module
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-nullptr-c23.c | 35 int *p5, *p6, *p7; in test_assignment() local
|
/llvm-project/clang/test/CXX/lex/lex.charset/ |
H A D | p2-cxx11.cpp | 38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable
|
/llvm-project/clang/test/Headers/ |
H A D | stddefneeds.cpp | 48 ptrdiff_t p5; variable
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
H A D | p5-cxx0x.cpp | 109 decltype(make<decltype(make<4, false>())>()) *p5; // ok variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | delete-null-pointer.cpp | 147 int *p5, *p6; in g() local
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/ |
H A D | sync_deallocate_matches_allocate.pass.cpp | 97 void* p5 = mr.allocate(128, 8); main() local
|
H A D | unsync_deallocate_matches_allocate.pass.cpp | 97 void* p5 = mr.allocate(128, 8); main() local
|