Searched refs:_RawAlloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h42 typedef _LIBCPP_NODEBUG __remove_cvref_t<_Alloc> _RawAlloc; typedef in struct:__uses_alloc_ctor_imp
43 static const bool __ua = uses_allocator<_Tp, _RawAlloc>::value;
H A Dallocator_traits.h46 class _RawAlloc = __libcpp_remove_reference_t<_Alloc>,
47 bool = __has_pointer<_RawAlloc>::value>
49 using type _LIBCPP_NODEBUG = typename _RawAlloc::pointer;
51 template <class _Tp, class _Alloc, class _RawAlloc>
52 struct __pointer<_Tp, _Alloc, _RawAlloc, false> {

Completed in 161 milliseconds