/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-bounds-pointer-arithmetic-pr36489.cpp | 23 auto p6 = getPtrDeclType() + 1; in auto_deduction_binary() local 46 auto p6 = getPtrWithTrailingReturnType()[7]; in auto_deduction_subscript() local
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 219 p6) \ argument 224 p6, p7) \ argument 229 p6, p7, p8) \ argument 234 p6, p7, p8, p9) \ 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 372 #define GMOCK_INTERNAL_DEFN_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument 380 #define GMOCK_INTERNAL_DEFN_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | pass-object-size.c | 51 void (*p6)(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 | 32 const char *p6 = 'x'_baz; variable
|
H A D | array-alignment.cpp | 36 auto p6 = new AlignedPackedStruct; in test() local
|
H A D | err_reference_bind_drops_quals.cpp | 13 ptr& p6 = cvp; // expected-error {{drops 'const volatile' qualifiers}} in test1() local
|
/llvm-project/clang/test/Modules/ |
H A D | using-decl.cpp | 83 int conflicting_hidden_using_decl_mixed_6::*p6; in test_conflicting_2() local
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | const-var.cu | 98 __device__ static texture<float, 2, ElementType> *const p6; member 109 __device__ texture<float, 2, ElementType> *const B::p6 = &tex; member in Test3::B
|
H A D | constexpr-var.cu | 102 __device__ static constexpr texture<float, 2, ElementType> *const p6 = &tex; member
|
/llvm-project/lldb/test/API/lang/cpp/unique-types2/ |
H A D | main.cpp | 26 FooPack<int, int> p6; in main() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve61.f90 | 36 subroutine p6 subroutine 37 real b(8)
|
H A D | procinterface01.f90 | 69 procedure(sin), pointer, nopass :: p6 => nested1 method
|
H A D | init01.f90 | 33 real, pointer :: p6 => x5 local 62 real, pointer :: p6 => x5 component
|
/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 | 39 const wchar_t *p6 = L"foo \U00110000 bar"; // expected-error {{invalid universal character}} 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 | 98 void* p6 = mr.allocate(128, 64); main() local
|
H A D | unsync_deallocate_matches_allocate.pass.cpp | 98 void* p6 = mr.allocate(128, 64); main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-access-empty.cpp | 121 } p6; global() variable
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestMatchers.cpp | 75 auto p6 = m_Op<arith::MulFOp>(m_Op<arith::MulFOp>(), m_Any()); in test1() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p6.cpp | 73 auto (S::*p6)(int) = &S::g; in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | bitfield-access-pad.c | 192 } p6; global() variable
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 107 const LLT p6 = LLT::pointer(6, PSize); // SPV_INTEL_usm_storage_classes (Host) SPIRVLegalizerInfo() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
H A D | p6.cpp | 13 namespace p6 { namespace
|