Searched defs:const_ptr (Results 1 – 8 of 8) sorted by relevance
23 void const_ptr() in const_ptr() function
21 int const_ptr(unsigned idx) { in const_ptr() function
127 constexpr const int *const_ptr = test_constexpr_launder(&const_int); global() variable
157 void const_ptr(int * const x) { // expected-warning{{'x' is an unsafe pointer used for buffer acces… in const_ptr() function
153 namespace const_ptr { global() namespace
464 const double *const_ptr; handle_from_array() local
8876 template <typename T> using const_ptr = std::add_pointer_t<std::add_const_t<T>>; global() variable