Searched refs:type_identity_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | type_identity.h | 34 using type_identity_t = typename type_identity<_Tp>::type; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | iota_view.h | 311 iota_view(type_identity_t<_Start> __value, type_identity_t<_BoundSentinel> __bound_sentinel)
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | format | 40 basic_format_string<char, type_identity_t<Args>...>; 43 basic_format_string<wchar_t, type_identity_t<Args>...>;
|
H A D | span | 78 constexpr span(type_identity_t<element_type> (&arr)[N]) noexcept; 281 …_LIBCPP_HIDE_FROM_ABI constexpr span(type_identity_t<element_type> (&__arr)[_Extent]) noexcept : _… 452 _LIBCPP_HIDE_FROM_ABI constexpr span(type_identity_t<element_type> (&__arr)[_Sz]) noexcept
|
H A D | string | 413 … type_identity_t<basic_string_view<charT, traits>> rhs); // Since C++26 417 … type_identity_t<basic_string_view<charT, traits>> rhs); // Since C++26 420 operator+(type_identity_t<basic_string_view<charT, traits>> lhs, 424 operator+(type_identity_t<basic_string_view<charT, traits>> lhs, 714 type_identity_t<basic_string_view<_CharT, _Traits>> __rhs); 718 operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, type_identity_t<basic_string_view<_Cha… 722 operator+(type_identity_t<basic_string_view<_CharT, _Traits>> __lhs, 727 operator+(type_identity_t<basic_string_view<_CharT, _Traits>> __lhs, basic_string<_CharT, _Traits, … 2246 friend constexpr basic_string operator+ <>(const basic_string&, type_identity_t<__self_view>); 2247 friend constexpr basic_string operator+ <>(type_identity_t<__self_view>, const basic_string&); [all …]
|
H A D | string_view | 708 … type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) noexcept { 716 … type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) noexcept {
|
H A D | type_traits | 80 using type_identity_t = typename type_identity<T>::type; // C++20
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_functions.h | 398 using format_string = basic_format_string<char, type_identity_t<_Args>...>; 402 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2954 SYMBOL(type_identity_t, std::, <type_traits>)
|