Home
last modified time | relevance | path

Searched refs:remove_const_t (Results 1 – 22 of 22) 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.h173 using _Dp = remove_const_t<_Tp>; in __create_format_arg()
H A Dformat_arg.h220 using _Dp = remove_const_t<_Tp>; in __handle()
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Daligned_tag.h39 static constexpr size_t __alignment = memory_alignment_v<_Tp, remove_const_t<_Up>>;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp48 static_assert(std::is_same_v<BasicBlock, std::remove_const_t<BasicBlockType>>, in getConvergenceTokenInternal()
51 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_map1419 class _Hash = hash<remove_const_t<_Key>>,
1420 class _Pred = equal_to<remove_const_t<_Key>>,
1430 … _Allocator = _Allocator()) -> unordered_map<remove_const_t<_Key>, _Tp, _Hash, _Pred, _Allocator>;
1503 …-> unordered_map<remove_const_t<_Key>, _Tp, hash<remove_const_t<_Key>>, equal_to<remove_const_t<_K…
1507 …-> unordered_map<remove_const_t<_Key>, _Tp, hash<remove_const_t<_Key>>, equal_to<remove_const_t<_K…
1517 -> unordered_map<remove_const_t<_Key>, _Tp, _Hash, equal_to<remove_const_t<_Key>>, _Allocator>;
2160 class _Hash = hash<remove_const_t<_Key>>,
2161 class _Pred = equal_to<remove_const_t<_Key>>,
2172 …_Allocator = _Allocator()) -> unordered_multimap<remove_const_t<_Key>, _Tp, _Hash, _Pred, _Allocat…
2245 -> unordered_multimap<remove_const_t<_Key>,
[all …]
H A Dmap1354 class _Compare = less<remove_const_t<_Key>>,
1360 _Allocator = _Allocator()) -> map<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1380 _Allocator) -> map<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
1928 class _Compare = less<remove_const_t<_Key>>,
1934 _Allocator = _Allocator()) -> multimap<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1954 _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)>> &&
601 is_integral_v<decltype(_Tp::value)> && !is_same_v<bool, remove_const_t<decltype(_Tp::value)>> &&
H A Doptional1288 struct hash< __enable_hash_helper<optional<_Tp>, remove_const_t<_Tp>> > {
1295 return static_cast<bool>(__opt) ? hash<remove_const_t<_Tp>>()(*__opt) : 0;
H A Dtype_traits189 using remove_const_t = typename remove_const<T>::type; // since C++14
H A Dvariant1605 struct hash< __enable_hash_helper<variant<_Types...>, remove_const_t<_Types>...>> {
1619 using __value_type = remove_const_t< typename __alt_type::__value_type>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h210 std::enable_if_t<!std::is_same<std::remove_const_t<ItTy>, T *>::value,
223 std::enable_if_t<!std::is_same<std::remove_const_t<ItTy>, T *>::value,
514 std::enable_if_t<std::is_same<std::remove_const_t<T1>, T2>::value> * =
772 std::is_same<std::remove_const_t<std::remove_reference_t<ArgType>>, in insert_one_impl()
1293 std::remove_const_t<std::remove_reference_t<decltype(*std::begin(
H A DSTLExtras.h902 std::remove_const_t<std::remove_reference_t<decltype(*I)>>> {
909 using type = std::optional<std::remove_const_t<
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1427 std::is_same<std::remove_const_t<T>, DeclContext>::value,
1446 std::is_same_v<std::remove_const_t<T>, StreamingDiagnostic> &&
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc151 using std::remove_const_t;
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h427 using __iter_key_type _LIBCPP_NODEBUG = remove_const_t<tuple_element_t<0, __iter_value_type<_InputI…
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1551 const std::vector<std::remove_const_t<T>> matchers_;
3979 std::vector<std::remove_const_t<T>> matchers_;
4000 const std::vector<std::remove_const_t<T>> matchers_;
5012 std::vector<std::remove_const_t<T>>>
5014 return Pointwise(tuple_matcher, std::vector<std::remove_const_t<T>>(rhs));
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits174 using remove_const_t = typename remove_const<T>::type; // C++14
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2531 SYMBOL(remove_const_t, std::, <type_traits>)