Home
last modified time | relevance | path

Searched refs:type_identity_t (Results 1 – 16 of 16) 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/clang/include/clang/Tooling/Transformer/
H A DTransformer.h94 llvm::Expected<TransformerResult<llvm::type_identity_t<MetadataT>>>)>
199 llvm::Expected<TransformerResult<llvm::type_identity_t<MetadataT>>>)>
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h49 using type_identity_t // NOLINT(readability-identifier-naming) 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;
287 …_LIBCPP_HIDE_FROM_ABI constexpr span(type_identity_t<element_type> (&__arr)[_Extent]) noexcept : _…
461 _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,
3773 type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) {
3779 operator+(type_identity_t<basic_string_view<_CharT, _Traits>> __lhs,
3839 type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) {
3845 operator+(type_identity_t<basic_string_view<_CharT, _Traits>> __lhs,
H A Dtype_traits78 using type_identity_t = typename type_identity<T>::type; // since C++20
H A Dstring_view745type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) noexcept {
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h400 using format_string = basic_format_string<char, type_identity_t<_Args>...>;
404 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc206 using std::type_identity_t;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits80 using type_identity_t = typename type_identity<T>::type; // C++20
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,
/freebsd/crypto/openssh/
H A Dlibcrux_mlkem768_sha3.h124 using type_identity_t = typename type_identity<T>::type; variable
126 using std::type_identity_t;
131 constexpr T(int t, V U::*m, type_identity_t<V> v) : tag(t) { \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3023 SYMBOL(type_identity_t, std::, <type_traits>)