Home
last modified time | relevance | path

Searched refs:type_identity_t (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dtype_identity.h34 using type_identity_t = typename type_identity<_Tp>::type; variable
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h311 iota_view(type_identity_t<_Start> __value, type_identity_t<_BoundSentinel> __bound_sentinel)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat40 basic_format_string<char, type_identity_t<Args>...>;
43 basic_format_string<wchar_t, type_identity_t<Args>...>;
H A Dspan78 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 Dstring413type_identity_t<basic_string_view<charT, traits>> rhs); // Since C++26
417type_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 Dstring_view708type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) noexcept {
716type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) noexcept {
H A Dtype_traits80 using type_identity_t = typename type_identity<T>::type; // C++20
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h398 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 Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2954 SYMBOL(type_identity_t, std::, <type_traits>)