Home
last modified time | relevance | path

Searched refs:_CompressedPair (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h304 using _CompressedPair = __compressed_pair<_Alloc, _Tp>; member
305 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
306 char __blob_[sizeof(_CompressedPair)]; in _ALIGNAS_TYPE()
311 _CompressedPair* __as_pair = reinterpret_cast<_CompressedPair*>(__blob_); in _ALIGNAS_TYPE()
312 typename _CompressedPair::_Base1* __first = _CompressedPair::__get_first_base(__as_pair); in _ALIGNAS_TYPE()
317 _CompressedPair* __as_pair = reinterpret_cast<_CompressedPair*>(__blob_); in _ALIGNAS_TYPE()
318 typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE()
324 static_assert(_LIBCPP_ALIGNOF(_Storage) == _LIBCPP_ALIGNOF(_CompressedPair), "");
325 static_assert(sizeof(_Storage) == sizeof(_CompressedPair), "");