Searched refs:remove_extent_t (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | remove_extent.h | 49 using remove_extent_t = __remove_extent_t<_Tp>; variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | readable_traits.h | 53 using value_type = remove_cv_t<remove_extent_t<_Ip>>;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 382 using _Element = remove_extent_t<_ValueType>; in __allocator_destroy_multidimensional() 410 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional() 450 using _Element = remove_extent_t<_Tp>; in __allocator_construct_at_multidimensional()
|
| H A D | shared_ptr.h | 418 typedef remove_extent_t<_Tp> element_type; 1041 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> allocate_shared(const _Alloc& __a, const remove_extent_t<_Tp>… 1058 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> make_shared(const remove_extent_t<_Tp>& __u) { 1074 …I shared_ptr<_Tp> allocate_shared(const _Alloc& __a, size_t __n, const remove_extent_t<_Tp>& __u) { 1091 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> make_shared(size_t __n, const remove_extent_t<_Tp>& __u) { 1297 typedef remove_extent_t<_Tp> element_type;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | memory | 589 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 D | type_traits | 202 using remove_extent_t = typename remove_extent<T>::type; // C++14
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 165 using std::remove_extent_t;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2481 SYMBOL(remove_extent_t, std::, <type_traits>)
|