Searched refs:__user_alloc_construct_impl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | __memory | 80 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A… 88 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,… 96 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,… 106 ::std::experimental::fundamentals_v1::__user_alloc_construct_impl(
|