Searched refs:remove_const_t (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | remove_const.h | 44 using remove_const_t = __remove_const_t<_Tp>; variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__format/ |
| H A D | concepts.h | 47 …class _Context, class _Formatter = typename _Context::template formatter_type<remove_const_t<_Tp>>>
|
| H A D | format_arg_store.h | 165 using _Dp = remove_const_t<_Tp>; in __create_format_arg()
|
| H A D | format_arg.h | 165 using _Dp = remove_const_t<_Tp>; in __handle()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | aligned_tag.h | 39 static constexpr size_t __alignment = memory_alignment_v<_Tp, remove_const_t<_Up>>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 35 std::remove_const_t<T> Selection = {};
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | unordered_map | 1508 class _Hash = hash<remove_const_t<_Key>>, 1592 …-> unordered_map<remove_const_t<_Key>, _Tp, hash<remove_const_t<_Key>>, equal_to<remove_const_t<_K… 1596 …-> unordered_map<remove_const_t<_Key>, _Tp, hash<remove_const_t<_Key>>, equal_to<remove_const_t<_K… 1606 -> unordered_map<remove_const_t<_Key>, _Tp, _Hash, equal_to<remove_const_t<_Key>>, _Allocator>; 2250 class _Hash = hash<remove_const_t<_Key>>, 2335 -> unordered_multimap<remove_const_t<_Key>, 2337 hash<remove_const_t<_Key>>, 2338 equal_to<remove_const_t<_Key>>, 2343 -> unordered_multimap<remove_const_t<_Key>, 2345 hash<remove_const_t<_Key>>, [all …]
|
| H A D | map | 1477 class _Compare = less<remove_const_t<_Key>>, 1482 -> map<remove_const_t<_Key>, _Tp, _Compare, _Allocator>; 1502 -> map<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>; 2063 class _Compare = less<remove_const_t<_Key>>, 2068 -> multimap<remove_const_t<_Key>, _Tp, _Compare, _Allocator>; 2088 -> multimap<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
|
| H A D | type_traits | 174 using remove_const_t = typename remove_const<T>::type; // C++14
|
| H A D | optional | 1271 struct _LIBCPP_TEMPLATE_VIS hash< __enable_hash_helper<optional<_Tp>, remove_const_t<_Tp>> > { 1278 return static_cast<bool>(__opt) ? hash<remove_const_t<_Tp>>()(*__opt) : 0;
|
| H A D | variant | 1582 struct _LIBCPP_TEMPLATE_VIS hash< __enable_hash_helper<variant<_Types...>, remove_const_t<_Types>..… 1594 using __value_type = remove_const_t< typename __alt_type::__value_type>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 222 std::enable_if_t<!std::is_same<std::remove_const_t<ItTy>, T *>::value, 235 std::enable_if_t<!std::is_same<std::remove_const_t<ItTy>, T *>::value, 526 std::enable_if_t<std::is_same<std::remove_const_t<T1>, T2>::value> * = 784 std::is_same<std::remove_const_t<std::remove_reference_t<ArgType>>, in insert_one_impl() 1305 std::remove_const_t<std::remove_reference_t<decltype(*std::begin(
|
| H A D | STLExtras.h | 904 std::remove_const_t<std::remove_reference_t<decltype(*I)>>> { 911 using type = std::optional<std::remove_const_t<
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 140 using std::remove_const_t;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1471 std::is_same<std::remove_const_t<T>, DeclContext>::value,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2473 SYMBOL(remove_const_t, std::, <type_traits>)
|