Searched refs:type_identity_t (Results 1 – 16 of 16) 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/clang/include/clang/Tooling/Transformer/ |
| H A D | Transformer.h | 94 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 D | STLForwardCompat.h | 49 using type_identity_t // NOLINT(readability-identifier-naming) 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; 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 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, 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 D | type_traits | 78 using type_identity_t = typename type_identity<T>::type; // since C++20
|
| H A D | string_view | 745 … type_identity_t<basic_string_view<_CharT, _Traits>> __rhs) noexcept {
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_functions.h | 400 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 D | type_traits.cppm | |
| H A D | type_traits.inc | 206 using std::type_identity_t;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 80 using type_identity_t = typename type_identity<T>::type; // C++20
|
| 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,
|
| /freebsd/crypto/openssh/ |
| H A D | libcrux_mlkem768_sha3.h | 124 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 D | StdSymbolMap.inc | 3023 SYMBOL(type_identity_t, std::, <type_traits>)
|