Searched refs:__storage (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator_arg_t.h55 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _Args &&... __args ) argument
57 new (__storage) _Tp (_VSTD::forward<_Args>(__args)...);
63 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a, _Args &&... __args ) argument
65 new (__storage) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
71 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a, _Args &&... __args ) argument
73 new (__storage) _Tp (_VSTD::forward<_Args>(__args)..., __a);
H A Dshared_ptr.h1031 alignas(_Alignment) char __storage[_Alignment]; member in struct:__sp_aligned_storage
1109 _AlignedStorage* __storage = reinterpret_cast<_AlignedStorage*>(this); variable
1110 allocator_traits<_StorageAlloc>::deallocate(__tmp, _PointerTraits::pointer_to(*__storage), __size);
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_args.h39 __values_ = __store.__storage.__values_;
40 __types_ = __store.__storage.__types_;
42 __args_ = __store.__storage.__args_;
H A Dformat_arg_store.h237 __format::__create_packed_storage(__storage.__types_, __storage.__values_, __args...);
239 __format::__store_basic_format_arg<_Context>(__storage.__args_, __args...);
247 _Storage __storage;

Completed in 120 milliseconds