Searched defs:__storage (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h53 __user_alloc_construct_impl(integral_constant<int, 0>, _Tp* __storage, const _Allocator&, _Args&&... __args) { argument
60 __user_alloc_construct_impl(integral_constant<int, 1>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { argument
67 __user_alloc_construct_impl(integral_constant<int, 2>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { argument
H A Dshared_ptr.h854 alignas(_Alignment) char __storage[_Alignment]; member in struct:__sp_aligned_storage
927 _AlignedStorage* __storage = reinterpret_cast<_AlignedStorage*>(this); variable

Completed in 110 milliseconds