Searched refs:const_ptr (Results 1 – 8 of 8) sorted by relevance
/external/eigen/test/ |
D | mapstaticmethods.cpp | 13 const float *const_ptr; variable 32 PlainObjectType::Map(const_ptr).sum(); in run() 33 PlainObjectType::MapAligned(const_ptr).sum(); in run() 37 PlainObjectType::Map(const_ptr, InnerStride<>(i)).sum(); in run() 38 PlainObjectType::MapAligned(const_ptr, InnerStride<>(i)).sum(); in run() 42 PlainObjectType::Map(const_ptr, InnerStride<4>()).sum(); in run() 43 PlainObjectType::MapAligned(const_ptr, InnerStride<5>()).sum(); in run() 47 PlainObjectType::Map(const_ptr, OuterStride<>(i)).sum(); in run() 48 PlainObjectType::MapAligned(const_ptr, OuterStride<>(i)).sum(); in run() 52 PlainObjectType::Map(const_ptr, OuterStride<4>()).sum(); in run() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | builtins.cpp | 111 constexpr const int *const_ptr = test_constexpr_launder(&const_int); variable 112 static_assert(&const_int == const_ptr, ""); 113 static_assert(const_ptr != test_constexpr_launder(&const_int2), "");
|
D | uninitialized.cpp | 152 namespace const_ptr { namespace
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-isolate-declaration.rst | 16 int * pointer = nullptr, value = 42, * const const_ptr = &value; 20 // int * const const_ptr = &value;
|
/external/llvm-project/clang/test/Analysis/ |
D | globals.cpp | 23 void const_ptr() in const_ptr() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_blend.c | 147 LLVMValueRef const_ptr; in add_blend_test() local 168 const_ptr = LLVMGetParam(func, 3); in add_blend_test() 178 con = LLVMBuildLoad(builder, const_ptr, "const"); in add_blend_test()
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 152 namespace const_ptr { namespace
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 7785 template <typename T> using const_ptr = std::add_pointer_t<std::add_const_t<T>>; variable 7792 public OMPClauseVisitorBase <ImplClass, const_ptr, RetTy> {};
|