Searched defs:__storage (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/include/__memory/ |
H A D | allocator_arg_t.h | 53 __user_alloc_construct_impl(integral_constant<int, 0>, _Tp* __storage, const _Allocator&, _Args&&... __args) { in __user_alloc_construct_impl() argument 60 __user_alloc_construct_impl(integral_constant<int, 1>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { in __user_alloc_construct_impl() argument 67 __user_alloc_construct_impl(integral_constant<int, 2>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { in __user_alloc_construct_impl() argument
|
/llvm-project/libcxx/include/__format/ |
H A D | format_arg_store.h | 259 _Storage __storage; global() member
|