Home
last modified time | relevance | path

Searched refs:remove_extent_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_extent.h49 using remove_extent_t = __remove_extent_t<_Tp>; variable
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dreadable_traits.h53 using value_type = remove_cv_t<remove_extent_t<_Ip>>;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h381 using _Element = remove_extent_t<_ValueType>; in __allocator_destroy_multidimensional()
409 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional()
449 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional()
H A Dshared_ptr.h422 typedef remove_extent_t<_Tp> element_type;
1061 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> allocate_shared(const _Alloc& __a, const remove_extent_t<_Tp>…
1078 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> make_shared(const remove_extent_t<_Tp>& __u) {
1094 …I shared_ptr<_Tp> allocate_shared(const _Alloc& __a, size_t __n, const remove_extent_t<_Tp>& __u) {
1111 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> make_shared(size_t __n, const remove_extent_t<_Tp>& __u) {
1317 typedef remove_extent_t<_Tp> element_type;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory589 typedef remove_extent_t<T> element_type; // since C++17
720 shared_ptr<T> make_shared(size_t N, const remove_extent_t<T>& u); // T is U[] (since C++20)
722 …shared_ptr<T> allocate_shared(const A& a, size_t N, const remove_extent_t<T>& u); // T is U[] (sin…
725 make_shared(const remove_extent_t<T>& u); // T is U[N] (since C++20)
727 … shared_ptr<T> allocate_shared(const A& a, const remove_extent_t<T>& u); // T is U[N] (since C++20)
744 typedef remove_extent_t<T> element_type; // since C++17
H A Dtype_traits202 using remove_extent_t = typename remove_extent<T>::type; // C++14
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2481 SYMBOL(remove_extent_t, std::, <type_traits>)