Home
last modified time | relevance | path

Searched refs:type_identity (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dtype_identity.h30 struct type_identity { struct
34 using type_identity_t = typename type_identity<_Tp>::type; argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h47 template <class T> struct type_identity { struct
99 typename detail::type_identity<MetadataT>::type>>)>
204 typename detail::type_identity<MetadataT>::type>>)>
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h55 return type_identity<short>{}; in __call()
57 return type_identity<int>{}; in __call()
59 return type_identity<long>{}; in __call()
61 return type_identity<long long>{}; in __call()
73 type_identity<iter_difference_t<_Start>>,
H A Dto.h168 return type_identity<_Result>{}; in __deduce_func()
175 return type_identity<_Result>{}; in __deduce_func()
182 return type_identity<_Result>{}; in __deduce_func()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits78 template<class T> struct type_identity; // C++20
80 using type_identity_t = typename type_identity<T>::type; // C++20
515 # include <__type_traits/type_identity.h>
H A Dspan174 #include <__type_traits/type_identity.h>
H A Dstring_view234 #include <__type_traits/type_identity.h>
H A Dforward_list228 #include <__type_traits/type_identity.h>
H A Dvariant248 #include <__type_traits/type_identity.h>
H A Dlist233 #include <__type_traits/type_identity.h>
H A Dmodule.modulemap2073 …raits_type_identity [system] { header "__type_traits/type_identity.h" }
H A Ddeque218 #include <__type_traits/type_identity.h>
H A Dunordered_map604 #include <__type_traits/type_identity.h>
H A Dvector353 #include <__type_traits/type_identity.h>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/lib/libc++/
H A DMakefile1331 TTR_HEADERS+= type_identity.h
H A Dlibcxx.imp837 { include: [ "<__type_traits/type_identity.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2953 SYMBOL(type_identity, std::, <type_traits>)