Home
last modified time | relevance | path

Searched refs:remove_const_t (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_const.h44 using remove_const_t = __remove_const_t<_Tp>; variable
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dconcepts.h49 …class _Context, class _Formatter = typename _Context::template formatter_type<remove_const_t<_Tp>>>
H A Dformat_arg_store.h165 using _Dp = remove_const_t<_Tp>; in __create_format_arg()
H A Dformat_arg.h218 using _Dp = remove_const_t<_Tp>; in __handle()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp52 static_assert(std::is_same_v<BasicBlock, std::remove_const_t<BasicBlockType>>, in getConvergenceTokenInternal()
55 std::is_same_v<IntrinsicInst, std::remove_const_t<IntrinsicInstType>>, in getConvergenceTokenInternal()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h35 std::remove_const_t<T> Selection = {};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dunordered_map1497 class _Hash = hash<remove_const_t<_Key>>,
1498 class _Pred = equal_to<remove_const_t<_Key>>,
1508 … _Allocator = _Allocator()) -> unordered_map<remove_const_t<_Key>, _Tp, _Hash, _Pred, _Allocator>;
1581 …-> unordered_map<remove_const_t<_Key>, _Tp, hash<remove_const_t<_Key>>, equal_to<remove_const_t<_K…
1585 …-> unordered_map<remove_const_t<_Key>, _Tp, hash<remove_const_t<_Key>>, equal_to<remove_const_t<_K…
1595 -> unordered_map<remove_const_t<_Key>, _Tp, _Hash, equal_to<remove_const_t<_Key>>, _Allocator>;
2230 class _Hash = hash<remove_const_t<_Key>>,
2231 class _Pred = equal_to<remove_const_t<_Key>>,
2242 …_Allocator = _Allocator()) -> unordered_multimap<remove_const_t<_Key>, _Tp, _Hash, _Pred, _Allocat…
2315 -> unordered_multimap<remove_const_t<_Key>,
[all …]
H A Dmap1470 class _Compare = less<remove_const_t<_Key>>,
1476 _Allocator = _Allocator()) -> map<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1496 _Allocator) -> map<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
2049 class _Compare = less<remove_const_t<_Key>>,
2055 _Allocator = _Allocator()) -> multimap<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
2075 _Allocator) -> multimap<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
H A Dspan24 !is_same_v<bool, remove_const_t<decltype(T::value)>> &&
592 is_integral_v<decltype(_Tp::value)> && !is_same_v<bool, remove_const_t<decltype(_Tp::value)>> &&
H A Dtype_traits174 using remove_const_t = typename remove_const<T>::type; // C++14
H A Doptional1270 struct _LIBCPP_TEMPLATE_VIS hash< __enable_hash_helper<optional<_Tp>, remove_const_t<_Tp>> > {
1277 return static_cast<bool>(__opt) ? hash<remove_const_t<_Tp>>()(*__opt) : 0;
H A Dvariant1597 struct _LIBCPP_TEMPLATE_VIS hash< __enable_hash_helper<variant<_Types...>, remove_const_t<_Types>..…
1609 using __value_type = remove_const_t< typename __alt_type::__value_type>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h223 std::enable_if_t<!std::is_same<std::remove_const_t<ItTy>, T *>::value,
236 std::enable_if_t<!std::is_same<std::remove_const_t<ItTy>, T *>::value,
527 std::enable_if_t<std::is_same<std::remove_const_t<T1>, T2>::value> * =
785 std::is_same<std::remove_const_t<std::remove_reference_t<ArgType>>, in insert_one_impl()
1306 std::remove_const_t<std::remove_reference_t<decltype(*std::begin(
H A DSTLExtras.h895 std::remove_const_t<std::remove_reference_t<decltype(*I)>>> {
902 using type = std::optional<std::remove_const_t<
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2473 SYMBOL(remove_const_t, std::, <type_traits>)