Home
last modified time | relevance | path

Searched defs:p5 (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type.pass.cpp41 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 Dpro-bounds-pointer-arithmetic-pr36489.cpp18 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 Dgmock-more-actions.h215 #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 Dpass-object-size.c50 void (*p5)(char *) = IsOverloaded; in FunctionPtrs() local
H A Daix-attr-align.c33 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 Dcxx11-ast-print.cpp30 const char *p5 = 1e12_baz; variable
H A Darray-alignment.cpp35 auto p5 = new AlignedPackedStruct[1]; // expected-error {{size of array element}} in test() local
H A Drval-references-examples.cpp73 unique_ptr<int> p5 = p; // expected-error{{call to deleted constructor of 'unique_ptr<int>'}} in test_unique_ptr() local
H A Derr_reference_bind_drops_quals.cpp12 ptr& p5 = vp; // expected-error {{drops 'volatile' qualifier}} in test1() local
/llvm-project/clang/test/SemaCUDA/
H A Dconst-var.cu97 __device__ static int *const p5; member
108 __device__ int *const B::p5 = &e; member in Test3::B
/llvm-project/clang/test/Analysis/
H A DNewDelete-intersections.mm40 int *p5 = (int *)alloca(sizeof(int)); function
/llvm-project/lldb/test/API/lang/cpp/unique-types2/
H A Dmain.cpp25 FooPack<char, float> p5; in main() local
/llvm-project/libcxx/test/support/test.support/
H A Dtest_proxy.pass.cpp43 Proxy<MoveOnly> p5 = std::move(p4); in testProxy() local
62 Proxy<int&> p5{i}; in testProxy() local
/llvm-project/flang/test/Semantics/
H A Dresolve61.f9030 subroutine p5 subroutine
31 integer(8) a(10)
H A Dprocinterface01.f9065 procedure(complex), pointer, nopass :: p5 => nested4 method
H A Dinit01.f9031 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 Dppc64-struct-onefloat.c33 SSd p5 = { { 19.47 } }; in foo() local
/llvm-project/clang/test/CXX/module/module.interface/
H A Dp5.cpp3 export module p5; module
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-c23.c35 int *p5, *p6, *p7; in test_assignment() local
/llvm-project/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable
/llvm-project/clang/test/Headers/
H A Dstddefneeds.cpp48 ptrdiff_t p5; variable
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp109 decltype(make<decltype(make<4, false>())>()) *p5; // ok variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Ddelete-null-pointer.cpp147 int *p5, *p6; in g() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/
H A Dsync_deallocate_matches_allocate.pass.cpp97 void* p5 = mr.allocate(128, 8); main() local
H A Dunsync_deallocate_matches_allocate.pass.cpp97 void* p5 = mr.allocate(128, 8); main() local

12