Searched refs:__remove_const_t (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | remove_const.h | 27 using __remove_const_t = __remove_const(_Tp); variable 39 using __remove_const_t = typename remove_const<_Tp>::type; 44 using remove_const_t = __remove_const_t<_Tp>;
|
H A D | remove_cv.h | 33 typedef __remove_volatile_t<__remove_const_t<_Tp> > type; 37 using __remove_cv_t = __remove_volatile_t<__remove_const_t<_Tp> >;
|
H A D | remove_const_ref.h | 23 using __remove_const_ref_t = __remove_const_t<__libcpp_remove_reference_t<_Tp> >;
|
H A D | can_extract_key.h | 37 …: __conditional_t<_IsSame<__remove_const_t<_First>, _Key>::value, __extract_key_first_tag, __extra…
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | ranges_iterator_traits.h | 27 using __range_key_type = __remove_const_t<typename ranges::range_value_t<_Range>::first_type>;
|
H A D | iterator_traits.h | 488 using __iter_key_type = __remove_const_t<typename iterator_traits<_InputIterator>::value_type::firs…
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | cxx_atomic_impl.h | 310 using __ptr_type = __remove_const_t<decltype(__a->__a_value)>*; 316 using __ptr_type = __remove_const_t<decltype(__a->__a_value)>*; 324 using __ptr_type = __remove_const_t<decltype(__a->__a_value)>*; 331 using __ptr_type = __remove_const_t<decltype(__a->__a_value)>*;
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | uninitialized_algorithms.h | 565 class _RawTypeIn = __remove_const_t<_In>, 570 is_same<__remove_const_t<_In>, __remove_const_t<_Out> >::value && 646 …__builtin_memcpy(static_cast<void*>(const_cast<__remove_const_t<_Tp>*>(__result)), __first, sizeof…
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | path.h | 131 class _UnqualPtrType = __remove_const_t<__remove_pointer_t<_DS> >, 136 …hable_char_array<_Source, _ECharT*, _UPtr, true> : __can_convert_char<__remove_const_t<_ECharT> > {
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | optional | 406 is_same<_RawUp, reference_wrapper<__remove_const_t<_RawTp>>>::value >;
|
H A D | __hash_table | 480 typedef __remove_const_t<__node> __non_const_node;
|