Home
last modified time | relevance | path

Searched refs:_Element (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h382 using _Element = remove_extent_t<_ValueType>; in __allocator_destroy_multidimensional() local
383 __allocator_traits_rebind_t<_Alloc, _Element> __elem_alloc(__alloc); in __allocator_destroy_multidimensional()
410 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() local
411 __allocator_traits_rebind_t<_Alloc, _Element> __elem_alloc(__alloc); in __allocator_construct_at_multidimensional()
450 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() local
451 __allocator_traits_rebind_t<_Alloc, _Element> __elem_alloc(__alloc); in __allocator_construct_at_multidimensional()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Delements_view.h182 using _Element = remove_cv_t<tuple_element_t<_Np, range_reference_t<_Base>>>;
183 return static_cast<_Element>(std::get<_Np>(*__i));