Searched refs:__user_alloc_construct_impl (Results 1 – 2 of 2) 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
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | __memory | 83 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A… 91 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,… 99 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,… 109 ::std::experimental::fundamentals_v1::__user_alloc_construct_impl(
|