Searched defs:const_ptr (Results 1 – 7 of 7) sorted by relevance
16 const float *const_ptr; variable
538 template <class T> class const_ptr class545 const_ptr(T const* ptr) : ptr_(ptr) {} in const_ptr() function in test::const_ptr548 const_ptr() : ptr_(0) {} in const_ptr() function in test::const_ptr549 const_ptr(ptr<T> const& x) : ptr_(x.ptr_) {} in const_ptr() function in test::const_ptr550 explicit const_ptr(void_const_ptr const& x) : ptr_((T const*)x.ptr_) {} in const_ptr() function in test::const_ptr
337 template <class T> class const_ptr class344 const_ptr(T const* ptr) : ptr_(ptr) {} in const_ptr() function in test::minimal::const_ptr347 const_ptr() : ptr_(0) {} in const_ptr() function in test::minimal::const_ptr348 const_ptr(ptr<T> const& x) : ptr_(x.ptr_) {} in const_ptr() function in test::minimal::const_ptr349 explicit const_ptr(void_const_ptr const& x) : ptr_((T const*)x.ptr_) {} in const_ptr() function in test::minimal::const_ptr
212 dummyT const*const* const_ptr = ptr; in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() local
147 LLVMValueRef const_ptr; in add_blend_test() local
968 const Shape* const_ptr = get(); variable
152 namespace const_ptr { namespace