/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-bounds-pointer-arithmetic-pr36489.cpp | 25 auto p7 = getPtrDeclTypeAuto() + 1; in auto_deduction_binary() local 49 auto p7 = getPtrDeclType()[8]; in auto_deduction_subscript() local
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 224 p6, p7) \ argument 229 p6, p7, p8) \ argument 234 p6, p7, p8, p9) \ 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 314 p7, p8, p9) \ argument 380 #define GMOCK_INTERNAL_DEFN_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument 389 #define GMOCK_INTERNAL_DEFN_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument 401 p7, p8, p9) \ argument 425 #define GMOCK_INTERNAL_LIST_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-ast-print.cpp | 34 const char *p7 = 123_quux; variable
|
H A D | err_reference_bind_drops_quals.cpp | 14 ptr& p7 = rvp; // expected-error {{drops 'volatile __restrict' qualifiers}} in test1() local
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | const-var.cu | 99 __device__ static surface<void, 2> *const p7; member 110 __device__ surface<void, 2> *const B::p7 = &surf; member in Test3::B
|
H A D | constexpr-var.cu | 103 __device__ static constexpr surface<void, 2> *const p7 = &surf; member
|
/llvm-project/lldb/test/API/lang/cpp/unique-types2/ |
H A D | main.cpp | 27 FooPack<int, int, int> p7; in main() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve61.f90 | 42 subroutine p7 subroutine 46 subroutine s(x, y)
|
H A D | procinterface01.f90 | 73 procedure(sin), pointer, nopass :: p7 => cos method
|
H A D | init01.f90 | 35 real, pointer :: p7 => x6 local 64 real, pointer :: p7 => x6 component
|
/llvm-project/clang/test/Sema/ |
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-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-nullptr-c23.c | 35 int *p5, *p6, *p7; in test_assignment() local
|
H A D | use-nullptr-basic.cpp | 48 int *p5, *p6, *p7; in test_assignment() local
|
/llvm-project/clang/test/CXX/lex/lex.charset/ |
H A D | p2-cxx11.cpp | 40 const char *p7 = u8"foo \U0000d800 bar"; // expected-error {{invalid universal character}} variable
|
/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 | 99 void* p7 = mr.allocate(1024, 1); main() local
|
H A D | unsync_deallocate_matches_allocate.pass.cpp | 99 void* p7 = mr.allocate(1024, 1); main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-access-empty.cpp | 139 } p7; global() variable
|
/llvm-project/clang/test/CXX/module/module.interface/ |
H A D | p7.cpp | 9 export module p7; module
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestMatchers.cpp | 79 auto p7 = m_Op<arith::MulFOp>(m_Op<arith::MulFOp>(), m_Op<arith::MulFOp>()); in test1() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p6.cpp | 74 auto p7 = &S::m; in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | bitfield-access-pad.c | 220 } p7; global() variable
|
H A D | vectorcall.c | 110 …ct HFA2 p1, float p2, struct HFA4 p3, int p4, struct HFA2 p5, float p6, float p7, int p8){ return … in AddParticles() 119 …VAAnywhere(struct HFA2 p1, int p2, int p3, float p4, int p5, int p6, struct HFA4 p7, struct HFA2 p… in HVAAnywhere()
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 129 P7::CanQual<int>* p7 = nullptr; in test() local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | procedure-pointer.f90 | 67 procedure(char_func), pointer :: p7 => char_func local
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 131 P7::CanQual<int>* p7 = nullptr; in test() local
|