Home
last modified time | relevance | path

Searched refs:__remove_const_t (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_const.h27 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 Dremove_cv.h33 typedef __remove_volatile_t<__remove_const_t<_Tp> > type;
37 using __remove_cv_t = __remove_volatile_t<__remove_const_t<_Tp> >;
H A Dremove_const_ref.h23 using __remove_const_ref_t = __remove_const_t<__libcpp_remove_reference_t<_Tp> >;
H A Dcan_extract_key.h37 …: __conditional_t<_IsSame<__remove_const_t<_First>, _Key>::value, __extract_key_first_tag, __extra…
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dranges_iterator_traits.h27 using __range_key_type = __remove_const_t<typename ranges::range_value_t<_Range>::first_type>;
H A Diterator_traits.h488 using __iter_key_type = __remove_const_t<typename iterator_traits<_InputIterator>::value_type::firs…
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h310 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 Duninitialized_algorithms.h565 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 Dpath.h131 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 Doptional406 is_same<_RawUp, reference_wrapper<__remove_const_t<_RawTp>>>::value >;
H A D__hash_table480 typedef __remove_const_t<__node> __non_const_node;