Home
last modified time | relevance | path

Searched defs:p7 (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-pointer-arithmetic-pr36489.cpp25 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 Dgmock-more-actions.h224 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 Dcxx11-ast-print.cpp34 const char *p7 = 123_quux; variable
H A Derr_reference_bind_drops_quals.cpp14 ptr& p7 = rvp; // expected-error {{drops 'volatile __restrict' qualifiers}} in test1() local
/llvm-project/clang/test/SemaCUDA/
H A Dconst-var.cu99 __device__ static surface<void, 2> *const p7; member
110 __device__ surface<void, 2> *const B::p7 = &surf; member in Test3::B
H A Dconstexpr-var.cu103 __device__ static constexpr surface<void, 2> *const p7 = &surf; member
/llvm-project/lldb/test/API/lang/cpp/unique-types2/
H A Dmain.cpp27 FooPack<int, int, int> p7; in main() local
/llvm-project/flang/test/Semantics/
H A Dresolve61.f9042 subroutine p7 subroutine
46 subroutine s(x, y)
H A Dprocinterface01.f9073 procedure(sin), pointer, nopass :: p7 => cos method
H A Dinit01.f9035 real, pointer :: p7 => x6 local
64 real, pointer :: p7 => x6 component
/llvm-project/clang/test/Sema/
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-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-c23.c35 int *p5, *p6, *p7; in test_assignment() local
H A Duse-nullptr-basic.cpp48 int *p5, *p6, *p7; in test_assignment() local
/llvm-project/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp40 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 Dsync_deallocate_matches_allocate.pass.cpp99 void* p7 = mr.allocate(1024, 1); main() local
H A Dunsync_deallocate_matches_allocate.pass.cpp99 void* p7 = mr.allocate(1024, 1); main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-access-empty.cpp139 } p7; global() variable
/llvm-project/clang/test/CXX/module/module.interface/
H A Dp7.cpp9 export module p7; module
/llvm-project/mlir/test/lib/IR/
H A DTestMatchers.cpp79 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 Dp6.cpp74 auto p7 = &S::m; in test() local
/llvm-project/clang/test/CodeGen/
H A Dbitfield-access-pad.c220 } p7; global() variable
H A Dvectorcall.c110 …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 Dto_address.pass.cpp129 P7::CanQual<int>* p7 = nullptr; in test() local
/llvm-project/flang/test/Lower/HLFIR/
H A Dprocedure-pointer.f9067 procedure(char_func), pointer :: p7 => char_func local
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp131 P7::CanQual<int>* p7 = nullptr; in test() local

12