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

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator_arg_t.h41 typedef _LIBCPP_NODEBUG __remove_cvref_t<_Alloc> _RawAlloc; typedef in struct:__uses_alloc_ctor_imp
42 static const bool __ua = uses_allocator<_Tp, _RawAlloc>::value;
H A Dallocator_traits.h43 class _RawAlloc = __libcpp_remove_reference_t<_Alloc>,
44 bool = __has_pointer<_RawAlloc>::value>
46 using type _LIBCPP_NODEBUG = typename _RawAlloc::pointer;
48 template <class _Tp, class _Alloc, class _RawAlloc>
49 struct __pointer<_Tp, _Alloc, _RawAlloc, false> {

Completed in 187 milliseconds