Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 25 of 73) sorted by relevance

123

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dconst_pointer.pass.cpp49 typedef CPtr<const T> const_pointer; typedef
56 typedef void const_pointer; typedef
61 …static_assert((std::is_same<std::allocator_traits<A<char> >::const_pointer, Ptr<const char> >::val… in main()
62 …static_assert((std::is_same<std::allocator_traits<B<char> >::const_pointer, const char*>::value), … in main()
63 …static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::va… in main()
65 …static_assert((std::is_same<std::allocator_traits<D<char> >::const_pointer, const char*>::value), … in main()
/external/libcxx/test/std/containers/sequences/list/
Dtypes.pass.cpp41 static_assert((std::is_same<C::const_pointer, std::allocator<int>::const_pointer>::value), ""); in main()
59 static_assert((std::is_same<C::const_pointer, min_pointer<const int>>::value), ""); in main()
/external/llvm/include/llvm/Support/
DErrorOr.h80 typedef const typename std::remove_reference<T>::type *const_pointer; typedef
177 const_pointer operator->() const { return toPointer(getStorage()); }
244 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
250 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/external/libcxx/test/std/containers/sequences/vector/
Dtypes.pass.cpp59 …static_assert((std::is_same<typename C::const_pointer, typename Allocator::const_pointer>::value),… in test()
98 static_assert((std::is_same<C::const_pointer, min_pointer<const int>>::value), ""); in main()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DInMemoryStruct.h30 typedef const value_type *const_pointer; typedef
65 const_pointer operator->() const {
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp8.cpp85 typedef const void* const_pointer; typedef in redecl::n1::allocator
94 void allocate(allocator<void>::const_pointer = 0);
/external/libcxx/test/std/containers/sequences/deque/
Dtypes.pass.cpp54 …static_assert((std::is_same<typename C::const_pointer, typename Allocator::const_pointer>::value),… in test()
91 … static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), ""); in main()
/external/libcxx/test/support/
Dtest_allocator.h59 typedef const value_type* const_pointer; typedef
77 const_pointer address(const_reference x) const {return &x;} in address()
127 typedef const value_type* const_pointer; typedef
141 const_pointer address(const_reference x) const {return &x;} in address()
189 typedef const value_type* const_pointer; typedef
360 typedef const value_type* const_pointer; typedef
Dnasty_containers.hpp33 typedef typename nested_container::const_pointer const_pointer; typedef in nasty_vector
159 typedef typename nested_container::const_pointer const_pointer; typedef in nasty_list
/external/libcxx/test/std/containers/sequences/array/
Dtypes.pass.cpp47 static_assert((std::is_same<typename CItT::pointer, typename C::const_pointer>::value), ""); in test_iterators()
62 static_assert((std::is_same<C::const_pointer, const T*>::value), ""); in main()
84 static_assert((std::is_same<C::const_pointer, const T*>::value), ""); in main()
/external/v8/src/zone/
Dzone-allocator.h18 typedef const T* const_pointer; typedef
40 const_pointer address(const_reference x) const { return &x; } in address()
/external/libcxx/test/std/utilities/allocator.adaptor/
Dtypes.pass.cpp57 std::scoped_allocator_adaptor<A1<int>>::const_pointer, in main()
90 std::scoped_allocator_adaptor<A2<int>, A1<int>>::const_pointer, in main()
/external/libcxx/test/std/containers/associative/set/
Dtypes.pass.cpp49 static_assert((std::is_same<C::const_pointer, const int*>::value), ""); in main()
64 static_assert((std::is_same<C::const_pointer, min_pointer<const int>>::value), ""); in main()
/external/libcxx/test/std/containers/associative/multiset/
Dtypes.pass.cpp49 static_assert((std::is_same<C::const_pointer, const int*>::value), ""); in main()
64 static_assert((std::is_same<C::const_pointer, min_pointer<const int>>::value), ""); in main()
/external/clang/include/clang/Analysis/Support/
DBumpVector.h86 typedef const T* const_pointer; typedef
150 const_pointer data() const { in data()
151 return const_pointer(Begin); in data()
/external/libcxx/test/std/strings/basic.string/
Dtypes.pass.cpp58 …static_assert((std::is_same<typename S::const_pointer, typename std::allocator_traits<Allocator>:: in test()
/external/libcxx/test/std/containers/unord/unord.set/
Dtypes.pass.cpp47 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), ""); in main()
63 … static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), ""); in main()
/external/libcxx/test/std/containers/unord/unord.multiset/
Dtypes.pass.cpp47 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), ""); in main()
63 … static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), ""); in main()
/external/libcxx/test/std/containers/associative/map/
Dtypes.pass.cpp49 static_assert((std::is_same<C::const_pointer, const std::pair<const int, double>*>::value), ""); in main()
64 …static_assert((std::is_same<C::const_pointer, min_pointer<const std::pair<const int, double>>>::va… in main()
/external/libcxx/test/std/containers/associative/multimap/
Dtypes.pass.cpp49 static_assert((std::is_same<C::const_pointer, const std::pair<const int, double>*>::value), ""); in main()
64 …static_assert((std::is_same<C::const_pointer, min_pointer<const std::pair<const int, double>>>::va… in main()
/external/libcxx/test/std/containers/sequences/forwardlist/
Dtypes.pass.cpp44 static_assert((std::is_same<C::const_pointer, const char*>::value), ""); in main()
63 static_assert((std::is_same<C::const_pointer, min_pointer<const char>>::value), ""); in main()
/external/libcxx/include/
D__sso_allocator30 typedef const void* const_pointer;
51 …_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = 0)
/external/libcxx/test/std/containers/unord/unord.multimap/
Dtypes.pass.cpp49 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), ""); in main()
66 … static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), ""); in main()
/external/libcxx/test/std/containers/unord/unord.map/
Dtypes.pass.cpp49 static_assert((std::is_same<C::const_pointer, const C::value_type*>::value), ""); in main()
66 … static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), ""); in main()
/external/libcxx/include/ext/
Dhash_set35 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
121 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
234 typedef typename __table::const_pointer const_pointer;
456 typedef typename __table::const_pointer const_pointer;

123