Searched defs:__user_alloc_construct_impl (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__memory/ |
| H A D | allocator_arg_t.h | 53 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A… in __user_alloc_construct_impl() function 61 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,… in __user_alloc_construct_impl() function 69 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,… in __user_alloc_construct_impl() function
|