Searched refs:const_ptr (Results 1 – 7 of 7) sorted by relevance
122 constexpr const int *const_ptr = test_constexpr_launder(&const_int); variable123 static_assert(&const_int == const_ptr, "");124 static_assert(const_ptr != test_constexpr_launder(&const_int2), "");
152 namespace const_ptr { namespace
16 int * pointer = nullptr, value = 42, * const const_ptr = &value;20 // int * const const_ptr = &value;
23 void const_ptr() in const_ptr() function
224 const void *const_ptr = data; in TEST() local225 ArrayRef<unsigned> ref(const_ptr, sizeof(data)); in TEST()
476 const double *const_ptr; in handle_from_array() local477 const_ptr = &p_local4[2]; in handle_from_array()
8765 template <typename T> using const_ptr = std::add_pointer_t<std::add_const_t<T>>; variable8772 public OMPClauseVisitorBase <ImplClass, const_ptr, RetTy> {};