Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h381 using _Element = remove_extent_t<_ValueType>; in __allocator_destroy_multidimensional() local
382 __allocator_traits_rebind_t<_Alloc, _Element> __elem_alloc(__alloc); in __allocator_destroy_multidimensional()
409 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() local
410 __allocator_traits_rebind_t<_Alloc, _Element> __elem_alloc(__alloc); in __allocator_construct_at_multidimensional()
449 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() local
450 __allocator_traits_rebind_t<_Alloc, _Element> __elem_alloc(__alloc); in __allocator_construct_at_multidimensional()
/freebsd/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));