Home
last modified time | relevance | path

Searched defs:p6 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-pointer-arithmetic-pr36489.cpp23 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 Dgmock-more-actions.h219 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 Dpass-object-size.c51 void (*p6)(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.cpp32 const char *p6 = 'x'_baz; variable
H A Darray-alignment.cpp36 auto p6 = new AlignedPackedStruct; in test() local
H A Derr_reference_bind_drops_quals.cpp13 ptr& p6 = cvp; // expected-error {{drops 'const volatile' qualifiers}} in test1() local
/llvm-project/clang/test/Modules/
H A Dusing-decl.cpp83 int conflicting_hidden_using_decl_mixed_6::*p6; in test_conflicting_2() local
/llvm-project/clang/test/SemaCUDA/
H A Dconst-var.cu98 __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 Dconstexpr-var.cu102 __device__ static constexpr texture<float, 2, ElementType> *const p6 = &tex; member
/llvm-project/lldb/test/API/lang/cpp/unique-types2/
H A Dmain.cpp26 FooPack<int, int> p6; in main() local
/llvm-project/flang/test/Semantics/
H A Dresolve61.f9036 subroutine p6 subroutine
37 real b(8)
H A Dprocinterface01.f9069 procedure(sin), pointer, nopass :: p6 => nested1 method
H A Dinit01.f9033 real, pointer :: p6 => x5 local
62 real, pointer :: p6 => x5 component
/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.cpp39 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 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.cpp98 void* p6 = mr.allocate(128, 64); main() local
H A Dunsync_deallocate_matches_allocate.pass.cpp98 void* p6 = mr.allocate(128, 64); main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-access-empty.cpp121 } p6; global() variable
/llvm-project/mlir/test/lib/IR/
H A DTestMatchers.cpp75 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 Dp6.cpp73 auto (S::*p6)(int) = &S::g; in test() local
/llvm-project/clang/test/CodeGen/
H A Dbitfield-access-pad.c192 } p6; global() variable
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp107 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 Dp6.cpp13 namespace p6 { namespace

12