Home
last modified time | relevance | path

Searched defs:type_identity (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dtype_identity.h14 template <typename T> struct type_identity { global() struct
15 typetype_identity global() argument
/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h47 template <class T> struct type_identity { struct
48 using type = T;
/llvm-project/libcxx/include/__type_traits/
H A Dtype_identity.h30 struct _LIBCPP_NO_SPECIALIZATIONS type_identity { struct
34 using type_identity_t = typename type_identity<_Tp>::type; argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr-format.cpp7 struct type_identity { using type = T; }; struct
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp125 std::type_identity_t<T> type_identity() { in type_identity() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp12 struct type_identity { using type = T; }; argument
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction.cpp17 struct type_identity { struct
22 using type_identity_t = typename type_identity<T>::type; argument