Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dallocator_arg_t.h55 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A… in __user_alloc_construct_impl()
63 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,… in __user_alloc_construct_impl()
71 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,… in __user_alloc_construct_impl()
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_arg_store.h247 _Storage __storage; member