Home
last modified time | relevance | path

Searched refs:const_ptr (Results 1 – 8 of 8) sorted by relevance

/external/eigen/test/
Dmapstaticmethods.cpp13 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/
Dbuiltins.cpp111 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), "");
Duninitialized.cpp152 namespace const_ptr { namespace
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-isolate-declaration.rst16 int * pointer = nullptr, value = 42, * const const_ptr = &value;
20 // int * const const_ptr = &value;
/external/llvm-project/clang/test/Analysis/
Dglobals.cpp23 void const_ptr() in const_ptr() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c147 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/
Duninitialized.cpp152 namespace const_ptr { namespace
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h7785 template <typename T> using const_ptr = std::add_pointer_t<std::add_const_t<T>>; variable
7792 public OMPClauseVisitorBase <ImplClass, const_ptr, RetTy> {};