Searched refs:__user_alloc_construct_impl (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/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&&..… in __user_alloc_construct_impl() function 60 __user_alloc_construct_impl(integral_constant<int, 1>, _Tp* __storage, const _Allocator& __a, _Args… in __user_alloc_construct_impl() function 67 __user_alloc_construct_impl(integral_constant<int, 2>, _Tp* __storage, const _Allocator& __a, _Args… in __user_alloc_construct_impl() function
|
/freebsd-src/contrib/llvm-project/libcxx/include/experimental/ |
H A D | __memory |
|
/freebsd-src/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 120 std::__user_alloc_construct_impl( in construct()
|